|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Graphics
java.awt.Graphics2D
org.freehep.graphics2d.VectorGraphics
org.freehep.graphics2d.AbstractVectorGraphics
org.freehep.graphicsio.VectorGraphicsIO
public abstract class VectorGraphicsIO
This class provides specifies added methods for VectorGraphicsIO. All added methods are declared abstract.
Field Summary |
---|
Fields inherited from interface org.freehep.graphics2d.VectorGraphicsConstants |
---|
NUMBER_OF_HORIZ_ALIGNMENTS, NUMBER_OF_SYMBOLS, NUMBER_OF_VERTICAL_ALIGNMENTS, SYMBOL_BOX, SYMBOL_CIRCLE, SYMBOL_CROSS, SYMBOL_DIAMOND, SYMBOL_DN_TRIANGLE, SYMBOL_HLINE, SYMBOL_PLUS, SYMBOL_STAR, SYMBOL_UP_TRIANGLE, SYMBOL_VLINE, TEXT_BASELINE, TEXT_BOTTOM, TEXT_CENTER, TEXT_LEFT, TEXT_RIGHT, TEXT_TOP |
Constructor Summary | |
---|---|
VectorGraphicsIO()
|
|
VectorGraphicsIO(VectorGraphicsIO graphics)
|
Method Summary | |
---|---|
static void |
copyResourceTo(Object object,
String fileName,
PrintStream os)
copies the full file referenced by filenam onto the os (PrintWriter). |
static void |
copyResourceTo(Object object,
String fileName,
PrintWriter os)
|
abstract Dimension |
getSize()
|
abstract void |
printComment(String comment)
|
Methods inherited from class org.freehep.graphics2d.VectorGraphics |
---|
addRenderingHints, clearRect, clip, clipRect, clipRect, copyArea, create, create, create, create, dispose, draw, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawRenderableImage, drawRenderedImage, drawString, drawString, endExport, fill, fill, getClip, getClipBounds, getClipBounds, getComposite, getDeviceConfiguration, getFontMetrics, getFontRenderContext, getRenderingHint, getRenderingHints, getStroke, getSymbol, getTextAlignment, getTransform, getXalignment, getYalignment, rotate, scale, setClip, setClip, setClip, setComposite, setPaintMode, setRenderingHint, setRenderingHints, setStroke, setTransform, setXORMode, shear, startExport, toString, transform, translate |
Methods inherited from class java.awt.Graphics2D |
---|
draw3DRect, fill3DRect |
Methods inherited from class java.awt.Graphics |
---|
drawBytes, drawChars, drawPolygon, fillPolygon, finalize, getClipRect, getFontMetrics, hitClip |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VectorGraphicsIO()
public VectorGraphicsIO(VectorGraphicsIO graphics)
Method Detail |
---|
public abstract Dimension getSize()
public abstract void printComment(String comment)
printComment
in class VectorGraphics
public static void copyResourceTo(Object object, String fileName, PrintStream os)
object
- from which to refer to resource filefileName
- name of file to be copiedos
- output to copy the file topublic static void copyResourceTo(Object object, String fileName, PrintWriter os)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |