Enum Class NodeShape

java.lang.Object
java.lang.Enum<NodeShape>
com.sparsity.sparksee.gdb.NodeShape
All Implemented Interfaces:
Serializable, Comparable<NodeShape>, Constable

public enum NodeShape extends Enum<NodeShape>
Node shape.

Author:
Sparsity Technologies http://www.sparsity-technologies.com
  • Enum Constant Details

    • Box

      public static final NodeShape Box
      Box Shape.

      Box Shape.

    • Round

      public static final NodeShape Round
      Round Shape.

      Round Shape.

    • Ellipse

      public static final NodeShape Ellipse
      Ellipse Shape.

      Ellipse Shape.

    • Circle

      public static final NodeShape Circle
      Circle Shape.

      Circle Shape.

    • Cylinder

      public static final NodeShape Cylinder
      Cylinder Shape.

      Cylinder Shape.

    • TextShape

      public static final NodeShape TextShape
      Plain Text Shape.

      Plain Text Shape.

    • Diamond

      public static final NodeShape Diamond
      Diamond Shape.

      Diamond Shape.

    • Dot

      public static final NodeShape Dot
      Dot Shape.

      Dot Shape.

    • Star

      public static final NodeShape Star
      Star Shape.

      Star Shape.

    • Triangle

      public static final NodeShape Triangle
      Upwards Triangle Shape.

      Upwards Triangle Shape.

    • TriangleDown

      public static final NodeShape TriangleDown
      Downwards Triangle Shape.

      Downwards Triangle Shape.

    • Square

      public static final NodeShape Square
      Square Shape.

      Square Shape.

    • Image

      public static final NodeShape Image
      Image Shape.

      Image Shape.

  • Method Details

    • values

      public static NodeShape[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NodeShape valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null