Enum Plot.Marker

java.lang.Object
java.lang.Enum<Plot.Marker>
velo.ladaalpha.misc.Plot.Marker
All Implemented Interfaces:
Serializable, Comparable<Plot.Marker>, java.lang.constant.Constable
Enclosing class:
Plot

public static enum Plot.Marker extends Enum<Plot.Marker>
The Enum Marker.
  • Enum Constant Details

    • NONE

      public static final Plot.Marker NONE
      The none.
    • CIRCLE

      public static final Plot.Marker CIRCLE
      The circle.
    • SQUARE

      public static final Plot.Marker SQUARE
      The square.
    • DIAMOND

      public static final Plot.Marker DIAMOND
      The diamond.
    • COLUMN

      public static final Plot.Marker COLUMN
      The column.
    • BAR

      public static final Plot.Marker BAR
      The bar.
  • Method Details

    • values

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

      public static Plot.Marker valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null