Interface GraphicalComponent

All Superinterfaces:
GraphicalAttRepresentationHandler
All Known Implementing Classes:
AbstractGraphicalComponent, MultiStateIconComponent, PercentCompleteComponent, ProgressBarComponent, TrafficLightComponent

public interface GraphicalComponent extends GraphicalAttRepresentationHandler
This interface defines the requirements for all graphical components.

Customizer's should extend the AbstractGraphicalComponent class rather than implementing this interface directly.
Supported API: true

Extendable: false