org.jdesktop.swingx.painter
Class PainterPaint<T>
java.lang.Object
org.jdesktop.swingx.painter.PainterPaint<T>
- All Implemented Interfaces:
- Paint, Transparency
public class PainterPaint<T>
- extends Object
- implements Paint
- Author:
- Karl George Schaefer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PainterPaint
public PainterPaint(Painter<T> painter,
T object)
createContext
public PaintContext createContext(ColorModel cm,
Rectangle deviceBounds,
Rectangle2D userBounds,
AffineTransform xform,
RenderingHints hints)
-
- Specified by:
createContext
in interface Paint
getTransparency
public int getTransparency()
-
- Specified by:
getTransparency
in interface Transparency
Copyright © 2012. All Rights Reserved.