abstractpublic class ControlBackgroundComposite (Code)
Background composite for a control. Can be set as a client property on a
single control or as a global property on
UIManager with the
SubstanceLookAndFeel.BACKGROUND_COMPOSITE property.
author: Kirill Grouchnikov
getBackgroundComposite(Component component, Container container, int componentIndex, boolean isPaintedActive) Returns the background composite for the specified component.
Parameters: component - Component. Parameters: container - Container of the component. Parameters: componentIndex - Index of the component in its container. Parameters: isPaintedActive - Indication whether the component is in active visual state.
Method Detail
getBackgroundComposite
abstractpublicComposite getBackgroundComposite(Component component, Container container, int componentIndex, boolean isPaintedActive)(Code)
Returns the background composite for the specified component.
Parameters: component - Component. Parameters: container - Container of the component. Parameters: componentIndex - Index of the component in its container. Parameters: isPaintedActive - Indication whether the component is in active visual state. Background composite for the specified component.