| Package | Description |
|---|---|
| com.kitfox.svg |
Provides the nodes of an SVG scene graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A |
class |
Circle |
class |
Ellipse |
class |
Glyph
Implements an embedded font.
|
class |
Group |
class |
ImageSVG
Implements an image.
|
class |
Line |
class |
Marker |
class |
Mask
Implements the mask element.
|
class |
MissingGlyph
Implements an embedded font.
|
class |
Path |
class |
Polygon |
class |
Polyline |
class |
Rect |
class |
ShapeElement
Parent of shape objects
|
class |
SVGRoot
The root element of an SVG tree.
|
class |
Symbol |
class |
Text |
class |
Tspan |
class |
Use |
| Modifier and Type | Method and Description |
|---|---|
static void |
BufferPainter.paintElement(Graphics2D g,
RenderableElement element) |
static BufferedImage |
BufferPainter.paintToBuffer(Graphics2D g,
AffineTransform transform,
Rectangle dstBounds,
Rectangle srcBounds,
RenderableElement element,
Color bgColor,
boolean preMultiplied) |
static BufferedImage |
BufferPainter.paintToBuffer(Graphics2D g,
AffineTransform transform,
Rectangle srcBounds,
RenderableElement element,
Color bgColor) |
void |
Mask.pickElement(Point2D point,
boolean boundingBox,
List<List<SVGElement>> retVec,
RenderableElement element) |
void |
Mask.pickElement(Rectangle2D pickArea,
AffineTransform ltw,
boolean boundingBox,
List<List<SVGElement>> retVec,
RenderableElement element) |
Copyright © 2022. All rights reserved.