Package | Description |
---|---|
org.freehep.graphics2d |
Base classes for VectorGraphics, useful to implement different output formats.
|
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.
|
Copyright © 2020. All rights reserved.