|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.painter.ControlBackgroundComposite
public abstract class ControlBackgroundComposite
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.
Constructor Summary | |
---|---|
ControlBackgroundComposite()
|
Method Summary | |
---|---|
abstract java.awt.Composite |
getBackgroundComposite(java.awt.Component component,
java.awt.Container container,
int componentIndex,
boolean isPaintedActive)
Returns the background composite for the specified component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControlBackgroundComposite()
Method Detail |
---|
public abstract java.awt.Composite getBackgroundComposite(java.awt.Component component, java.awt.Container container, int componentIndex, boolean isPaintedActive)
component
- Component.container
- Container of the component.componentIndex
- Index of the component in its container.isPaintedActive
- Indication whether the component is in active visual state.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |