Enum Class PlotLayout

java.lang.Object
java.lang.Enum<PlotLayout>
llnl.gnem.core.gui.plotting.api.PlotLayout
All Implemented Interfaces:
Serializable, Comparable<PlotLayout>, Constable

public enum PlotLayout extends Enum<PlotLayout>
  • Enum Constant Details

    • ALIGN_TOP

      public static final PlotLayout ALIGN_TOP
    • ALIGN_TOP_LEFT

      public static final PlotLayout ALIGN_TOP_LEFT
    • ALIGN_TOP_RIGHT

      public static final PlotLayout ALIGN_TOP_RIGHT
    • ALIGN_CENTER

      public static final PlotLayout ALIGN_CENTER
    • ALIGN_CENTER_LEFT

      public static final PlotLayout ALIGN_CENTER_LEFT
    • ALIGN_CENTER_RIGHT

      public static final PlotLayout ALIGN_CENTER_RIGHT
    • ALIGN_BOTTOM

      public static final PlotLayout ALIGN_BOTTOM
    • ALIGN_BOTTOM_LEFT

      public static final PlotLayout ALIGN_BOTTOM_LEFT
    • ALIGN_BOTTOM_RIGHT

      public static final PlotLayout ALIGN_BOTTOM_RIGHT
  • Method Details

    • values

      public static PlotLayout[] 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 PlotLayout 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