public class SVGVertexWriter extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SVGVertexWriter() |
Modifier and Type | Method and Description |
---|---|
Node |
createNode(SVGGraphWriter writer,
Document document,
GraphLayoutCache cache,
CellView view,
double dx,
double dy)
Returns the SVG representation of the specified node.
|
public static String HEXCOLOR_SHADOW
public static double SHADOW_OPACITY
public static int SHADOW_DISTANCE
public Node createNode(SVGGraphWriter writer, Document document, GraphLayoutCache cache, CellView view, double dx, double dy)
writer
- document
- cache
- view
- dx
- dy
- Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.