test
Class DrawGlyphVectorTexturePainter
java.lang.Object
test.DrawGlyphVectorTexturePainter
- All Implemented Interfaces:
- Painter
public class DrawGlyphVectorTexturePainter
- extends java.lang.Object
- implements Painter
DrawGlyphVectorTexturePainter.
- Version:
- 1.0 April 20, 2007 Created.
- Author:
- Werner Randelshofer
|
Method Summary |
protected java.awt.image.BufferedImage |
createImage(int w,
int h)
|
boolean |
isDefault()
|
void |
paint(java.awt.Graphics2D g,
int w,
int h)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DrawGlyphVectorTexturePainter
public DrawGlyphVectorTexturePainter()
- Creates a new instance.
paint
public void paint(java.awt.Graphics2D g,
int w,
int h)
- Specified by:
paint in interface Painter
isDefault
public boolean isDefault()
- Specified by:
isDefault in interface Painter
createImage
protected java.awt.image.BufferedImage createImage(int w,
int h)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object