Enum Graph.BLineP

java.lang.Object
java.lang.Enum<Graph.BLineP>
org.bzdev.graphs.Graph.BLineP
All Implemented Interfaces:
Serializable, Comparable<Graph.BLineP>
Enclosing class:
Graph

public static enum Graph.BLineP extends Enum<Graph.BLineP>
Vertical text positioning for strings.
  • Enum Constant Details

    • TOP

      public static final Graph.BLineP TOP
      Top alignment.
    • CENTER

      public static final Graph.BLineP CENTER
      Center alignment.
    • BASE

      public static final Graph.BLineP BASE
      Baseline alignment.
    • BOTTOM

      public static final Graph.BLineP BOTTOM
      Bottom alignment.
  • Method Details

    • values

      public static Graph.BLineP[] 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 Graph.BLineP 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