com.jgraph.io.svg
public class SVGVertexWriter extends Object
| Field Summary | |
|---|---|
| static String | HEXCOLOR_SHADOW Represents the shadow color hex encoding. |
| static int | SHADOW_DISTANCE Represents the shadow distance. |
| static double | SHADOW_OPACITY Represents the shadow opacity. |
| Method Summary | |
|---|---|
| Node | createNode(SVGGraphWriter writer, Document document, GraphLayoutCache cache, CellView view, double dx, double dy)
Returns the SVG representation of the specified node.
|
Parameters: writer document cache view dx dy
Returns: an XML node describing the specified node