EPS Graphics2D
A B C D E F G H I O R S T U V W

A

addRenderingHints(Map) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Adds rendering hints.
append(EpsGraphics2D, String) - Method in class org.jibble.epsgraphics.EpsDocument
Appends a line to the EpsDocument.

B

BLACK_AND_WHITE - Static variable in class org.jibble.epsgraphics.EpsGraphics2D
 

C

clearRect(int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Clears a rectangle with top-left corner placed at (x,y) using the current background color.
clip(Shape) - Method in class org.jibble.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.jibble.epsgraphics.EpsGraphics2D
Intersects the current clip with the specified rectangle.
close() - Method in class org.jibble.epsgraphics.EpsDocument
 
close() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Closes the EPS file being output to the underlying OutputStream.
copyArea(int, int, int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Not implemented - performs no action.
create() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns a new Graphics object that is identical to this EpsGraphics2D.
create(int, int, int, int) - Method in class org.jibble.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.jibble.epsgraphics.EpsGraphics2D
Disposes of all resources used by this EpsGraphics2D object.
draw(Shape) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a Shape on the EPS document.
draw3DRect(int, int, int, int, boolean) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a 3D rectangle outline.
drawArc(int, int, int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws an arc.
drawBytes(byte[], int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws the specified bytes, starting from (x,y)
drawChars(char[], int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws the specified characters, starting from (x,y)
drawGlyphVector(GlyphVector, float, float) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a GlyphVector at (x,y)
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws an Image on the EPS document.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a BufferedImage on the EPS document.
drawImage(Image, int, int, ImageObserver) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws an image.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws an image.
drawLine(int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a straight line from (x1,y1) to (x2,y2).
drawOval(int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws an oval.
drawPolygon(int[], int[], int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a polygon made with the specified points.
drawPolygon(Polygon) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a polygon.
drawPolyline(int[], int[], int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a polyline.
drawRect(int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a rectangle with top-left corner placed at (x,y).
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a RenderableImage by invoking its createDefaultRendering method.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a RenderedImage on the EPS document.
drawRoundRect(int, int, int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a rounded rectangle.
drawString(String, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a string at (x,y)
drawString(String, float, float) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws a string at (x,y)
drawString(AttributedCharacterIterator, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws the characters of an AttributedCharacterIterator, starting from (x,y).
drawString(AttributedCharacterIterator, float, float) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Draws the characters of an AttributedCharacterIterator, starting from (x,y).

E

EpsDocument - class org.jibble.epsgraphics.EpsDocument.
This represents an EPS document.
EpsDocument(String) - Constructor for class org.jibble.epsgraphics.EpsDocument
Constructs an empty EpsDevice.
EpsDocument(String, OutputStream, int, int, int, int) - Constructor for class org.jibble.epsgraphics.EpsDocument
Constructs an empty EpsDevice that writes directly to a file.
EpsException - exception org.jibble.epsgraphics.EpsException.
 
EpsException(String) - Constructor for class org.jibble.epsgraphics.EpsException
 
EpsGraphics2D - class org.jibble.epsgraphics.EpsGraphics2D.
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.jibble.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.jibble.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.jibble.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.jibble.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.jibble.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.jibble.epsgraphics.EpsGraphics2D
Fills a Shape on the EPS document.
fill3DRect(int, int, int, int, boolean) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a 3D rectangle.
fillArc(int, int, int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills an arc.
fillOval(int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills an oval.
fillPolygon(int[], int[], int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a polygon made with the specified points.
fillPolygon(Polygon) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a polygon.
fillRect(int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a rectangle with top-left corner placed at (x,y).
fillRoundRect(int, int, int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Fills a rounded rectangle.
finalize() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Finalizes the object.
flush() - Method in class org.jibble.epsgraphics.EpsDocument
 
flush() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Flushes the buffered contents of this EPS document to the underlying OutputStream it is being written to.

G

GRAYSCALE - Static variable in class org.jibble.epsgraphics.EpsGraphics2D
 
getAccurateTextMode() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns whether accurate text mode is being used.
getBackground() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Gets the background color that is used by the clearRect method.
getClip() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Gets the current clipping area.
getClipBounds() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the bounding rectangle of the current clipping area.
getClipBounds(Rectangle) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the bounding rectangle of the current clipping area.
getColor() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the current Color.
getColorDepth() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the color depth used for all drawing operations.
getComposite() - Method in class org.jibble.epsgraphics.EpsGraphics2D
returns the current Composite of the EpsGraphics2D object.
getDeviceConfiguration() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the device configuration associated with this EpsGraphics2D object.
getFont() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the Font currently being used.
getFontMetrics() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Gets the font metrics of the current font.
getFontMetrics(Font) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Gets the font metrics for the specified font.
getFontRenderContext() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the FontRenderContext.
getPaint() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the current Paint of the EpsGraphics2D object.
getRenderingHint(RenderingHints.Key) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the preferences for the rendering algorithms.
getStroke() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the Stroke currently used.
getTitle() - Method in class org.jibble.epsgraphics.EpsDocument
Returns the title of the EPS document.
getTransform() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Gets the AffineTransform used by this EpsGraphics2D.

H

hit(Rectangle, Shape, boolean) - Method in class org.jibble.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.jibble.epsgraphics.EpsGraphics2D
Returns true if the specified rectangular area might intersect the current clipping area.

I

isClipSet() - Method in class org.jibble.epsgraphics.EpsDocument
 

O

org.jibble.epsgraphics - package org.jibble.epsgraphics
 

R

RGB - Static variable in class org.jibble.epsgraphics.EpsGraphics2D
 
rotate(double) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Concatenates the current EpsGraphics2D Transform with a rotation transform.
rotate(double, double, double) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Concatenates the current EpsGraphics2D Transform with a translated rotation transform.

S

scale(double, double) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Concatenates the current EpsGraphics2D Transform with a scaling transformation.
setAccurateTextMode(boolean) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets whether to use accurate text mode when rendering text in EPS.
setBackground(Color) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the background color to be used by the clearRect method.
setClip(int, int, int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the current clipping area to an arbitrary clip shape.
setClipSet(boolean) - Method in class org.jibble.epsgraphics.EpsDocument
 
setColor(Color) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the Color to be used when drawing all future shapes, text, etc.
setColorDepth(int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the number of colours to use when drawing on the document.
setComposite(Composite) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the Composite to be used by this EpsGraphics2D.
setFont(Font) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the Font to be used in future text.
setPaint(Paint) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the Paint attribute for the EpsGraphics2D object.
setPaintMode() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the paint mode of this EpsGraphics2D object to overwrite the destination EpsDocument with the current color.
setRenderingHint(RenderingHints.Key, Object) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets a rendering hint.
setRenderingHints(Map) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the rendering hints.
setStroke(Stroke) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the stroke.
setTransform(AffineTransform) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Sets the AffineTransform to be used by this EpsGraphics2D.
setXORMode(Color) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Not implemented - performs no action.
shear(double, double) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Concatenates the current EpsGraphics2D Transform with a shearing transform.

T

toString() - Method in class org.jibble.epsgraphics.EpsGraphics2D
Returns the entire contents of the EPS document, complete with headers and bounding box.
transform(AffineTransform) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Composes an AffineTransform object with the Transform in this EpsGraphics2D according to the rule last-specified-first-applied.
translate(int, int) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Translates the origin of the EpsGraphics2D context to the point (x,y) in the current coordinate system.
translate(double, double) - Method in class org.jibble.epsgraphics.EpsGraphics2D
Concatenates the current EpsGraphics2D Transformation with a translation transform.

U

updateBounds(double, double) - Method in class org.jibble.epsgraphics.EpsDocument
Updates the bounds of the current EPS document.

V

VERSION - Static variable in class org.jibble.epsgraphics.EpsGraphics2D
 

W

write(Writer) - Method in class org.jibble.epsgraphics.EpsDocument
Outputs the contents of the EPS document to the specified Writer, complete with headers and bounding box.

A B C D E F G H I O R S T U V W
EPS Graphics2D