| java.lang.Object org.jvnet.substance.painter.ControlBackgroundComposite org.jvnet.substance.painter.AlphaControlBackgroundComposite
alpha | protected float alpha(Code) | | Alpha value for this composite.
|
alphaActive | protected float alphaActive(Code) | | Alpha value for this composite.
|
nonActive | protected Composite nonActive(Code) | | Composite for non-active controls.
|
AlphaControlBackgroundComposite | public AlphaControlBackgroundComposite(float alpha)(Code) | | Creates the new constant-translucent composite.
Parameters: alpha - Alpha value for this composite for controls innon-active state. |
AlphaControlBackgroundComposite | public AlphaControlBackgroundComposite(float alpha, float alphaActive)(Code) | | Creates the new constant-translucenct composite.
Parameters: alpha - Alpha value for this composite for controls innon-active state. Parameters: alphaActive - Alpha value for this composite for controls inactive state. |
Methods inherited from org.jvnet.substance.painter.ControlBackgroundComposite | abstract public Composite getBackgroundComposite(Component component, Container container, int componentIndex, boolean isPaintedActive)(Code)(Java Doc)
|
|
|