- dispose() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Disposes of all resources used by this EpsGraphics2D object.
- draw(Shape, String) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Appends the commands required to draw a shape on the EPS document.
- draw(Shape) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a Shape on the EPS document.
- draw3DRect(int, int, int, int, boolean) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a 3D rectangle outline.
- drawArc(int, int, int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an arc.
- drawBytes(byte[], int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws the specified bytes, starting from (x,y).
- drawChars(char[], int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws the specified characters, starting from (x,y).
- drawGlyphVector(GlyphVector, float, float) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a GlyphVector at (x,y).
- drawImage(Image, AffineTransform, ImageObserver) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an Image on the EPS document.
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a BufferedImage on the EPS document.
- drawImage(Image, int, int, ImageObserver) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, Color, ImageObserver) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an image.
- drawLine(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a straight line from (x1,y1) to (x2,y2).
- drawOval(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an oval.
- drawPolygon(int[], int[], int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a polygon made with the specified points.
- drawPolygon(Polygon) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a polygon.
- drawPolyline(int[], int[], int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a polyline.
- drawRect(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a rectangle with top-left corner placed at (x,y).
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a RenderableImage by invoking its createDefaultRendering method.
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a RenderedImage on the EPS document.
- drawRoundRect(int, int, int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a rounded rectangle.
- drawString(String, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a string at (x,y).
- drawString(String, float, float) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a string at (x,y).
- drawString(AttributedCharacterIterator, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws the characters of an AttributedCharacterIterator, starting from (x,y).
- drawString(AttributedCharacterIterator, float, float) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws the characters of an AttributedCharacterIterator, starting from (x,y).
- getAccurateTextMode() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns whether accurate text mode is being used.
- getBackground() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Gets the background colour that is used by the clearRect method.
- getClip() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Gets the current clipping area.
- getClipBounds() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the bounding rectangle of the current clipping area.
- getClipBounds(Rectangle) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the bounding rectangle of the current clipping area.
- getColor() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the current Color.
- getColorDepth() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the colour depth used for all drawing operations.
- getComposite() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
returns the current Composite of the EpsGraphics2D object.
- getDeviceConfiguration() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the device configuration associated with this EpsGraphics2D object.
- getFont() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the Font currently being used.
- getFontMetrics() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Gets the font metrics of the current font.
- getFontMetrics(Font) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Gets the font metrics for the specified font.
- getFontRenderContext() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the FontRenderContext.
- getPaint() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the current Paint of the EpsGraphics2D object.
- getRenderingHint(RenderingHints.Key) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the value of a single preference for the rendering algorithms.
- getRenderingHints() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the preferences for the rendering algorithms.
- getStroke() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the Stroke currently used.
- getTitle() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
-
Returns the title of the EPS document.
- getTransform() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Gets the AffineTransform used by this EpsGraphics2D.
- GRAYSCALE - Static variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
- scale(double, double) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Concatenates the current EpsGraphics2D Transform with a scaling transformation.
- setAccurateTextMode(boolean) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets whether to use accurate text mode when rendering text in EPS.
- setBackground(Color) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the background colour to be used by the clearRect method.
- setClip(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the current clip to the rectangle specified by the given coordinates.
- setClip(Shape) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the current clipping area to an arbitrary clip shape.
- setClipSet(boolean) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
-
- setColor(Color) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the Color to be used when drawing all future shapes, text, etc.
- setColorDepth(int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the number of colours to use when drawing on the document.
- setComposite(Composite) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the Composite to be used by this EpsGraphics2D.
- setFont(Font) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the Font to be used in future text.
- setPaint(Paint) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the Paint attribute for the EpsGraphics2D object.
- setPaintMode() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the paint mode of this EpsGraphics2D object to overwrite the
destination EpsDocument with the current colour.
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets a rendering hint.
- setRenderingHints(Map) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the rendering hints.
- setStroke(Stroke) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the stroke.
- setTransform(AffineTransform) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Sets the AffineTransform to be used by this EpsGraphics2D.
- setXORMode(Color) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Not implemented - performs no action.
- shear(double, double) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Concatenates the current EpsGraphics2D Transform with a shearing transform.