Package | Description |
---|---|
org.freehep.graphics2d |
Base classes for VectorGraphics, useful to implement different output formats.
|
org.freehep.graphicsio |
I/O for different graphics in and output formats.
|
org.freehep.graphicsio.emf |
EMF, Enhanced Meta File, Input and Output Format.
|
org.freehep.graphicsio.exportchooser |
Export dialogs/choosers for GraphicsIO, allowing the user to pick a file and format.
|
org.freehep.graphicsio.gif |
GIF (Graphics Interchange Format) Output Format.
|
org.freehep.graphicsio.java | |
org.freehep.graphicsio.pdf |
PDF (Portable Document File) Output Format.
|
org.freehep.graphicsio.ps |
PS, EPS (PostScript and Encapsulated PostScript) Output Format.
|
org.freehep.graphicsio.svg |
SVG (Scalable Vector Graphics) Output Format.
|
org.freehep.graphicsio.swf |
SWF (Macromedia Flash) Input and Output Format.
|
org.freehep.graphicsio.test |
Automatic Tests for the GraphicsIO package.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVectorGraphics
This class implements all conversions from integer to double as well as a few
other convenience functions.
|
class |
PixelGraphics2D |
Modifier and Type | Method and Description |
---|---|
static VectorGraphics |
VectorGraphics.create(Graphics g) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractVectorGraphics.drawSymbol(VectorGraphics g,
double x,
double y,
double size,
int symbol) |
protected void |
AbstractVectorGraphics.fillSymbol(VectorGraphics g,
double x,
double y,
double size,
int symbol) |
void |
BufferedPanel.paintComponent(VectorGraphics vg)
Allows for custom graphics to be painted.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVectorGraphicsIO
This class provides an abstract VectorGraphicsIO class for specific output
drivers.
|
class |
DummyGraphics2D
This class provides a dummy Graphics2D class, which issues warnings for all
non implemented methods.
|
class |
ImageGraphics2D
Generic class for generating bitmap outputs from an image.
|
class |
VectorGraphicsIO
This class provides specifies added methods for VectorGraphicsIO.
|
Modifier and Type | Class and Description |
---|---|
class |
EMFGraphics2D
Enhanced Metafile Format Graphics 2D driver.
|
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
EMFExportFileType.getGraphics(OutputStream os,
Component target) |
VectorGraphics |
EMFExportFileType.getGraphics(OutputStream os,
Dimension dimension) |
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
AbstractExportFileType.getGraphics(File file,
Component target)
Delegates to getGraphics(OutputStream, Component);
|
VectorGraphics |
AbstractExportFileType.getGraphics(File file,
Dimension dimension)
Delegates to getGraphics(OutputStream, Dimension);
|
VectorGraphics |
ImageExportFileType.getGraphics(OutputStream os,
Component target) |
abstract VectorGraphics |
AbstractExportFileType.getGraphics(OutputStream os,
Component printTarget)
The method returns a graphics context specific for this ExportFileType.
|
VectorGraphics |
ImageExportFileType.getGraphics(OutputStream os,
Dimension dimension) |
abstract VectorGraphics |
AbstractExportFileType.getGraphics(OutputStream os,
Dimension dimension)
Returns a graphics context for this ExportFileType.
|
Modifier and Type | Class and Description |
---|---|
class |
GIFGraphics2D |
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
GIFExportFileType.getGraphics(OutputStream os,
Component target) |
Modifier and Type | Class and Description |
---|---|
class |
JAVAGraphics2D
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.
|
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
JAVAExportFileType.getGraphics(File file,
Component target) |
VectorGraphics |
JAVAExportFileType.getGraphics(File file,
Dimension dimension) |
VectorGraphics |
JAVAExportFileType.getGraphics(OutputStream os,
Component target) |
VectorGraphics |
JAVAExportFileType.getGraphics(OutputStream os,
Dimension dimension) |
Modifier and Type | Class and Description |
---|---|
class |
PDFGraphics2D
Implementation of VectorGraphics that writes the output to a PDF
file.
|
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
PDFExportFileType.getGraphics(OutputStream os,
Component target) |
VectorGraphics |
PDFExportFileType.getGraphics(OutputStream os,
Dimension dimension) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPSGraphics2D |
class |
EPSGraphics2D
Writes Encapsulated PostScript with bounding box.
|
class |
PSGraphics2D |
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
PSExportFileType.getGraphics(OutputStream os,
Component target) |
VectorGraphics |
EPSExportFileType.getGraphics(OutputStream os,
Component target) |
VectorGraphics |
PSExportFileType.getGraphics(OutputStream os,
Dimension dimension) |
VectorGraphics |
EPSExportFileType.getGraphics(OutputStream os,
Dimension dimension) |
Modifier and Type | Class and Description |
---|---|
class |
SVGGraphics2D
This class implements the Scalable Vector Graphics output.
|
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
SVGExportFileType.getGraphics(File file,
Component target) |
VectorGraphics |
SVGExportFileType.getGraphics(File file,
Dimension dimension) |
VectorGraphics |
SVGExportFileType.getGraphics(OutputStream os,
Component target) |
VectorGraphics |
SVGExportFileType.getGraphics(OutputStream os,
Dimension dimension) |
Modifier and Type | Class and Description |
---|---|
class |
SWFGraphics2D
SWF Graphics 2D driver.
|
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
SWFExportFileType.getGraphics(OutputStream os,
Component target) |
VectorGraphics |
SWFExportFileType.getGraphics(OutputStream os,
Dimension dimension) |
Modifier and Type | Field and Description |
---|---|
protected VectorGraphics |
TestingPanel.graphics |
Modifier and Type | Method and Description |
---|---|
protected void |
TestShapes.drawComponent(VectorGraphics g) |
protected void |
TestImages.drawComponent(VectorGraphics g) |
Copyright © 2014. All rights reserved.