|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.beans.AbstractBean
org.jdesktop.swingx.painter.AbstractPainter<T>
org.jdesktop.swingx.painter.CompoundPainter<T>
org.jdesktop.swingx.painter.AlphaPainter<T>
public class AlphaPainter<T>
Applies an alpha value to an entire stack of painters.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jdesktop.swingx.painter.AbstractPainter |
|---|
AbstractPainter.Interpolation |
| Constructor Summary | |
|---|---|
AlphaPainter()
|
|
| Method Summary | |
|---|---|
float |
getAlpha()
Returns the current alpha value for this painter. |
void |
setAlpha(float alpha)
Sets the current alpha value for this painter. |
| Methods inherited from class org.jdesktop.swingx.painter.CompoundPainter |
|---|
clearCache, clearLocalCache, getPainters, getTransform, isCheckingDirtyChildPainters, isClipPreserved, setCheckingDirtyChildPainters, setClipPreserved, setPainters, setTransform |
| Methods inherited from class org.jdesktop.swingx.painter.AbstractPainter |
|---|
getFilters, getInterpolation, isAntialiasing, isCacheable, isVisible, paint, setAntialiasing, setCacheable, setFilters, setInterpolation, setVisible |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlphaPainter()
| Method Detail |
|---|
public float getAlpha()
public void setAlpha(float alpha)
alpha - the new value of the alpha property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||