Package | Description |
---|---|
org.ginsim.core.graph.view |
Define the layout and appearance of graph elements.
|
org.ginsim.core.graph.view.shapes |
Modifier and Type | Method and Description |
---|---|
void |
SVGShape.toSVG(SVGWriter out) |
void |
SVGShape.toSVG(SVGWriter out,
String[] attrs) |
Modifier and Type | Method and Description |
---|---|
void |
SVGPolygon.toSVG(SVGWriter out) |
void |
SVGEllipse.toSVG(SVGWriter out) |
void |
SVGRectangle.toSVG(SVGWriter out) |
void |
SVGPolygon.toSVG(SVGWriter out,
String[] attrs) |
void |
SVGEllipse.toSVG(SVGWriter out,
String[] attrs) |
void |
SVGRectangle.toSVG(SVGWriter out,
String[] attrs) |
Copyright © 2005–2020. All rights reserved.