Alphabetical Index

_ A B C D E F G H I M R S T U V W

_

_accurateTextMode - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_backgroundColor - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_bufferedWriter - field in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
_clip - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_clipTransform - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_color - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_colorDepth - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_composite - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_document - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_font - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_fontRenderContext - static field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_isClipSet - field in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
_lastG - field in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
_paint - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_stringWriter - field in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
_stroke - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
_title - field in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
_transform - field in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D

A

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

B

BLACK_AND_WHITE - static field 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,AffineTransform,ImageObserver) - method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
Draws an Image on the EPS document.
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,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,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.
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(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).
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).

E

EpsDocument - class org.sourceforge.jlibeps.epsgraphics.EpsDocument
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 - class org.sourceforge.jlibeps.epsgraphics.EpsException
Copyright 2001-2006 Paul James Mutton, http://www.jibble.org/
Copyright 2007 Arnaud Blouin
08/09/07
EpsException(String) - constructor for class org.sourceforge.jlibeps.epsgraphics.EpsException
EpsGraphics2D - class org.sourceforge.jlibeps.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.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.
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.

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 field 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 - field in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
maxY - field 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 - field in class org.sourceforge.jlibeps.epsgraphics.EpsDocument
minY - field in class org.sourceforge.jlibeps.epsgraphics.EpsDocument

R

RGB - static field 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(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.
transform(float,float) - method in class org.sourceforge.jlibeps.epsgraphics.EpsGraphics2D
Returns the point after it has been transformed by the transformation.
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 field 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