A B C D E F G H I M O R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addRenderingHints(Map) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Adds rendering hints.
- append(String) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Appends a line to the EpsDocument.
- append(EpsGraphics2D, String) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
-
Appends a line to the EpsDocument.
B
- BLACK_AND_WHITE - Static variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
C
- clearRect(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Clears a rectangle with top-left corner placed at (x,y) using the current background color.
- clip(Shape) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Intersects the current clip with the interior of the specified Shape and sets the clip to the resulting intersection.
- clipRect(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Intersects the current clip with the specified rectangle.
- close() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- close() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Closes the EPS file being output to the underlying OutputStream.
- copyArea(int, int, int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Not implemented - performs no action.
- create() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns a new Graphics object that is identical to this EpsGraphics2D.
- create(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns an EpsGraphics2D object based on this Graphics object, but with a new translation and clip area.
D
- dispose() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Disposes of all resources used by this EpsGraphics2D object.
- draw(Shape) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a Shape on the EPS document.
- draw(Shape, String) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Appends the commands required to draw 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(BufferedImage, BufferedImageOp, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a BufferedImage on the EPS document.
- drawImage(Image, int, int, int, int, 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, Color, 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, ImageObserver) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an image.
- drawImage(Image, AffineTransform, ImageObserver) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws an Image on the EPS document.
- 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, float, float) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a string at (x,y).
- drawString(String, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws a string at (x,y).
- drawString(AttributedCharacterIterator, float, float) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws the characters of an AttributedCharacterIterator, starting from (x,y).
- drawString(AttributedCharacterIterator, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Draws the characters of an AttributedCharacterIterator, starting from (x,y).
E
- EpsDocument - Class in org.sourceforge.jlibeps.epsgraphics
-
This represents an EPS document.
- EpsDocument(String) - Constructor for class org.sourceforge.jlibeps.epsgraphics.EpsDocument
-
Constructs an empty EpsDevice.
- EpsDocument(String, OutputStream, int, int, int, int) - Constructor for class org.sourceforge.jlibeps.epsgraphics.EpsDocument
-
Constructs an empty EpsDevice that writes directly to a file.
- EpsException - Exception in org.sourceforge.jlibeps.epsgraphics
-
Copyright 2001-2006 Paul James Mutton, http://www.jibble.org/
Copyright 2007 Arnaud Blouin
08/09/07 - EpsException(String) - Constructor for exception org.sourceforge.jlibeps.epsgraphics.EpsException
- EpsGraphics2D - Class in org.sourceforge.jlibeps.epsgraphics
-
EpsGraphics2D is suitable for creating high quality EPS graphics for use in documents and papers, and can be used just like a standard Graphics2D object.
- EpsGraphics2D() - Constructor for class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object.
- EpsGraphics2D(String) - Constructor for class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object.
- EpsGraphics2D(String, File, int, int, int, int) - Constructor for class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object.
- EpsGraphics2D(String, OutputStream, int, int, int, int) - Constructor for class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object.
- EpsGraphics2D(EpsGraphics2D) - Constructor for class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Constructs a new EpsGraphics2D instance that is a copy of the supplied argument and points at the same EpsDocument.
F
- fill(Shape) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Fills a Shape on the EPS document.
- fill3DRect(int, int, int, int, boolean) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Fills a 3D rectangle.
- fillArc(int, int, int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Fills an arc.
- fillOval(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Fills an oval.
- fillPolygon(int[], int[], int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Fills a polygon made with the specified points.
- fillPolygon(Polygon) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Fills a polygon.
- fillRect(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Fills a rectangle with top-left corner placed at (x,y).
- fillRoundRect(int, int, int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Fills a rounded rectangle.
- finalize() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Finalises the object.
- flush() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- flush() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Flushes the buffered contents of this EPS document to the underlying OutputStream it is being written to.
G
- 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
H
- hit(Rectangle, Shape, boolean) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.
- hitClip(int, int, int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns true if the specified rectangular area might intersect the current clipping area.
I
- isClipSet() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
M
- maxX - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- maxY - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- methodNotSupported() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
This method is called to indicate that a particular method is not supported yet.
- minX - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- minY - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
O
- org.sourceforge.jlibeps.epsgraphics - package org.sourceforge.jlibeps.epsgraphics
R
- RGB - Static variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- rotate(double) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Concatenates the current EpsGraphics2D Transform with a rotation transform.
- rotate(double, double, double) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Concatenates the current EpsGraphics2D Transform with a translated rotation transform.
S
- 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.
T
- toHexString(int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns a hex string that always contains two characters.
- toString() - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the entire contents of the EPS document, complete with headers and bounding box.
- transform(float, float) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Returns the point after it has been transformed by the transformation.
- transform(AffineTransform) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Composes an AffineTransform object with the Transform in this EpsGraphics2D according to the rule last-specified-first-applied.
- translate(double, double) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Concatenates the current EpsGraphics2D Transformation with a translation transform.
- translate(int, int) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
-
Translates the origin of the EpsGraphics2D context to the point (x,y) in the current coordinate system.
U
- updateBounds(double, double) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
-
Updates the bounds of the current EPS document.
V
- VERSION - Static variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
W
- write(Writer) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
-
Outputs the contents of the EPS document to the specified Writer, complete with headers and bounding box.
- writeFooter(Writer) - Method in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
_
- _accurateTextMode - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _backgroundColor - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _bufferedWriter - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- _clip - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _clipTransform - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _color - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _colorDepth - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _composite - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _document - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _font - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _fontRenderContext - Static variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _isClipSet - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- _lastG - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- _paint - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _stringWriter - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- _stroke - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
- _title - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
- _transform - Variable in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
All Classes All Packages