Package org.jdesktop.swingx.painter
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 java.awt.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:
createContext
in interfacePaint
-
getTransparency
public int getTransparency()- Specified by:
getTransparency
in interfaceTransparency
-