Class SVGVertexWriter

java.lang.Object
com.jgraph.io.svg.SVGVertexWriter

public class SVGVertexWriter extends Object
  • Field Details

    • HEXCOLOR_SHADOW

      public static String HEXCOLOR_SHADOW
      Represents the shadow color hex encoding.
    • SHADOW_OPACITY

      public static double SHADOW_OPACITY
      Represents the shadow opacity.
    • SHADOW_DISTANCE

      public static int SHADOW_DISTANCE
      Represents the shadow distance.
  • Constructor Details

    • SVGVertexWriter

      public SVGVertexWriter()
  • Method Details

    • createNode

      public Node createNode(SVGGraphWriter writer, Document document, GraphLayoutCache cache, CellView view, double dx, double dy)
      Returns the SVG representation of the specified node.
      Parameters:
      writer -
      document -
      cache -
      view -
      dx -
      dy -
      Returns:
      an XML node describing the specified node