Enum Class Series3DType

java.lang.Object
java.lang.Enum<Series3DType>
eu.webtoolkit.jwt.chart.Series3DType
All Implemented Interfaces:
Serializable, Comparable<Series3DType>, Constable

public enum Series3DType extends Enum<Series3DType>
Enumeration with the possible representations of a WAbstractGridData.
  • Enum Constant Details

    • Point

      public static final Series3DType Point
      Series rendered as points.
    • Surface

      public static final Series3DType Surface
      Series rendered as a surface.
    • Bar

      public static final Series3DType Bar
      Series rendered as bars.
  • Method Details

    • values

      public static Series3DType[] 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 Series3DType 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
    • getValue

      public int getValue()
      Returns the numerical representation of this enum.