|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.painter.ControlBackgroundComposite
org.jvnet.substance.painter.DefaultControlBackgroundComposite
public class DefaultControlBackgroundComposite
Default ControlBackgroundComposite
- always returns the regular
AlphaComposite.SrcOver
composite.
Constructor Summary | |
---|---|
DefaultControlBackgroundComposite()
|
Method Summary | |
---|---|
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 DefaultControlBackgroundComposite()
Method Detail |
---|
public java.awt.Composite getBackgroundComposite(java.awt.Component component, java.awt.Container container, int componentIndex, boolean isPaintedActive)
ControlBackgroundComposite
getBackgroundComposite
in class ControlBackgroundComposite
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 |