public class SVGVertexWriter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.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 |
---|---|
org.w3c.dom.Node |
createNode(SVGGraphWriter writer,
org.w3c.dom.Document document,
GraphLayoutCache cache,
CellView view,
double dx,
double dy)
Returns the SVG representation of the specified node.
|
public static java.lang.String HEXCOLOR_SHADOW
public static double SHADOW_OPACITY
public static int SHADOW_DISTANCE
public org.w3c.dom.Node createNode(SVGGraphWriter writer, org.w3c.dom.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.