|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.transcoder.wmf.tosvg.WMFPainter
Core class for rendering the WMF image. It is able to render a WMF file in a Graphics object.
Field Summary | |
static int |
BRUSH
|
static int |
FONT
|
static int |
NULL_BRUSH
|
static int |
NULL_PEN
|
static int |
PALETTE
|
static int |
PEN
|
Constructor Summary | |
WMFPainter(WMFRecordStore currentStore)
Basic constructor, initializes the storage. |
Method Summary | |
WMFRecordStore |
getRecordStore()
Returns the WMFRecordStore this WMFPainter renders |
void |
paint(Graphics g)
Renders the WMF image(s). |
void |
setRecordStore(WMFRecordStore currentStore)
Sets the WMFRecordStore this WMFPainter should use to render |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int PEN
public static final int BRUSH
public static final int FONT
public static final int NULL_PEN
public static final int NULL_BRUSH
public static final int PALETTE
Constructor Detail |
public WMFPainter(WMFRecordStore currentStore)
Method Detail |
public void paint(Graphics g)
public void setRecordStore(WMFRecordStore currentStore)
public WMFRecordStore getRecordStore()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |