Vector Graphics, 2.3.1-SNAPSHOT
A C D E F G H I J L O P R S T V 

A

addRenderingHints(Map<?, ?>) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

C

clearRect(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
clearRect(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
clip(Shape) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
clipRect(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
clipRect(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
COMPLETE_IMAGE_PATHS - Static variable in class org.freehep.graphicsio.java.JAVAGraphics2D
if set to true image in the resulting .java file are referenced by complete path of creation, default false
contains(double, double) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
contains(Point2D) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
contains(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
contains(Rectangle2D) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
copyArea(int, int, int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
create() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
create(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
create(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
createOptionPanel(Properties) - Method in class org.freehep.graphicsio.java.JAVAExportFileType
 
currentSegment(float[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.ClosePath
 
currentSegment(double[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.ClosePath
 
currentSegment(float[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.CurveTo
 
currentSegment(double[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.CurveTo
 
currentSegment(float[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.LineTo
 
currentSegment(double[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.LineTo
 
currentSegment(float[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.MoveTo
 
currentSegment(double[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.MoveTo
 
currentSegment(float[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
 
currentSegment(double[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
 
currentSegment(float[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.QuadTo
 
currentSegment(double[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.QuadTo
 

D

dispose() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
draw(Shape) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
draw3DRect(int, int, int, int, boolean) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawArc(int, int, int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawArc(double, double, double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawBytes(byte[], int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawChars(char[], int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawGlyphVector(GlyphVector, float, float) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawLine(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawLine(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawOval(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawOval(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawPolygon(int[], int[], int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawPolygon(Polygon) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawPolygon(double[], double[], int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawPolyline(int[], int[], int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawPolyline(double[], double[], int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawRect(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawRect(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawRoundRect(double, double, double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawString(String, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
Creates an Java-output using an AttributedString.
drawString(String, float, float) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawString(String, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawString(TagString, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawString(String, double, double, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawString(TagString, double, double, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawString(String, double, double, int, int, boolean, Color, double, boolean, Color) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawString(TagString, double, double, int, int, boolean, Color, double, boolean, Color) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawSymbol(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
drawSymbol(double, double, double, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

E

EMBED_IMAGES - Static variable in class org.freehep.graphicsio.java.JAVAGraphics2D
if set to true images are stored as byte[] inside the .java file, default false.
endExport() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

F

fill(float[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.Point
 
fill(double[]) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.Point
 
fill(Shape) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fill3DRect(int, int, int, int, boolean) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillAndDraw(Shape, Color) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillAndDrawSymbol(int, int, int, int, Color) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillAndDrawSymbol(double, double, double, int, Color) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillArc(int, int, int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillArc(double, double, double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillOval(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillOval(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillPolygon(int[], int[], int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillPolygon(Polygon) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillPolygon(double[], double[], int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillRect(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillRect(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillRoundRect(int, int, int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillRoundRect(double, double, double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillSymbol(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
fillSymbol(double, double, double, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
finalize() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

G

getBackground() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getBounds() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
getBounds2D() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
getClip() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getClipBounds() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getClipBounds(Rectangle) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getColor() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
Deprecated.
probably forwards to getClipBounds()
getColorMode() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getComposite() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getCreator() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getDefaultProperties() - Static method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getDescription() - Method in class org.freehep.graphicsio.java.JAVAExportFileType
 
getDeviceConfiguration() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getExtensions() - Method in class org.freehep.graphicsio.java.JAVAExportFileType
 
getFont() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getFontMetrics() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getFontMetrics(Font) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
Deprecated. 
getFontRenderContext() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getGraphics(File, Component) - Method in class org.freehep.graphicsio.java.JAVAExportFileType
 
getGraphics(File, Dimension) - Method in class org.freehep.graphicsio.java.JAVAExportFileType
 
getGraphics(OutputStream, Component) - Method in class org.freehep.graphicsio.java.JAVAExportFileType
 
getGraphics(OutputStream, Dimension) - Method in class org.freehep.graphicsio.java.JAVAExportFileType
 
getMaxX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.ClosePath
 
getMaxX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.CurveTo
 
getMaxX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
 
getMaxX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.Point
 
getMaxX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.QuadTo
 
getMaxY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.ClosePath
 
getMaxY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.CurveTo
 
getMaxY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
 
getMaxY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.Point
 
getMaxY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.QuadTo
 
getMIMETypes() - Method in class org.freehep.graphicsio.java.JAVAExportFileType
 
getMinX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.ClosePath
 
getMinX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.CurveTo
 
getMinX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
 
getMinX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.Point
 
getMinX() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.QuadTo
 
getMinY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.ClosePath
 
getMinY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.CurveTo
 
getMinY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
 
getMinY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.Point
 
getMinY() - Method in class org.freehep.graphicsio.java.JAVAGeneralPath.QuadTo
 
getPaint() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getPathIterator(AffineTransform) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
getPathIterator(AffineTransform, double) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
getProperties() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getProperty(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getPropertyColor(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getPropertyDimension(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getPropertyDouble(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getPropertyInsets(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getPropertyInt(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getPropertyRectangle(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getRenderingHint(RenderingHints.Key) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getRenderingHints() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getStroke() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
getTransform() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

H

hasOptionPanel() - Method in class org.freehep.graphicsio.java.JAVAExportFileType
 
HINTS - Static variable in class org.freehep.graphicsio.java.JAVAArrayMap
Stores the string representation for JDK 1.5 Rendering Hints
hit(Rectangle, Shape, boolean) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
hitClip(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

I

initProperties(Properties) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
intersects(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
intersects(Rectangle2D) - Method in class org.freehep.graphicsio.java.JAVAGeneralPath
 
isDeviceIndependent() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
isProperty(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

J

JAVAArrayMap - Class in org.freehep.graphicsio.java
Hashmap that can be constructed from an Array
JAVAArrayMap(Object[]) - Constructor for class org.freehep.graphicsio.java.JAVAArrayMap
writes the array into this
JAVAExportFileType - Class in org.freehep.graphicsio.java
// FIXME, check all options
JAVAExportFileType() - Constructor for class org.freehep.graphicsio.java.JAVAExportFileType
 
JAVAGeneralPath - Class in org.freehep.graphicsio.java
 
JAVAGeneralPath(int, JAVAGeneralPath.PathElement[]) - Constructor for class org.freehep.graphicsio.java.JAVAGeneralPath
 
JAVAGeneralPath.ClosePath - Class in org.freehep.graphicsio.java
 
JAVAGeneralPath.ClosePath() - Constructor for class org.freehep.graphicsio.java.JAVAGeneralPath.ClosePath
 
JAVAGeneralPath.CurveTo - Class in org.freehep.graphicsio.java
 
JAVAGeneralPath.CurveTo(float, float, float, float, float, float) - Constructor for class org.freehep.graphicsio.java.JAVAGeneralPath.CurveTo
 
JAVAGeneralPath.LineTo - Class in org.freehep.graphicsio.java
 
JAVAGeneralPath.LineTo(float, float) - Constructor for class org.freehep.graphicsio.java.JAVAGeneralPath.LineTo
 
JAVAGeneralPath.MoveTo - Class in org.freehep.graphicsio.java
 
JAVAGeneralPath.MoveTo(float, float) - Constructor for class org.freehep.graphicsio.java.JAVAGeneralPath.MoveTo
 
JAVAGeneralPath.PathElement - Class in org.freehep.graphicsio.java
 
JAVAGeneralPath.PathElement() - Constructor for class org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
 
JAVAGeneralPath.Point - Class in org.freehep.graphicsio.java
 
JAVAGeneralPath.Point(float, float) - Constructor for class org.freehep.graphicsio.java.JAVAGeneralPath.Point
 
JAVAGeneralPath.QuadTo - Class in org.freehep.graphicsio.java
 
JAVAGeneralPath.QuadTo(float, float, float, float) - Constructor for class org.freehep.graphicsio.java.JAVAGeneralPath.QuadTo
 
JAVAGraphics2D - Class in org.freehep.graphicsio.java
Exports the java calls made to Graphics2D as source code, with the associated class, field and method definitions, resulting in a class which, when run will produce the same display.
JAVAGraphics2D(File, Dimension) - Constructor for class org.freehep.graphicsio.java.JAVAGraphics2D
 
JAVAGraphics2D(File, Component) - Constructor for class org.freehep.graphicsio.java.JAVAGraphics2D
 
JAVAGraphics2D(OutputStream, Dimension) - Constructor for class org.freehep.graphicsio.java.JAVAGraphics2D
 
JAVAGraphics2D(OutputStream, Component) - Constructor for class org.freehep.graphicsio.java.JAVAGraphics2D
 
JAVAGraphics2D(JAVAGraphics2D) - Constructor for class org.freehep.graphicsio.java.JAVAGraphics2D
 

L

lineNumberReached(LineNumberWriter.LineNumberEvent) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

O

org.freehep.graphicsio.java - package org.freehep.graphicsio.java
 

P

PACKAGE_NAME - Static variable in class org.freehep.graphicsio.java.JAVAGraphics2D
 
printComment(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

R

rotate(double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
rotate(double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

S

scale(double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setBackground(Color) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setClip(int, int, int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setClip(Shape) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setClip(double, double, double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setColor(Color) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setColorMode(int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setComposite(Composite) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setCreator(String) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setDefaultProperties(Properties) - Static method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setDeviceIndependent(boolean) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setFont(Font) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setLineWidth(int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setLineWidth(double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setPaint(Paint) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setPaintMode() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setProperties(Properties) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setRenderingHint(RenderingHints.Key, Object) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setRenderingHints(Map<?, ?>) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setStroke(Stroke) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setTransform(AffineTransform) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
setXORMode(Color) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
shear(double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
startExport() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

T

toString() - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
transform(AffineTransform) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
translate(int, int) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 
translate(double, double) - Method in class org.freehep.graphicsio.java.JAVAGraphics2D
 

V

version - Static variable in class org.freehep.graphicsio.java.JAVAGraphics2D
 
A C D E F G H I J L O P R S T V 
Vector Graphics, 2.3.1-SNAPSHOT

Copyright © 2014. All rights reserved.