Class SVGUtils
java.lang.Object
com.jgraph.io.svg.SVGUtils
Various utility methods to assist producing an SVG representation of the
graph
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetHexEncoding(Color color) Returns the hex encoding for the specified color.
-
Field Details
-
LINESPACING
public static int LINESPACINGGlobal linespacing. -
HEXCOLOR_BLACK
Represents the black color hex encoding. -
HEXCOLOR_WHITE
Represents the white color hex encoding.
-
-
Constructor Details
-
SVGUtils
public SVGUtils()
-
-
Method Details
-
getHexEncoding
-