|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VectorGraphics | |
---|---|
org.freehep.graphics2d | Base classes for VectorGraphics, useful to implement different output formats. |
Uses of VectorGraphics in org.freehep.graphics2d |
---|
Subclasses of VectorGraphics in org.freehep.graphics2d | |
---|---|
class |
AbstractVectorGraphics
This class implements all conversions from integer to double as well as a few other convenience functions. |
class |
PixelGraphics2D
|
Methods in org.freehep.graphics2d that return VectorGraphics | |
---|---|
static VectorGraphics |
VectorGraphics.create(java.awt.Graphics g)
|
Methods in org.freehep.graphics2d with parameters of type VectorGraphics | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |