A B C D E F G H I K L M N O P R S T U V W X Y Z

A

AbstractCharTable - Class in org.freehep.graphics2d.font
Abstract Character Table, inherited by all the Generated Encoding Tables
AbstractCharTable() - Constructor for class org.freehep.graphics2d.font.AbstractCharTable
 
AbstractVectorGraphics - Class in org.freehep.graphics2d
This class implements all conversions from integer to double as well as a few other convenience functions.
AbstractVectorGraphics() - Constructor for class org.freehep.graphics2d.AbstractVectorGraphics
 
AbstractVectorGraphics(AbstractVectorGraphics) - Constructor for class org.freehep.graphics2d.AbstractVectorGraphics
 
addRenderingHints(Map) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
addRenderingHints(Map) - Method in class org.freehep.graphics2d.VectorGraphics
 
ArrayPath - Class in org.freehep.graphics2d
This class can be used in a transient way to deal with the drawing or filling of an array of double points as a polyline/polygon.
ArrayPath(double[], double[], int, boolean, int) - Constructor for class org.freehep.graphics2d.ArrayPath
 
asBlack - Variable in class org.freehep.graphics2d.PrintColor
 
asGray - Variable in class org.freehep.graphics2d.PrintColor
 

B

black - Static variable in class org.freehep.graphics2d.WebColor
 
BLACK - Static variable in class org.freehep.graphics2d.WebColor
 
BLACK_AND_WHITE - Static variable in class org.freehep.graphics2d.PrintColor
 
blue - Static variable in class org.freehep.graphics2d.WebColor
 
BLUE - Static variable in class org.freehep.graphics2d.WebColor
 
BufferedPanel - Class in org.freehep.graphics2d
This class extends JPanel by adding double buffering.
BufferedPanel() - Constructor for class org.freehep.graphics2d.BufferedPanel
 
BufferedPanel(boolean) - Constructor for class org.freehep.graphics2d.BufferedPanel
Creates a new BufferedPanel with a width and height set to zero.

C

CharTable - Interface in org.freehep.graphics2d.font
Provides conversions between unicodes, names, and encodings for any particular encoding.
clearRect(int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
clearRect(int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
clearRect(double, double, double, double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
clearRect(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
clearRect(double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
 
clip(Shape) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
clip(Shape) - Method in class org.freehep.graphics2d.VectorGraphics
 
clipRect(int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
clipRect(double, double, double, double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
clipRect(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
clipRect(double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
 
closeTag(String) - Method in class org.freehep.graphics2d.GenericTagHandler
closes the given html tag.
closeTag(String) - Method in class org.freehep.graphics2d.TagHandler
 
COLOR - Static variable in class org.freehep.graphics2d.PrintColor
 
contains(double, double) - Method in class org.freehep.graphics2d.ArrayPath
 
contains(double, double, double, double) - Method in class org.freehep.graphics2d.ArrayPath
 
contains(Point2D) - Method in class org.freehep.graphics2d.ArrayPath
 
contains(Rectangle2D) - Method in class org.freehep.graphics2d.ArrayPath
 
contains(double, double) - Method in class org.freehep.graphics2d.SymbolShape
 
contains(double, double, double, double) - Method in class org.freehep.graphics2d.SymbolShape
 
contains(Point2D) - Method in class org.freehep.graphics2d.SymbolShape
 
contains(Rectangle2D) - Method in class org.freehep.graphics2d.SymbolShape
 
copyArea(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
copyArea(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
create(double, double, double, double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
create() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
create(int, double, double, double) - Method in class org.freehep.graphics2d.SymbolShape
Type must be one of the symbols defined in VectorGraphicsConstants except TYPE_CIRCLE.
create() - Method in class org.freehep.graphics2d.VectorGraphics
 
create(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
create(double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
 
create(Graphics) - Static method in class org.freehep.graphics2d.VectorGraphics
 
create(Color) - Static method in class org.freehep.graphics2d.WebColor
 
createPrintColor(Color) - Static method in class org.freehep.graphics2d.PrintColor
 
createShape(double[], double[], int, boolean) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Creates a polyline/polygon shape from a set of points.
createShape(int[], int[], int, boolean, boolean) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Creates a polyline/polygon shape from a set of points.
createShape(double[], double[], int, boolean) - Method in class org.freehep.graphics2d.PixelGraphics2D
Implementation of createShape makes sure that the points are different by at least one pixel.
createTextLayout(TagString, double) - Method in class org.freehep.graphics2d.GenericTagHandler
calculates the string bounds using the current font of GenericTagHandler.graphics.
cyan - Static variable in class org.freehep.graphics2d.WebColor
 
CYAN - Static variable in class org.freehep.graphics2d.WebColor
 

D

DARK_GRAY - Static variable in class org.freehep.graphics2d.WebColor
 
darkGray - Static variable in class org.freehep.graphics2d.WebColor
 
defaultColors - Static variable in class org.freehep.graphics2d.PrintColor
 
defaultEntity(String) - Method in class org.freehep.graphics2d.TagHandler
 
dispose() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
dispose() - Method in class org.freehep.graphics2d.VectorGraphics
 
draw(Shape) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
draw(Shape) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawArc(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawArc(double, double, double, double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawArc(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawArc(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawArc(double, double, double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Draws an arc.
drawGlyphVector(GlyphVector, float, float) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawGlyphVector(GlyphVector, float, float) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawLine(int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawLine(double, double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawLine(int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawLine(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawLine(double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Draws a straight line.
drawOval(int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawOval(double, double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawOval(int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawOval(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawOval(double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Draws an oval.
drawPolygon(int[], int[], int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawPolygon(double[], double[], int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawPolygon(int[], int[], int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawPolygon(Polygon) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawPolygon(int[], int[], int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawPolygon(double[], double[], int) - Method in class org.freehep.graphics2d.VectorGraphics
Draws a polygon.
drawPolyline(int[], int[], int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawPolyline(double[], double[], int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawPolyline(int[], int[], int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawPolyline(int[], int[], int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawPolyline(double[], double[], int) - Method in class org.freehep.graphics2d.VectorGraphics
Draws a polyline.
drawRect(int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawRect(double, double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawRect(int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawRect(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawRect(double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Draws a rectangle.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawRoundRect(double, double, double, double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawRoundRect(double, double, double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Draws a rounded rectangle.
drawString(String, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawString(String, float, float) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawString(String, double, double, int, int, boolean, Color, double, boolean, Color) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Draws frame, banner and aligned text inside
drawString(TagString, double, double, int, int, boolean, Color, double, boolean, Color) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Draws the tagged string parsed by a TagHandler and adds a border specified by the parameters
drawString(String, double, double, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawString(TagString, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawString(TagString, double, double, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawString(String, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawString(String, float, float) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawString(String, double, double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawString(String, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawString(String, float, float) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawString(String, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Draws a string.
drawString(TagString, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawString(String, double, double, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawString(TagString, double, double, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawString(String, double, double, int, int, boolean, Color, double, boolean, Color) - Method in class org.freehep.graphics2d.VectorGraphics
Draws a string with a lot of parameters.
drawString(TagString, double, double, int, int, boolean, Color, double, boolean, Color) - Method in class org.freehep.graphics2d.VectorGraphics
Draws a TagString with a lot of parameters.
drawSymbol(int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawSymbol(double, double, double, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawSymbol(VectorGraphics, double, double, double, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
drawSymbol(double, double, double, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
drawSymbol(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
drawSymbol(double, double, double, int) - Method in class org.freehep.graphics2d.VectorGraphics
 

E

endExport() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
endExport() - Method in class org.freehep.graphics2d.VectorGraphics
 
entity(String) - Method in class org.freehep.graphics2d.TagHandler
 
equals(Object) - Method in class org.freehep.graphics2d.PrintColor
 
equals(Object) - Method in class org.freehep.graphics2d.TagString
 
Expert - Class in org.freehep.graphics2d.font
Generated Expert Encoding Table.
Expert() - Constructor for class org.freehep.graphics2d.font.Expert
 

F

fill(Shape) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
fill(Shape) - Method in class org.freehep.graphics2d.VectorGraphics
 
fill(Shape, Paint) - Method in class org.freehep.graphics2d.VectorGraphics
Fills an are with the given paint using in offscreen BufferedImage.
fillAndDraw(Shape, Color) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillAndDraw(Shape, Color) - Method in class org.freehep.graphics2d.VectorGraphics
 
fillAndDrawSymbol(int, int, int, int, Color) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillAndDrawSymbol(double, double, double, int, Color) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillAndDrawSymbol(double, double, double, int, Color) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
fillAndDrawSymbol(int, int, int, int, Color) - Method in class org.freehep.graphics2d.VectorGraphics
 
fillAndDrawSymbol(double, double, double, int, Color) - Method in class org.freehep.graphics2d.VectorGraphics
 
fillArc(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillArc(double, double, double, double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillArc(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
fillArc(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
fillArc(double, double, double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Fills an arc.
fillOval(int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillOval(double, double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillOval(int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
fillOval(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
fillOval(double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Fills an oval.
fillPolygon(int[], int[], int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillPolygon(double[], double[], int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillPolygon(int[], int[], int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
fillPolygon(Polygon) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
fillPolygon(int[], int[], int) - Method in class org.freehep.graphics2d.VectorGraphics
 
fillPolygon(double[], double[], int) - Method in class org.freehep.graphics2d.VectorGraphics
Fills a polygon.
fillRect(int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillRect(double, double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillRect(int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
fillRect(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
fillRect(double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Fills a rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillRoundRect(double, double, double, double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillRoundRect(int, int, int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
fillRoundRect(double, double, double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
Fills a rounded rectangle.
fillSymbol(int, int, int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillSymbol(double, double, double, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillSymbol(VectorGraphics, double, double, double, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
fillSymbol(double, double, double, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
fillSymbol(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
fillSymbol(double, double, double, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
FontEncoder - Class in org.freehep.graphics2d.font
 
FontUtilities - Class in org.freehep.graphics2d.font
 
FontUtilities.ShowString - Interface in org.freehep.graphics2d.font
 

G

GenericTagHandler - Class in org.freehep.graphics2d
The class converts HTML tags like in instances of TextAttribute.
GenericTagHandler(Graphics2D) - Constructor for class org.freehep.graphics2d.GenericTagHandler
creates a tag handler for printing text and calculating its size
getAllAvailableFonts() - Static method in class org.freehep.graphics2d.font.FontUtilities
 
getAsBlack() - Method in class org.freehep.graphics2d.PrintColor
 
getAsGray() - Method in class org.freehep.graphics2d.PrintColor
 
getAttributes(Font) - Static method in class org.freehep.graphics2d.font.FontUtilities
there is a bug in the jdk 1.6 which makes Font.getAttributes() not work correctly.
getBackground() - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Gets the background color.
getBackground() - Method in class org.freehep.graphics2d.VectorGraphics
 
getBounds() - Method in class org.freehep.graphics2d.ArrayPath
 
getBounds() - Method in class org.freehep.graphics2d.SymbolShape
 
getBounds2D() - Method in class org.freehep.graphics2d.ArrayPath
 
getBounds2D() - Method in class org.freehep.graphics2d.SymbolShape
 
getBufferedGraphics() - Method in class org.freehep.graphics2d.BufferedPanel
Returns a pointer to the graphics (VectorGraphics) context of the buffer.
getClip() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getClip() - Method in class org.freehep.graphics2d.VectorGraphics
 
getClipBounds() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getClipBounds(Rectangle) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getClipBounds() - Method in class org.freehep.graphics2d.VectorGraphics
 
getClipBounds(Rectangle) - Method in class org.freehep.graphics2d.VectorGraphics
 
getColor() - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Gets the current color.
getColor(int) - Method in class org.freehep.graphics2d.PrintColor
 
getColor() - Method in class org.freehep.graphics2d.VectorGraphics
 
getColorMode() - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getColorMode() - Method in class org.freehep.graphics2d.VectorGraphics
 
getComposite() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getComposite() - Method in class org.freehep.graphics2d.VectorGraphics
 
getCreator() - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getCreator() - Method in class org.freehep.graphics2d.VectorGraphics
 
getDefaultColor(int) - Static method in class org.freehep.graphics2d.PrintColor
 
getDeviceConfiguration() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getDeviceConfiguration() - Method in class org.freehep.graphics2d.VectorGraphics
 
getEncodedString(String, String) - Static method in class org.freehep.graphics2d.font.FontEncoder
 
getEncodedString(String, CharTable) - Static method in class org.freehep.graphics2d.font.FontEncoder
Returns an unicode encoded string from an ascii encoded string, using the supplied table.
getEncodedString(String, String) - Static method in class org.freehep.graphics2d.font.FontUtilities
Deprecated. use org.freehep.graphics2d.font.FontEncoder.getEncodedString()
getEncodedString(String, CharTable) - Static method in class org.freehep.graphics2d.font.FontUtilities
Deprecated. use org.freehep.graphics2d.font.FontEncoder.getEncodedString()
getEncoding() - Method in interface org.freehep.graphics2d.font.CharTable
Returns the encoding name of the table.
getEncoding() - Method in class org.freehep.graphics2d.font.Expert
 
getEncoding() - Method in class org.freehep.graphics2d.font.ISOLatin
 
getEncoding() - Method in class org.freehep.graphics2d.font.MACLatin
 
getEncoding() - Method in class org.freehep.graphics2d.font.PDFLatin
 
getEncoding() - Method in class org.freehep.graphics2d.font.STDLatin
 
getEncoding() - Method in class org.freehep.graphics2d.font.Symbol
 
getEncoding() - Method in class org.freehep.graphics2d.font.WINLatin
 
getEncoding() - Method in class org.freehep.graphics2d.font.Zapfdingbats
 
getFont() - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Gets the current font.
getFont() - Method in class org.freehep.graphics2d.VectorGraphics
 
getFontMetrics(Font) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getFontMetrics(Font) - Method in class org.freehep.graphics2d.VectorGraphics
 
getFontRenderContext() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getFontRenderContext() - Method in class org.freehep.graphics2d.VectorGraphics
 
getInstance() - Static method in class org.freehep.graphics2d.font.Lookup
 
getName() - Method in interface org.freehep.graphics2d.font.CharTable
Returns the name of the table.
getName() - Method in class org.freehep.graphics2d.font.Expert
 
getName() - Method in class org.freehep.graphics2d.font.ISOLatin
 
getName() - Method in class org.freehep.graphics2d.font.MACLatin
 
getName() - Method in class org.freehep.graphics2d.font.PDFLatin
 
getName() - Method in class org.freehep.graphics2d.font.STDLatin
 
getName() - Method in class org.freehep.graphics2d.font.Symbol
 
getName() - Method in class org.freehep.graphics2d.font.WINLatin
 
getName() - Method in class org.freehep.graphics2d.font.Zapfdingbats
 
getNumberOfTables() - Method in class org.freehep.graphics2d.font.Lookup
Gives the total number of tables included in the file
getPaint() - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Gets the current paint.
getPaint() - Method in class org.freehep.graphics2d.VectorGraphics
 
getPathIterator(AffineTransform, double) - Method in class org.freehep.graphics2d.ArrayPath
 
getPathIterator(AffineTransform) - Method in class org.freehep.graphics2d.ArrayPath
 
getPathIterator(AffineTransform, double) - Method in class org.freehep.graphics2d.SymbolShape
 
getPathIterator(AffineTransform) - Method in class org.freehep.graphics2d.SymbolShape
 
getPrintColor(Color) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Returns a printColor created from the original printColor, based on the ColorMode.
getProperties() - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getProperties() - Method in class org.freehep.graphics2d.VectorGraphics
 
getProperty(String) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getProperty(String) - Method in class org.freehep.graphics2d.VectorGraphics
 
getPropertyColor(String) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getPropertyColor(String) - Method in class org.freehep.graphics2d.VectorGraphics
 
getPropertyDimension(String) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getPropertyDimension(String) - Method in class org.freehep.graphics2d.VectorGraphics
 
getPropertyDouble(String) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getPropertyDouble(String) - Method in class org.freehep.graphics2d.VectorGraphics
 
getPropertyInsets(String) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getPropertyInt(String) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getPropertyInt(String) - Method in class org.freehep.graphics2d.VectorGraphics
 
getPropertyRectangle(String) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
getPropertyRectangle(String) - Method in class org.freehep.graphics2d.VectorGraphics
 
getRenderingHint(RenderingHints.Key) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getRenderingHint(RenderingHints.Key) - Method in class org.freehep.graphics2d.VectorGraphics
 
getRenderingHints() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getRenderingHints() - Method in class org.freehep.graphics2d.VectorGraphics
 
getSize(String) - Static method in class org.freehep.graphics2d.ScreenConstants
 
getStroke() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getStroke() - Method in class org.freehep.graphics2d.VectorGraphics
 
getSymbol(String) - Static method in class org.freehep.graphics2d.VectorGraphics
 
getTable(String) - Method in class org.freehep.graphics2d.font.Lookup
Gives the requested encoding table Valid table names can be requested with a call to
getTableNames() - Method in class org.freehep.graphics2d.font.Lookup
Gives the names of tables that can be used in a string array.
getTextAlignment(String) - Static method in class org.freehep.graphics2d.VectorGraphics
 
getTransform() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
getTransform() - Method in class org.freehep.graphics2d.VectorGraphics
 
getWindowsFontName(String) - Static method in class org.freehep.graphics2d.font.FontUtilities
 
getXalignment(double, double, int) - Static method in class org.freehep.graphics2d.VectorGraphics
 
getYalignment(double, double, double, int) - Static method in class org.freehep.graphics2d.VectorGraphics
 
gray - Static variable in class org.freehep.graphics2d.WebColor
 
GRAY - Static variable in class org.freehep.graphics2d.WebColor
 
GRAYSCALE - Static variable in class org.freehep.graphics2d.PrintColor
 
green - Static variable in class org.freehep.graphics2d.WebColor
 
GREEN - Static variable in class org.freehep.graphics2d.WebColor
 

H

hashCode() - Method in class org.freehep.graphics2d.PrintColor
 
hashCode() - Method in class org.freehep.graphics2d.TagString
 
hit(Rectangle, Shape, boolean) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.
hit(Rectangle, Shape, boolean) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
hit(Rectangle, Shape, boolean) - Method in class org.freehep.graphics2d.VectorGraphics
 
hostGraphics - Variable in class org.freehep.graphics2d.PixelGraphics2D
 

I

initProperties(Properties) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
initProperties(Properties) - Method in class org.freehep.graphics2d.VectorGraphics
 
intersects(double, double, double, double) - Method in class org.freehep.graphics2d.ArrayPath
 
intersects(Rectangle2D) - Method in class org.freehep.graphics2d.ArrayPath
 
intersects(double, double, double, double) - Method in class org.freehep.graphics2d.SymbolShape
Returns true, if at least one of the points is contained by the shape.
intersects(Rectangle2D) - Method in class org.freehep.graphics2d.SymbolShape
 
invalidate() - Method in class org.freehep.graphics2d.BufferedPanel
Triggers a full repaint, since the component is not valid anymore (size change, iconized, ...)
invert(Color) - Static method in class org.freehep.graphics2d.PrintColor
 
isDeviceIndependent() - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
isDeviceIndependent() - Method in class org.freehep.graphics2d.VectorGraphics
 
isDisplaying() - Method in class org.freehep.graphics2d.BufferedPanel
Returns true if the drawing is made for a PixelGraphics context, the display.
isDisplayLocal() - Static method in class org.freehep.graphics2d.PixelGraphics2D
 
isDisplayX11() - Static method in class org.freehep.graphics2d.PixelGraphics2D
 
isExporting() - Method in class org.freehep.graphics2d.BufferedPanel
Returns true if the drawing is made for a VectorGraphics context.
ISOLatin - Class in org.freehep.graphics2d.font
Generated ISOLatin Encoding Table.
ISOLatin() - Constructor for class org.freehep.graphics2d.font.ISOLatin
 
isPrinting() - Method in class org.freehep.graphics2d.BufferedPanel
Returns true if the drawing is made for a PrinterGraphics context.
isProperty(String) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
isProperty(String) - Method in class org.freehep.graphics2d.VectorGraphics
 

K

KEY_SYMBOL_BLIT - Static variable in class org.freehep.graphics2d.PixelGraphics2D
 

L

LIGHT_GRAY - Static variable in class org.freehep.graphics2d.WebColor
 
lightGray - Static variable in class org.freehep.graphics2d.WebColor
 
lineWidth - Variable in class org.freehep.graphics2d.PixelGraphics2D
 
Lookup - Class in org.freehep.graphics2d.font
Lookup class provides conversion between different encodings and character tables using character name, encoding index, and unicode.

M

MACLatin - Class in org.freehep.graphics2d.font
Generated MACLatin Encoding Table.
MACLatin() - Constructor for class org.freehep.graphics2d.font.MACLatin
 
magenta - Static variable in class org.freehep.graphics2d.WebColor
 
MAGENTA - Static variable in class org.freehep.graphics2d.WebColor
 
main(String[]) - Static method in class org.freehep.graphics2d.TagHandler
 
mixColor(Color, Color) - Static method in class org.freehep.graphics2d.PrintColor
 

N

NUMBER_OF_HORIZ_ALIGNMENTS - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Constant indicating the maximum number of horizontal alignments.
NUMBER_OF_SYMBOLS - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
The number of defined symbols.
NUMBER_OF_VERTICAL_ALIGNMENTS - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Constant indicating the maximum number of vertical alignments.

O

openTag(String) - Method in class org.freehep.graphics2d.GenericTagHandler
handles bold , italic , superscript , subscript , vertical , overline , underline , strikethrough , underline dashed , underline dotted and typewriter
openTag(String) - Method in class org.freehep.graphics2d.TagHandler
 
orange - Static variable in class org.freehep.graphics2d.WebColor
 
ORANGE - Static variable in class org.freehep.graphics2d.WebColor
 
org.freehep.graphics2d - package org.freehep.graphics2d
Base classes for VectorGraphics, useful to implement different output formats.
org.freehep.graphics2d.font - package org.freehep.graphics2d.font
Font encoding tables and lookup classes to query the tables.

P

paintComponent(Graphics) - Method in class org.freehep.graphics2d.BufferedPanel
Paint this panel by calling paintComponent(VectorGraphics) if necessary and flushing the buffered image to the screen.
paintComponent(VectorGraphics) - Method in class org.freehep.graphics2d.BufferedPanel
Allows for custom graphics to be painted.
parse(TagString) - Method in class org.freehep.graphics2d.TagHandler
parses string and calls methods for every tag and every not recognized entity The characters < and > have to be written as < and > while the & is written as & The following three methods are called: defaultEntity(entity) for & < > " ' entity(entity) for all other entities openTag(tag) for all endTag(tag) for all text(text) for all text The startTag, endTag and text methods returns a string which is added to the fully parsed string.
PDFLatin - Class in org.freehep.graphics2d.font
Generated PDFLatin Encoding Table.
PDFLatin() - Constructor for class org.freehep.graphics2d.font.PDFLatin
 
pink - Static variable in class org.freehep.graphics2d.WebColor
 
PINK - Static variable in class org.freehep.graphics2d.WebColor
 
PixelGraphics2D - Class in org.freehep.graphics2d
 
PixelGraphics2D(Graphics) - Constructor for class org.freehep.graphics2d.PixelGraphics2D
 
PixelGraphics2D(PixelGraphics2D) - Constructor for class org.freehep.graphics2d.PixelGraphics2D
 
PixelGraphics2D() - Constructor for class org.freehep.graphics2d.PixelGraphics2D
Constructor for the case that you only know the hostgraphics later on.
print(TagString, double, double, double) - Method in class org.freehep.graphics2d.GenericTagHandler
prints the tagged string at x:y
PrintColor - Class in org.freehep.graphics2d
Print color for printing and display in color, grayscale and black/white.
PrintColor(float, float, float, float, boolean) - Constructor for class org.freehep.graphics2d.PrintColor
 
PrintColor(float, float, float, float, float, boolean) - Constructor for class org.freehep.graphics2d.PrintColor
 
PrintColor(Color, float, boolean) - Constructor for class org.freehep.graphics2d.PrintColor
 
printComment(String) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
printComment(String) - Method in class org.freehep.graphics2d.VectorGraphics
 

R

red - Static variable in class org.freehep.graphics2d.WebColor
 
RED - Static variable in class org.freehep.graphics2d.WebColor
 
repaint() - Method in class org.freehep.graphics2d.BufferedPanel
Triggers a full "user" repaint.
resolution - Variable in class org.freehep.graphics2d.PixelGraphics2D
 
rotate(double, double, double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
rotate(double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
rotate(double, double, double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
rotate(double) - Method in class org.freehep.graphics2d.VectorGraphics
 
rotate(double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
 

S

scale(double, double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
scale(double, double) - Method in class org.freehep.graphics2d.VectorGraphics
 
ScreenConstants - Class in org.freehep.graphics2d
This class defines a set of constants which describe a screen.
ScreenConstants() - Constructor for class org.freehep.graphics2d.ScreenConstants
 
setBackground(Color) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Sets the background color.
setBackground(Color) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setBackground(Color) - Method in class org.freehep.graphics2d.VectorGraphics
 
setBounds(int, int, int, int) - Method in class org.freehep.graphics2d.BufferedPanel
Resize and move a component.
setClip(int, int, int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setClip(Shape) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setClip(double, double, double, double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setClip(int, int, int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
setClip(Shape) - Method in class org.freehep.graphics2d.VectorGraphics
 
setClip(double, double, double, double) - Method in class org.freehep.graphics2d.VectorGraphics
 
setColor(Color) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Sets the current color and the current paint.
setColor(Color) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setColor(Color) - Method in class org.freehep.graphics2d.VectorGraphics
 
setColorMode(int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
setColorMode(int) - Method in class org.freehep.graphics2d.VectorGraphics
 
setComposite(Composite) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setComposite(Composite) - Method in class org.freehep.graphics2d.VectorGraphics
 
setCreator(String) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
setCreator(String) - Method in class org.freehep.graphics2d.VectorGraphics
 
setDeviceIndependent(boolean) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
setDeviceIndependent(boolean) - Method in class org.freehep.graphics2d.VectorGraphics
 
setFont(Font) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Sets the current font.
setFont(Font) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setFont(Font) - Method in class org.freehep.graphics2d.VectorGraphics
 
setHostGraphics(Graphics) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setLineWidth(int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
setLineWidth(double) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
setLineWidth(double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setLineWidth(int) - Method in class org.freehep.graphics2d.VectorGraphics
 
setLineWidth(double) - Method in class org.freehep.graphics2d.VectorGraphics
 
setPaint(Paint) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
Sets the current paint.
setPaint(Paint) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setPaint(Paint) - Method in class org.freehep.graphics2d.VectorGraphics
 
setPaintMode() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setPaintMode() - Method in class org.freehep.graphics2d.VectorGraphics
 
setProperties(Properties) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
setProperties(Properties) - Method in class org.freehep.graphics2d.VectorGraphics
 
setRenderingHint(RenderingHints.Key, Object) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setRenderingHint(RenderingHints.Key, Object) - Method in class org.freehep.graphics2d.VectorGraphics
 
setRenderingHints(Map) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setRenderingHints(Map) - Method in class org.freehep.graphics2d.VectorGraphics
 
setStroke(Stroke) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setStroke(Stroke) - Method in class org.freehep.graphics2d.VectorGraphics
 
setTransform(AffineTransform) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setTransform(AffineTransform) - Method in class org.freehep.graphics2d.VectorGraphics
 
setXORMode(Color) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
setXORMode(Color) - Method in class org.freehep.graphics2d.VectorGraphics
 
shear(double, double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
shear(double, double) - Method in class org.freehep.graphics2d.VectorGraphics
 
showString(Font, String, CharTable, FontUtilities.ShowString) - Static method in class org.freehep.graphics2d.font.FontUtilities
Shows a String and switches the encoding (and font) everytime the unicode characters leave the range of the curent encoding.
showString(Font, String) - Method in interface org.freehep.graphics2d.font.FontUtilities.ShowString
 
startExport() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
startExport() - Method in class org.freehep.graphics2d.VectorGraphics
 
STDLatin - Class in org.freehep.graphics2d.font
Generated STDLatin Encoding Table.
STDLatin() - Constructor for class org.freehep.graphics2d.font.STDLatin
 
SVGA - Static variable in class org.freehep.graphics2d.ScreenConstants
 
SXGA - Static variable in class org.freehep.graphics2d.ScreenConstants
 
SXGA_PLUS - Static variable in class org.freehep.graphics2d.ScreenConstants
 
Symbol - Class in org.freehep.graphics2d.font
Generated Symbol Encoding Table.
Symbol() - Constructor for class org.freehep.graphics2d.font.Symbol
 
SYMBOL_BOX - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
An open square symbol.
SYMBOL_CIRCLE - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
An open circle (o) symbol.
SYMBOL_CROSS - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
An x-shaped (x) symbol.
SYMBOL_DIAMOND - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
An open square symbol rotated by 45 degrees.
SYMBOL_DN_TRIANGLE - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
An open equilateral triangle pointing down.
SYMBOL_HLINE - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Horizontal line (-) symbol.
SYMBOL_PLUS - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Plus-shaped (+) symbol.
SYMBOL_STAR - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
An eight-point star created by combining the plus and cross symbols.
SYMBOL_UP_TRIANGLE - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
An open equilateral triangle pointing up.
SYMBOL_VLINE - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Vertical line (|) symbol.
SymbolShape - Class in org.freehep.graphics2d
This class can be used to create and render simple shapes quickly and without memory allocation.
SymbolShape() - Constructor for class org.freehep.graphics2d.SymbolShape
 

T

tagHandler - Variable in class org.freehep.graphics2d.PixelGraphics2D
 
TagHandler - Class in org.freehep.graphics2d
 
TagHandler() - Constructor for class org.freehep.graphics2d.TagHandler
 
TagString - Class in org.freehep.graphics2d
 
TagString(String) - Constructor for class org.freehep.graphics2d.TagString
 
text(String) - Method in class org.freehep.graphics2d.GenericTagHandler
calculates miny und maxy for GenericTagHandler.createTextLayout(TagString, double).
text(String) - Method in class org.freehep.graphics2d.TagHandler
 
TEXT_BASELINE - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Constant indicating that a string should be aligned vertically with the baseline of the text.
TEXT_BOTTOM - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Constant indicating that a string should be aligned vertically with the bottom of the text.
TEXT_CENTER - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Constant indicating that a string should be aligned by the center.
TEXT_LEFT - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Constant indicating that a string should be aligned horizontally with the left side of the text.
TEXT_RIGHT - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Constant indicating that the string should be aligned horizontally with the right side of the text.
TEXT_TOP - Static variable in interface org.freehep.graphics2d.VectorGraphicsConstants
Constant indicating that a string should be aligned vertically with the top of the text.
toEncoding(char) - Method in class org.freehep.graphics2d.font.AbstractCharTable
 
toEncoding(String) - Method in interface org.freehep.graphics2d.font.CharTable
Converts name into character code.
toEncoding(char) - Method in interface org.freehep.graphics2d.font.CharTable
Converts a unicode into a character code.
toEncoding(String) - Method in class org.freehep.graphics2d.font.Expert
 
toEncoding(String) - Method in class org.freehep.graphics2d.font.ISOLatin
 
toEncoding(String) - Method in class org.freehep.graphics2d.font.MACLatin
 
toEncoding(String) - Method in class org.freehep.graphics2d.font.PDFLatin
 
toEncoding(String) - Method in class org.freehep.graphics2d.font.STDLatin
 
toEncoding(String) - Method in class org.freehep.graphics2d.font.Symbol
 
toEncoding(String) - Method in class org.freehep.graphics2d.font.WINLatin
 
toEncoding(String) - Method in class org.freehep.graphics2d.font.Zapfdingbats
 
toName(char) - Method in class org.freehep.graphics2d.font.AbstractCharTable
 
toName(Integer) - Method in class org.freehep.graphics2d.font.AbstractCharTable
 
toName(char) - Method in interface org.freehep.graphics2d.font.CharTable
Converts unicode character to name.
toName(Character) - Method in interface org.freehep.graphics2d.font.CharTable
Converts unicode Character object to name.
toName(int) - Method in interface org.freehep.graphics2d.font.CharTable
Converts character code into a name.
toName(Integer) - Method in interface org.freehep.graphics2d.font.CharTable
Converts character code Integer object into a name.
toName(Character) - Method in class org.freehep.graphics2d.font.Expert
 
toName(int) - Method in class org.freehep.graphics2d.font.Expert
 
toName(Character) - Method in class org.freehep.graphics2d.font.ISOLatin
 
toName(int) - Method in class org.freehep.graphics2d.font.ISOLatin
 
toName(char) - Method in class org.freehep.graphics2d.font.Lookup
Converts a unicode character to name.
toName(Character) - Method in class org.freehep.graphics2d.font.Lookup
Converts a unicode character to name.
toName(Character) - Method in class org.freehep.graphics2d.font.MACLatin
 
toName(int) - Method in class org.freehep.graphics2d.font.MACLatin
 
toName(Character) - Method in class org.freehep.graphics2d.font.PDFLatin
 
toName(int) - Method in class org.freehep.graphics2d.font.PDFLatin
 
toName(Character) - Method in class org.freehep.graphics2d.font.STDLatin
 
toName(int) - Method in class org.freehep.graphics2d.font.STDLatin
 
toName(Character) - Method in class org.freehep.graphics2d.font.Symbol
 
toName(int) - Method in class org.freehep.graphics2d.font.Symbol
 
toName(Character) - Method in class org.freehep.graphics2d.font.WINLatin
 
toName(int) - Method in class org.freehep.graphics2d.font.WINLatin
 
toName(Character) - Method in class org.freehep.graphics2d.font.Zapfdingbats
 
toName(int) - Method in class org.freehep.graphics2d.font.Zapfdingbats
 
toString() - Method in class org.freehep.graphics2d.PixelGraphics2D
 
toString() - Method in class org.freehep.graphics2d.PrintColor
 
toString() - Method in class org.freehep.graphics2d.SymbolShape
 
toString() - Method in class org.freehep.graphics2d.TagString
 
toString() - Method in class org.freehep.graphics2d.VectorGraphics
 
toUnicode(String) - Method in interface org.freehep.graphics2d.font.CharTable
Converts a name to a unicode character.
toUnicode(String) - Method in class org.freehep.graphics2d.font.Expert
 
toUnicode(String) - Method in class org.freehep.graphics2d.font.ISOLatin
 
toUnicode(String) - Method in class org.freehep.graphics2d.font.Lookup
Converts a name to unicode.
toUnicode(String) - Method in class org.freehep.graphics2d.font.MACLatin
 
toUnicode(String) - Method in class org.freehep.graphics2d.font.PDFLatin
 
toUnicode(String) - Method in class org.freehep.graphics2d.font.STDLatin
 
toUnicode(String) - Method in class org.freehep.graphics2d.font.Symbol
 
toUnicode(String) - Method in class org.freehep.graphics2d.font.WINLatin
 
toUnicode(String) - Method in class org.freehep.graphics2d.font.Zapfdingbats
 
transform(AffineTransform) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
transform(AffineTransform) - Method in class org.freehep.graphics2d.VectorGraphics
 
translate(int, int) - Method in class org.freehep.graphics2d.AbstractVectorGraphics
 
translate(int, int) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
translate(double, double) - Method in class org.freehep.graphics2d.PixelGraphics2D
 
translate(int, int) - Method in class org.freehep.graphics2d.VectorGraphics
 
translate(double, double) - Method in class org.freehep.graphics2d.VectorGraphics
 

U

UNDERLINE_OVERLINE - Static variable in class org.freehep.graphics2d.GenericTagHandler
TextAttribute for overline, not a standard
UXGA - Static variable in class org.freehep.graphics2d.ScreenConstants
 

V

VALUE_SYMBOL_BLIT_OFF - Static variable in class org.freehep.graphics2d.PixelGraphics2D
 
VALUE_SYMBOL_BLIT_ON - Static variable in class org.freehep.graphics2d.PixelGraphics2D
 
VectorGraphics - Class in org.freehep.graphics2d
The drawing methods which are guaranteed to work for the various output formats of the VectorGraphics system on the Java 2 platform.
VectorGraphics() - Constructor for class org.freehep.graphics2d.VectorGraphics
 
VectorGraphicsConstants - Interface in org.freehep.graphics2d
This interface defines useful constants for users of the VectorGraphics interface.
VGA - Static variable in class org.freehep.graphics2d.ScreenConstants
 

W

WebColor - Class in org.freehep.graphics2d
WebColor which adheres to the web color set consisting of 216 equally spaced colors, which include black and white.
WebColor(int, int, int) - Constructor for class org.freehep.graphics2d.WebColor
 
WebColor(Color) - Constructor for class org.freehep.graphics2d.WebColor
 
WebColor(float, float, float) - Constructor for class org.freehep.graphics2d.WebColor
 
white - Static variable in class org.freehep.graphics2d.WebColor
 
WHITE - Static variable in class org.freehep.graphics2d.WebColor
 
WINLatin - Class in org.freehep.graphics2d.font
Generated WINLatin Encoding Table.
WINLatin() - Constructor for class org.freehep.graphics2d.font.WINLatin
 
WSXGA_PLUS - Static variable in class org.freehep.graphics2d.ScreenConstants
 
WUXGA - Static variable in class org.freehep.graphics2d.ScreenConstants
 

X

XGA - Static variable in class org.freehep.graphics2d.ScreenConstants
 

Y

yellow - Static variable in class org.freehep.graphics2d.WebColor
 
YELLOW - Static variable in class org.freehep.graphics2d.WebColor
 

Z

Zapfdingbats - Class in org.freehep.graphics2d.font
Generated Zapfdingbats Encoding Table.
Zapfdingbats() - Constructor for class org.freehep.graphics2d.font.Zapfdingbats
 

A B C D E F G H I K L M N O P R S T U V W X Y Z

Copyright © 2000-2007 FreeHEP. All Rights Reserved.