|
JGraph |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgraph.io.svg.SVGUtils
public class SVGUtils
Various utility methods to assist producing an SVG representation of the graph
Field Summary | |
---|---|
static String |
HEXCOLOR_BLACK
Represents the black color hex encoding. |
static String |
HEXCOLOR_WHITE
Represents the white color hex encoding. |
static int |
LINESPACING
Global linespacing. |
Constructor Summary | |
---|---|
SVGUtils()
|
Method Summary | |
---|---|
static String |
getHexEncoding(Color color)
Returns the hex encoding for the specified color. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int LINESPACING
public static String HEXCOLOR_BLACK
public static String HEXCOLOR_WHITE
Constructor Detail |
---|
public SVGUtils()
Method Detail |
---|
public static String getHexEncoding(Color color)
|
JGraph |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |