Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
N
R
S
T
V
A
addRenderingHints(Map)
- Method in class net.sf.epsgraphics.
EpsGraphics
Adds rendering hints.
C
clearRect(int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Clears a rectangle with top-left corner placed at (x,y) using the current background color.
clip(Shape)
- Method in class net.sf.epsgraphics.
EpsGraphics
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 net.sf.epsgraphics.
EpsGraphics
Intersects the current clip with the specified rectangle.
close()
- Method in class net.sf.epsgraphics.
EpsGraphics
Closes the EPS file being output to the underlying OutputStream.
ColorMode
- Enum in
net.sf.epsgraphics
Constants for color modes.
copyArea(int, int, int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Not implemented
- performs no action.
create(int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns an EpsGraphics2D object based on this Graphics object, but with a new translation and clip area.
create()
- Method in class net.sf.epsgraphics.
EpsGraphics
createFromDrawable(Drawable, String, int, int, ColorMode)
- Static method in class net.sf.epsgraphics.
EpsTools
Method to export a drawable object to an EPS file.
D
dispose()
- Method in class net.sf.epsgraphics.
EpsGraphics
Disposes of all resources used by this EpsGraphics object.
draw(Graphics2D, Rectangle2D)
- Method in interface net.sf.epsgraphics.
Drawable
Draws the object in the rectangle using the provide graphics context.
draw(Shape)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a Shape on the EPS document.
draw3DRect(int, int, int, int, boolean)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a 3D rectangle outline.
Drawable
- Interface in
net.sf.epsgraphics
An interface for an object that can draw itself within an rectangle using a Graphics2D context.
drawArc(int, int, int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws an arc.
drawBytes(byte[], int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws the specified bytes, starting from (x,y)
drawChars(char[], int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws the specified characters, starting from (x,y)
drawGlyphVector(GlyphVector, float, float)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a GlyphVector at (x,y)
drawImage(Image, AffineTransform, ImageObserver)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws an Image on the EPS document.
drawImage(BufferedImage, BufferedImageOp, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a BufferedImage on the EPS document.
drawImage(Image, int, int, ImageObserver)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws an image.
drawImage(Image, int, int, int, int, ImageObserver)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws an image.
drawImage(Image, int, int, Color, ImageObserver)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws an image.
drawImage(Image, int, int, int, int, Color, ImageObserver)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws an image.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws an image.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws an image.
drawLine(int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a straight line from (x1,y1) to (x2,y2).
drawOval(int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws an oval.
drawPolygon(int[], int[], int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a polygon made with the specified points.
drawPolygon(Polygon)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a polygon.
drawPolyline(int[], int[], int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a polyline.
drawRect(int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a rectangle with top-left corner placed at (x,y).
drawRenderableImage(RenderableImage, AffineTransform)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a RenderableImage by invoking its createDefaultRendering method.
drawRenderedImage(RenderedImage, AffineTransform)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a RenderedImage on the EPS document.
drawRoundRect(int, int, int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a rounded rectangle.
drawString(String, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a string at (x,y)
drawString(String, float, float)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws a string at (x,y)
drawString(AttributedCharacterIterator, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws the characters of an AttributedCharacterIterator, starting from (x,y).
drawString(AttributedCharacterIterator, float, float)
- Method in class net.sf.epsgraphics.
EpsGraphics
Draws the characters of an AttributedCharacterIterator, starting from (x,y).
E
EpsGraphics
- Class in
net.sf.epsgraphics
EpsGraphics is suitable for creating high quality EPS graphics for use in documents and papers, and can be used just like a standard Graphics2D object.
EpsGraphics(String, OutputStream, int, int, int, int, ColorMode)
- Constructor for class net.sf.epsgraphics.
EpsGraphics
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object.
EpsGraphics(EpsGraphics)
- Constructor for class net.sf.epsgraphics.
EpsGraphics
Copy constructor.
EpsTools
- Class in
net.sf.epsgraphics
Contains utility method to create an EPS figure from an object that implements the
Drawable
interface.
F
fill(Shape)
- Method in class net.sf.epsgraphics.
EpsGraphics
Fills a Shape on the EPS document.
fill3DRect(int, int, int, int, boolean)
- Method in class net.sf.epsgraphics.
EpsGraphics
Fills a 3D rectangle.
fillArc(int, int, int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Fills an arc.
fillOval(int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Fills an oval.
fillPolygon(int[], int[], int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Fills a polygon made with the specified points.
fillPolygon(Polygon)
- Method in class net.sf.epsgraphics.
EpsGraphics
Fills a polygon.
fillRect(int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Fills a rectangle with top-left corner placed at (x,y).
fillRoundRect(int, int, int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Fills a rounded rectangle.
finalize()
- Method in class net.sf.epsgraphics.
EpsGraphics
Finalizes the object.
flush()
- Method in class net.sf.epsgraphics.
EpsGraphics
Flushes the buffered contents of this EPS document to the underlying OutputStream it is being written to.
G
getAccurateTextMode()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns whether accurate text mode is being used.
getBackground()
- Method in class net.sf.epsgraphics.
EpsGraphics
Gets the background color that is used by the clearRect method.
getClip()
- Method in class net.sf.epsgraphics.
EpsGraphics
Gets the current clipping area.
getClipBounds()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the bounding rectangle of the current clipping area.
getClipBounds(Rectangle)
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the bounding rectangle of the current clipping area.
getColor()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the current Color.
getComposite()
- Method in class net.sf.epsgraphics.
EpsGraphics
returns the current Composite of the EpsGraphics2D object.
getDeviceConfiguration()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the device configuration associated with this EpsGraphics2D object.
getFont()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the Font currently being used.
getFontMetrics()
- Method in class net.sf.epsgraphics.
EpsGraphics
Gets the font metrics of the current font.
getFontMetrics(Font)
- Method in class net.sf.epsgraphics.
EpsGraphics
Gets the font metrics for the specified font.
getFontRenderContext()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the FontRenderContext.
getPaint()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the current Paint of the EpsGraphics2D object.
getRenderingHint(RenderingHints.Key)
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the value of a single preference for the rendering algorithms.
getRenderingHints()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the preferences for the rendering algorithms.
getStroke()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the Stroke currently used.
getTransform()
- Method in class net.sf.epsgraphics.
EpsGraphics
Gets the AffineTransform used by this EpsGraphics2D.
H
hit(Rectangle, Shape, boolean)
- Method in class net.sf.epsgraphics.
EpsGraphics
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.
hitClip(int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns true if the specified rectangular area might intersect the current clipping area.
N
net.sf.epsgraphics
- package net.sf.epsgraphics
R
rotate(double)
- Method in class net.sf.epsgraphics.
EpsGraphics
Concatenates the current EpsGraphics2D Transform with a rotation transform.
rotate(double, double, double)
- Method in class net.sf.epsgraphics.
EpsGraphics
Concatenates the current EpsGraphics2D Transform with a translated rotation transform.
S
scale(double, double)
- Method in class net.sf.epsgraphics.
EpsGraphics
Concatenates the current EpsGraphics2D Transform with a scaling transformation.
setAccurateTextMode(boolean)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets whether to use accurate text mode when rendering text in EPS.
setBackground(Color)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the background color to be used by the clearRect method.
setClip(int, int, int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the current clipping area to an arbitrary clip shape.
setColor(Color)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the Color to be used when drawing all future shapes, text, etc.
setComposite(Composite)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the Composite to be used by this EpsGraphics2D.
setFont(Font)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the Font to be used in future text.
setPaint(Paint)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the Paint attribute for the EpsGraphics2D object.
setPaintMode()
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the paint mode of this EpsGraphics2D object to overwrite the destination EpsDocument with the current color.
setRenderingHint(RenderingHints.Key, Object)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets a rendering hint.
setRenderingHints(Map)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the rendering hints.
setStroke(Stroke)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the stroke.
setTransform(AffineTransform)
- Method in class net.sf.epsgraphics.
EpsGraphics
Sets the AffineTransform to be used by this EpsGraphics2D.
setXORMode(Color)
- Method in class net.sf.epsgraphics.
EpsGraphics
Not implemented
- performs no action.
shear(double, double)
- Method in class net.sf.epsgraphics.
EpsGraphics
Concatenates the current EpsGraphics2D Transform with a shearing transform.
T
toString()
- Method in class net.sf.epsgraphics.
EpsGraphics
Returns the entire contents of the EPS document, complete with headers and bounding box.
transform(AffineTransform)
- Method in class net.sf.epsgraphics.
EpsGraphics
Composes an AffineTransform object with the Transform in this EpsGraphics2D according to the rule last-specified-first-applied.
translate(int, int)
- Method in class net.sf.epsgraphics.
EpsGraphics
Translates the origin of the EpsGraphics2D context to the point (x,y) in the current coordinate system.
translate(double, double)
- Method in class net.sf.epsgraphics.
EpsGraphics
Concatenates the current EpsGraphics2D Transformation with a translation transform.
V
valueOf(String)
- Static method in enum net.sf.epsgraphics.
ColorMode
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.sf.epsgraphics.
ColorMode
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION
- Static variable in class net.sf.epsgraphics.
EpsGraphics
A
C
D
E
F
G
H
N
R
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007-2009 - Thomas Abeel - All Rights Reserved.