public class JAVAGraphics2D extends VectorGraphics implements org.freehep.util.io.LineNumberWriter.LineNumberListener
| Modifier and Type | Field and Description | 
|---|---|
| static String | COMPLETE_IMAGE_PATHSif set to true image in the resulting .java file
 are referenced by complete path of creation,
 default false | 
| static String | EMBED_IMAGESif set to true images are stored as byte[] inside the .java file,
 default false. | 
| static String | PACKAGE_NAME | 
| static String | version | 
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| Modifier | Constructor and Description | 
|---|---|
|   | JAVAGraphics2D(File file,
              Component component) | 
|   | JAVAGraphics2D(File file,
              Dimension size) | 
| protected  | JAVAGraphics2D(JAVAGraphics2D graphics) | 
|   | JAVAGraphics2D(OutputStream os,
              Component component) | 
|   | JAVAGraphics2D(OutputStream os,
              Dimension size) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addRenderingHints(Map<?,?> hints) | 
| void | clearRect(double x,
         double y,
         double width,
         double height) | 
| void | clearRect(int x,
         int y,
         int width,
         int height) | 
| void | clip(Shape s) | 
| void | clipRect(double x,
        double y,
        double width,
        double height) | 
| void | clipRect(int x,
        int y,
        int width,
        int height) | 
| void | copyArea(int x,
        int y,
        int width,
        int height,
        int dx,
        int dy) | 
| Graphics | create() | 
| Graphics | create(double x,
      double y,
      double width,
      double height) | 
| Graphics | create(int x,
      int y,
      int width,
      int height) | 
| void | dispose() | 
| void | draw(Shape s) | 
| void | draw3DRect(int x,
          int y,
          int width,
          int height,
          boolean raised) | 
| void | drawArc(double x,
       double y,
       double width,
       double height,
       double startAngle,
       double arcAngle)Draws an arc. | 
| void | drawArc(int x,
       int y,
       int width,
       int height,
       int startAngle,
       int arcAngle) | 
| void | drawBytes(byte[] data,
         int offset,
         int length,
         int x,
         int y) | 
| void | drawChars(char[] data,
         int offset,
         int length,
         int x,
         int y) | 
| void | drawGlyphVector(GlyphVector g,
               float x,
               float y) | 
| void | drawImage(BufferedImage img,
         BufferedImageOp op,
         int x,
         int y) | 
| boolean | drawImage(Image img,
         AffineTransform xform,
         ImageObserver obs) | 
| boolean | drawImage(Image image,
         int x,
         int y,
         Color bgColor,
         ImageObserver observer) | 
| boolean | drawImage(Image image,
         int x,
         int y,
         ImageObserver observer) | 
| boolean | drawImage(Image image,
         int x,
         int y,
         int width,
         int height,
         Color bgColor,
         ImageObserver observer) | 
| boolean | drawImage(Image image,
         int x,
         int y,
         int width,
         int height,
         ImageObserver observer) | 
| boolean | drawImage(Image image,
         int dx1,
         int dy1,
         int dx2,
         int dy2,
         int sx1,
         int sy1,
         int sx2,
         int sy2,
         Color bgColor,
         ImageObserver observer) | 
| boolean | drawImage(Image image,
         int dx1,
         int dy1,
         int dx2,
         int dy2,
         int sx1,
         int sy1,
         int sx2,
         int sy2,
         ImageObserver observer) | 
| void | drawLine(double x1,
        double y1,
        double x2,
        double y2)Draws a straight line. | 
| void | drawLine(int x1,
        int y1,
        int x2,
        int y2) | 
| void | drawOval(double x,
        double y,
        double width,
        double height)Draws an oval. | 
| void | drawOval(int x,
        int y,
        int width,
        int height) | 
| void | drawPolygon(double[] xPoints,
           double[] yPoints,
           int nPoints)Draws a polygon. | 
| void | drawPolygon(int[] xPoints,
           int[] yPoints,
           int nPoints) | 
| void | drawPolygon(Polygon p) | 
| void | drawPolyline(double[] xPoints,
            double[] yPoints,
            int nPoints)Draws a polyline. | 
| void | drawPolyline(int[] xPoints,
            int[] yPoints,
            int nPoints) | 
| void | drawRect(double x,
        double y,
        double width,
        double height)Draws a rectangle. | 
| void | drawRect(int x,
        int y,
        int width,
        int height) | 
| void | drawRenderableImage(RenderableImage img,
                   AffineTransform xform) | 
| void | drawRenderedImage(RenderedImage img,
                 AffineTransform xform) | 
| void | drawRoundRect(double x,
             double y,
             double width,
             double height,
             double arcWidth,
             double arcHeight)Draws a rounded rectangle. | 
| void | drawRoundRect(int x,
             int y,
             int width,
             int height,
             int arcWidth,
             int arcHeight) | 
| void | drawString(AttributedCharacterIterator iterator,
          float x,
          float y)Creates an Java-output using an AttributedString. | 
| void | drawString(AttributedCharacterIterator iterator,
          int x,
          int y) | 
| void | drawString(String str,
          double x,
          double y)Draws a string. | 
| void | drawString(String str,
          double x,
          double y,
          int horizontal,
          int vertical) | 
| void | drawString(String str,
          double x,
          double y,
          int horizontal,
          int vertical,
          boolean framed,
          Color frameColor,
          double frameWidth,
          boolean banner,
          Color bannerColor)Draws a string with a lot of parameters. | 
| void | drawString(String str,
          float x,
          float y) | 
| void | drawString(String str,
          int x,
          int y) | 
| void | drawString(TagString str,
          double x,
          double y) | 
| void | drawString(TagString str,
          double x,
          double y,
          int horizontal,
          int vertical) | 
| void | drawString(TagString str,
          double x,
          double y,
          int horizontal,
          int vertical,
          boolean framed,
          Color frameColor,
          double frameWidth,
          boolean banner,
          Color bannerColor)Draws a TagString with a lot of parameters. | 
| void | drawSymbol(double x,
          double y,
          double size,
          int symbol) | 
| void | drawSymbol(int x,
          int y,
          int size,
          int symbol) | 
| void | endExport() | 
| void | fill(Shape s) | 
| void | fill3DRect(int x,
          int y,
          int width,
          int height,
          boolean raised) | 
| void | fillAndDraw(Shape s,
           Color fillColor) | 
| void | fillAndDrawSymbol(double x,
                 double y,
                 double size,
                 int symbol,
                 Color fillColor) | 
| void | fillAndDrawSymbol(int x,
                 int y,
                 int size,
                 int symbol,
                 Color fillColor) | 
| void | fillArc(double x,
       double y,
       double width,
       double height,
       double startAngle,
       double arcAngle)Fills an arc. | 
| void | fillArc(int x,
       int y,
       int width,
       int height,
       int startAngle,
       int arcAngle) | 
| void | fillOval(double x,
        double y,
        double width,
        double height)Fills an oval. | 
| void | fillOval(int x,
        int y,
        int width,
        int height) | 
| void | fillPolygon(double[] xPoints,
           double[] yPoints,
           int nPoints)Fills a polygon. | 
| void | fillPolygon(int[] xPoints,
           int[] yPoints,
           int nPoints) | 
| void | fillPolygon(Polygon p) | 
| void | fillRect(double x,
        double y,
        double width,
        double height)Fills a rectangle. | 
| void | fillRect(int x,
        int y,
        int width,
        int height) | 
| void | fillRoundRect(double x,
             double y,
             double width,
             double height,
             double arcWidth,
             double arcHeight)Fills a rounded rectangle. | 
| void | fillRoundRect(int x,
             int y,
             int width,
             int height,
             int arcWidth,
             int arcHeight) | 
| void | fillSymbol(double x,
          double y,
          double size,
          int symbol) | 
| void | fillSymbol(int x,
          int y,
          int size,
          int symbol) | 
| void | finalize() | 
| Color | getBackground() | 
| Shape | getClip() | 
| Rectangle | getClipBounds() | 
| Rectangle | getClipBounds(Rectangle r) | 
| Color | getColor()Deprecated. 
 probably forwards to getClipBounds() | 
| int | getColorMode() | 
| Composite | getComposite() | 
| String | getCreator() | 
| static Properties | getDefaultProperties() | 
| GraphicsConfiguration | getDeviceConfiguration() | 
| Font | getFont() | 
| FontMetrics | getFontMetrics() | 
| FontMetrics | getFontMetrics(Font font)Deprecated.   | 
| FontRenderContext | getFontRenderContext() | 
| Paint | getPaint() | 
| Properties | getProperties() | 
| String | getProperty(String key) | 
| Color | getPropertyColor(String key) | 
| Dimension | getPropertyDimension(String key) | 
| double | getPropertyDouble(String key) | 
| Insets | getPropertyInsets(String key) | 
| int | getPropertyInt(String key) | 
| Rectangle | getPropertyRectangle(String key) | 
| Object | getRenderingHint(RenderingHints.Key key) | 
| RenderingHints | getRenderingHints() | 
| Stroke | getStroke() | 
| AffineTransform | getTransform() | 
| boolean | hit(Rectangle rect,
   Shape s,
   boolean onStroke) | 
| boolean | hitClip(int x,
       int y,
       int width,
       int height) | 
| protected void | initProperties(Properties defaults) | 
| boolean | isDeviceIndependent() | 
| boolean | isProperty(String key) | 
| void | lineNumberReached(org.freehep.util.io.LineNumberWriter.LineNumberEvent event) | 
| void | printComment(String comment) | 
| void | rotate(double theta) | 
| void | rotate(double theta,
      double x,
      double y) | 
| void | scale(double sx,
     double sy) | 
| void | setBackground(Color c) | 
| void | setClip(double x,
       double y,
       double width,
       double height) | 
| void | setClip(int x,
       int y,
       int width,
       int height) | 
| void | setClip(Shape clip) | 
| void | setColor(Color c) | 
| void | setColorMode(int colorMode) | 
| void | setComposite(Composite c) | 
| void | setCreator(String creator) | 
| static void | setDefaultProperties(Properties newProperties) | 
| void | setDeviceIndependent(boolean isDeviceIndependent) | 
| void | setFont(Font font) | 
| void | setLineWidth(double width) | 
| void | setLineWidth(int width) | 
| void | setPaint(Paint p) | 
| void | setPaintMode() | 
| void | setProperties(Properties newProperties) | 
| void | setRenderingHint(RenderingHints.Key hintKey,
                Object hintValue) | 
| void | setRenderingHints(Map<?,?> hints) | 
| void | setStroke(Stroke s) | 
| void | setTransform(AffineTransform xform) | 
| void | setXORMode(Color c1) | 
| void | shear(double shx,
     double shy) | 
| void | startExport() | 
| String | toString() | 
| void | transform(AffineTransform xform) | 
| void | translate(double tx,
         double ty) | 
| void | translate(int x,
         int y) | 
create, fill, getSymbol, getTextAlignment, getXalignment, getYalignmentgetClipRectpublic static final String PACKAGE_NAME
public static final String COMPLETE_IMAGE_PATHS
public static final String EMBED_IMAGES
public static final String version
public JAVAGraphics2D(File file, Dimension size) throws FileNotFoundException
FileNotFoundExceptionpublic JAVAGraphics2D(File file, Component component) throws FileNotFoundException
FileNotFoundExceptionpublic JAVAGraphics2D(OutputStream os, Dimension size)
public JAVAGraphics2D(OutputStream os, Component component)
protected JAVAGraphics2D(JAVAGraphics2D graphics)
public static Properties getDefaultProperties()
public static void setDefaultProperties(Properties newProperties)
public void setProperties(Properties newProperties)
setProperties in class VectorGraphicsprotected void initProperties(Properties defaults)
initProperties in class VectorGraphicspublic Properties getProperties()
getProperties in class VectorGraphicspublic String getProperty(String key)
getProperty in class VectorGraphicspublic Color getPropertyColor(String key)
getPropertyColor in class VectorGraphicspublic Rectangle getPropertyRectangle(String key)
getPropertyRectangle in class VectorGraphicspublic Dimension getPropertyDimension(String key)
getPropertyDimension in class VectorGraphicspublic int getPropertyInt(String key)
getPropertyInt in class VectorGraphicspublic double getPropertyDouble(String key)
getPropertyDouble in class VectorGraphicspublic boolean isProperty(String key)
isProperty in class VectorGraphicspublic void clearRect(int x,
             int y,
             int width,
             int height)
clearRect in class VectorGraphicspublic void clipRect(int x,
            int y,
            int width,
            int height)
clipRect in class VectorGraphicspublic void copyArea(int x,
            int y,
            int width,
            int height,
            int dx,
            int dy)
copyArea in class VectorGraphicspublic Graphics create()
create in class VectorGraphicspublic Graphics create(int x, int y, int width, int height)
create in class VectorGraphicspublic Graphics create(double x, double y, double width, double height)
create in class VectorGraphicspublic void dispose()
dispose in class VectorGraphicspublic void draw3DRect(int x,
              int y,
              int width,
              int height,
              boolean raised)
draw3DRect in class Graphics2Dpublic void fill3DRect(int x,
              int y,
              int width,
              int height,
              boolean raised)
fill3DRect in class Graphics2Dpublic void drawArc(int x,
           int y,
           int width,
           int height,
           int startAngle,
           int arcAngle)
drawArc in class VectorGraphicspublic void fillArc(int x,
           int y,
           int width,
           int height,
           int startAngle,
           int arcAngle)
fillArc in class VectorGraphicspublic void drawBytes(byte[] data,
             int offset,
             int length,
             int x,
             int y)
public void drawChars(char[] data,
             int offset,
             int length,
             int x,
             int y)
public boolean drawImage(Image image, int x, int y, ImageObserver observer)
drawImage in class VectorGraphicspublic boolean drawImage(Image image, int x, int y, int width, int height, ImageObserver observer)
drawImage in class VectorGraphicspublic boolean drawImage(Image image, int x, int y, Color bgColor, ImageObserver observer)
drawImage in class VectorGraphicspublic boolean drawImage(Image image, int x, int y, int width, int height, Color bgColor, ImageObserver observer)
drawImage in class VectorGraphicspublic boolean drawImage(Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer)
drawImage in class VectorGraphicspublic boolean drawImage(Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgColor, ImageObserver observer)
drawImage in class VectorGraphicspublic void drawLine(int x1,
            int y1,
            int x2,
            int y2)
drawLine in class VectorGraphicspublic void drawOval(int x,
            int y,
            int width,
            int height)
drawOval in class VectorGraphicspublic void fillOval(int x,
            int y,
            int width,
            int height)
fillOval in class VectorGraphicspublic void drawPolygon(int[] xPoints,
               int[] yPoints,
               int nPoints)
drawPolygon in class VectorGraphicspublic void fillPolygon(int[] xPoints,
               int[] yPoints,
               int nPoints)
fillPolygon in class VectorGraphicspublic void drawPolygon(Polygon p)
drawPolygon in class Graphicspublic void fillPolygon(Polygon p)
fillPolygon in class Graphicspublic void drawPolyline(int[] xPoints,
                int[] yPoints,
                int nPoints)
drawPolyline in class VectorGraphicspublic void drawRect(int x,
            int y,
            int width,
            int height)
drawRect in class VectorGraphicspublic void fillRect(int x,
            int y,
            int width,
            int height)
fillRect in class VectorGraphicspublic void drawRoundRect(int x,
                 int y,
                 int width,
                 int height,
                 int arcWidth,
                 int arcHeight)
drawRoundRect in class VectorGraphicspublic void fillRoundRect(int x,
                 int y,
                 int width,
                 int height,
                 int arcWidth,
                 int arcHeight)
fillRoundRect in class VectorGraphicspublic void drawString(AttributedCharacterIterator iterator, int x, int y)
drawString in class VectorGraphicspublic void drawString(String str, int x, int y)
drawString in class VectorGraphicspublic Shape getClip()
getClip in class VectorGraphicspublic Rectangle getClipBounds()
getClipBounds in class VectorGraphicspublic Rectangle getClipBounds(Rectangle r)
getClipBounds in class VectorGraphicspublic Color getColor()
getColor in class VectorGraphicspublic Font getFont()
getFont in class VectorGraphicspublic FontMetrics getFontMetrics()
getFontMetrics in class Graphicspublic FontMetrics getFontMetrics(Font font)
getFontMetrics in class VectorGraphicsfont - public boolean hitClip(int x,
              int y,
              int width,
              int height)
public void setClip(int x,
           int y,
           int width,
           int height)
setClip in class VectorGraphicspublic void setClip(Shape clip)
setClip in class VectorGraphicspublic void setColor(Color c)
setColor in class VectorGraphicspublic void setFont(Font font)
setFont in class VectorGraphicspublic void setPaintMode()
setPaintMode in class VectorGraphicspublic void setXORMode(Color c1)
setXORMode in class VectorGraphicspublic String toString()
toString in class VectorGraphicspublic void translate(int x,
             int y)
translate in class VectorGraphicspublic void addRenderingHints(Map<?,?> hints)
addRenderingHints in class VectorGraphicspublic void clip(Shape s)
clip in class VectorGraphicspublic void draw(Shape s)
draw in class VectorGraphicspublic void drawGlyphVector(GlyphVector g, float x, float y)
drawGlyphVector in class VectorGraphicspublic void drawImage(BufferedImage img, BufferedImageOp op, int x, int y)
drawImage in class VectorGraphicspublic boolean drawImage(Image img, AffineTransform xform, ImageObserver obs)
drawImage in class VectorGraphicspublic void drawRenderableImage(RenderableImage img, AffineTransform xform)
drawRenderableImage in class VectorGraphicspublic void drawRenderedImage(RenderedImage img, AffineTransform xform)
drawRenderedImage in class VectorGraphicspublic void drawString(AttributedCharacterIterator iterator, float x, float y)
drawString in class VectorGraphicsiterator - String with TextAttributesx - x-position for drawingy - y-position for drawingpublic void drawString(String str, float x, float y)
drawString in class VectorGraphicspublic void fill(Shape s)
fill in class VectorGraphicspublic Color getBackground()
getBackground in class VectorGraphicspublic Composite getComposite()
getComposite in class VectorGraphicspublic GraphicsConfiguration getDeviceConfiguration()
getDeviceConfiguration in class VectorGraphicspublic FontRenderContext getFontRenderContext()
getFontRenderContext in class VectorGraphicspublic Paint getPaint()
getPaint in class VectorGraphicspublic Object getRenderingHint(RenderingHints.Key key)
getRenderingHint in class VectorGraphicspublic RenderingHints getRenderingHints()
getRenderingHints in class VectorGraphicspublic Stroke getStroke()
getStroke in class VectorGraphicspublic AffineTransform getTransform()
getTransform in class VectorGraphicspublic boolean hit(Rectangle rect, Shape s, boolean onStroke)
hit in class VectorGraphicspublic void rotate(double theta)
rotate in class VectorGraphicspublic void rotate(double theta,
          double x,
          double y)
rotate in class VectorGraphicspublic void scale(double sx,
         double sy)
scale in class VectorGraphicspublic void setBackground(Color c)
setBackground in class VectorGraphicspublic void setComposite(Composite c)
setComposite in class VectorGraphicspublic void setPaint(Paint p)
setPaint in class VectorGraphicspublic void setRenderingHint(RenderingHints.Key hintKey, Object hintValue)
setRenderingHint in class VectorGraphicspublic void setRenderingHints(Map<?,?> hints)
setRenderingHints in class VectorGraphicspublic void setStroke(Stroke s)
setStroke in class VectorGraphicspublic void setTransform(AffineTransform xform)
setTransform in class VectorGraphicspublic void shear(double shx,
         double shy)
shear in class VectorGraphicspublic void transform(AffineTransform xform)
transform in class VectorGraphicspublic void translate(double tx,
             double ty)
translate in class VectorGraphicspublic void clearRect(double x,
             double y,
             double width,
             double height)
clearRect in class VectorGraphicspublic void clipRect(double x,
            double y,
            double width,
            double height)
clipRect in class VectorGraphicspublic void drawArc(double x,
           double y,
           double width,
           double height,
           double startAngle,
           double arcAngle)
VectorGraphicsdrawArc in class VectorGraphicspublic void drawLine(double x1,
            double y1,
            double x2,
            double y2)
VectorGraphicsdrawLine in class VectorGraphicspublic void drawOval(double x,
            double y,
            double width,
            double height)
VectorGraphicsdrawOval in class VectorGraphicspublic void drawPolygon(double[] xPoints,
               double[] yPoints,
               int nPoints)
VectorGraphicsdrawPolygon in class VectorGraphicspublic void drawPolyline(double[] xPoints,
                double[] yPoints,
                int nPoints)
VectorGraphicsdrawPolyline in class VectorGraphicspublic void drawRect(double x,
            double y,
            double width,
            double height)
VectorGraphicsdrawRect in class VectorGraphicspublic void drawRoundRect(double x,
                 double y,
                 double width,
                 double height,
                 double arcWidth,
                 double arcHeight)
VectorGraphicsdrawRoundRect in class VectorGraphicspublic void drawSymbol(int x,
              int y,
              int size,
              int symbol)
drawSymbol in class VectorGraphicspublic void fillAndDrawSymbol(int x,
                     int y,
                     int size,
                     int symbol,
                     Color fillColor)
fillAndDrawSymbol in class VectorGraphicspublic void drawSymbol(double x,
              double y,
              double size,
              int symbol)
drawSymbol in class VectorGraphicspublic void fillSymbol(int x,
              int y,
              int size,
              int symbol)
fillSymbol in class VectorGraphicspublic void fillSymbol(double x,
              double y,
              double size,
              int symbol)
fillSymbol in class VectorGraphicspublic void fillAndDrawSymbol(double x,
                     double y,
                     double size,
                     int symbol,
                     Color fillColor)
fillAndDrawSymbol in class VectorGraphicspublic void drawString(String str, double x, double y)
VectorGraphicsdrawString in class VectorGraphicspublic void drawString(TagString str, double x, double y)
drawString in class VectorGraphicspublic void drawString(String str, double x, double y, int horizontal, int vertical)
drawString in class VectorGraphicspublic void drawString(TagString str, double x, double y, int horizontal, int vertical)
drawString in class VectorGraphicspublic void drawString(String str, double x, double y, int horizontal, int vertical, boolean framed, Color frameColor, double frameWidth, boolean banner, Color bannerColor)
VectorGraphicsdrawString in class VectorGraphicsstr - text to be drawnx - coordinate to draw stringy - coordinate to draw stringhorizontal - alignment of the textvertical - alignment of the textframed - true if text is surrounded by a frameframeColor - color of the frameframeWidth - witdh of the framebanner - true if the frame is filled by a bannerbannerColor - color of the bannerpublic void drawString(TagString str, double x, double y, int horizontal, int vertical, boolean framed, Color frameColor, double frameWidth, boolean banner, Color bannerColor)
VectorGraphicsdrawString in class VectorGraphicsstr - Tagged text to be drawnx - coordinate to draw stringy - coordinate to draw stringhorizontal - alignment of the textvertical - alignment of the textframed - true if text is surrounded by a frameframeColor - color of the frameframeWidth - witdh of the framebanner - true if the frame is filled by a bannerbannerColor - color of the bannerpublic void fillAndDraw(Shape s, Color fillColor)
fillAndDraw in class VectorGraphicspublic void fillArc(double x,
           double y,
           double width,
           double height,
           double startAngle,
           double arcAngle)
VectorGraphicsfillArc in class VectorGraphicspublic void fillOval(double x,
            double y,
            double width,
            double height)
VectorGraphicsfillOval in class VectorGraphicspublic void fillPolygon(double[] xPoints,
               double[] yPoints,
               int nPoints)
VectorGraphicsfillPolygon in class VectorGraphicspublic void fillRect(double x,
            double y,
            double width,
            double height)
VectorGraphicsfillRect in class VectorGraphicspublic void fillRoundRect(double x,
                 double y,
                 double width,
                 double height,
                 double arcWidth,
                 double arcHeight)
VectorGraphicsfillRoundRect in class VectorGraphicspublic int getColorMode()
getColorMode in class VectorGraphicspublic String getCreator()
getCreator in class VectorGraphicspublic boolean isDeviceIndependent()
isDeviceIndependent in class VectorGraphicspublic void printComment(String comment)
printComment in class VectorGraphicspublic void setClip(double x,
           double y,
           double width,
           double height)
setClip in class VectorGraphicspublic void setColorMode(int colorMode)
setColorMode in class VectorGraphicspublic void setCreator(String creator)
setCreator in class VectorGraphicspublic void setDeviceIndependent(boolean isDeviceIndependent)
setDeviceIndependent in class VectorGraphicspublic void setLineWidth(int width)
setLineWidth in class VectorGraphicspublic void setLineWidth(double width)
setLineWidth in class VectorGraphicspublic void startExport()
startExport in class VectorGraphicspublic void endExport()
endExport in class VectorGraphicspublic void lineNumberReached(org.freehep.util.io.LineNumberWriter.LineNumberEvent event)
lineNumberReached in interface org.freehep.util.io.LineNumberWriter.LineNumberListenerCopyright © 2014. All rights reserved.