public abstract class VectorGraphicsIO extends AbstractVectorGraphics
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 and Description |
|---|
VectorGraphicsIO() |
VectorGraphicsIO(VectorGraphicsIO graphics) |
| Modifier and Type | Method and Description |
|---|---|
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) |
clearRect, createShape, createShape, drawArc, drawArc, drawLine, drawLine, drawOval, drawOval, drawPolygon, drawPolygon, drawPolyline, drawPolyline, drawRect, drawRect, drawRoundRect, drawRoundRect, drawString, drawString, drawString, drawString, drawString, drawString, drawString, drawString, drawSymbol, drawSymbol, drawSymbol, fillAndDraw, fillAndDrawSymbol, fillAndDrawSymbol, fillArc, fillArc, fillOval, fillOval, fillPolygon, fillPolygon, fillRect, fillRect, fillRoundRect, fillRoundRect, fillSymbol, fillSymbol, fillSymbol, getBackground, getColor, getColorMode, getCreator, getFont, getPaint, getPrintColor, getProperties, getProperty, getPropertyColor, getPropertyDimension, getPropertyDouble, getPropertyInsets, getPropertyInt, getPropertyRectangle, hit, initProperties, isDeviceIndependent, isProperty, rotate, setBackground, setColor, setColorMode, setCreator, setDeviceIndependent, setFont, setLineWidth, setLineWidth, setPaint, setProperties, translateaddRenderingHints, 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, translatedraw3DRect, fill3DRectdrawBytes, drawChars, drawPolygon, fillPolygon, finalize, getClipRect, getFontMetrics, hitClippublic VectorGraphicsIO()
public VectorGraphicsIO(VectorGraphicsIO graphics)
public abstract Dimension getSize()
public abstract void printComment(String comment)
printComment in class VectorGraphicspublic 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)
Copyright © 2014. All rights reserved.