|
JGraph |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgraph.io.svg.SVGVertexWriter
public class SVGVertexWriter
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. |
Constructor Summary | |
---|---|
SVGVertexWriter()
|
Method Summary | |
---|---|
Node |
createNode(SVGGraphWriter writer,
Document document,
GraphLayoutCache cache,
CellView view,
double dx,
double dy)
Returns the SVG representation of the specified node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String HEXCOLOR_SHADOW
public static double SHADOW_OPACITY
public static int SHADOW_DISTANCE
Constructor Detail |
---|
public SVGVertexWriter()
Method Detail |
---|
public Node createNode(SVGGraphWriter writer, Document document, GraphLayoutCache cache, CellView view, double dx, double dy)
writer
- document
- cache
- view
- dx
- dy
-
|
JGraph |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |