Class PainterPaint<T>
java.lang.Object
org.jdesktop.swingx.painter.PainterPaint<T>
- All Implemented Interfaces:
Paint, Transparency
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface Transparency
BITMASK, OPAQUE, TRANSLUCENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) int
-
Field Details
-
context
-
-
Constructor Details
-
PainterPaint
-
-
Method Details
-
createContext
public PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) - Specified by:
createContextin interfacePaint
-
getTransparency
public int getTransparency()- Specified by:
getTransparencyin interfaceTransparency
-