Enum Class AsciiShape

java.lang.Object
java.lang.Enum<AsciiShape>
net.sourceforge.plantuml.asciiart.AsciiShape
All Implemented Interfaces:
Serializable, Comparable<AsciiShape>, Constable

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

    • STICKMAN

      public static final AsciiShape STICKMAN
    • STICKMAN_UNICODE

      public static final AsciiShape STICKMAN_UNICODE
    • BOUNDARY

      public static final AsciiShape BOUNDARY
    • DATABASE

      public static final AsciiShape DATABASE
  • Method Details

    • values

      public static AsciiShape[] 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 AsciiShape 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
    • draw

      public void draw(BasicCharArea area, int x, int y)
    • getHeight

      public final int getHeight()
    • getWidth

      public final int getWidth()