Enum Class SvgDisplay

java.lang.Object
java.lang.Enum<SvgDisplay>
org.jhotdraw8.svg.text.SvgDisplay
All Implemented Interfaces:
Serializable, Comparable<SvgDisplay>, Constable

public enum SvgDisplay extends Enum<SvgDisplay>
Display. link
  • Enum Constant Details

    • INLINE

      public static final SvgDisplay INLINE
    • BLOCK

      public static final SvgDisplay BLOCK
    • LIST_ITEM

      public static final SvgDisplay LIST_ITEM
    • RUN_IN

      public static final SvgDisplay RUN_IN
    • COMPACT

      public static final SvgDisplay COMPACT
    • MARKER

      public static final SvgDisplay MARKER
    • TABLE

      public static final SvgDisplay TABLE
    • INLINE_TABLE

      public static final SvgDisplay INLINE_TABLE
    • TABLE_ROW_GROUP

      public static final SvgDisplay TABLE_ROW_GROUP
    • TABLE_HEADER_GROUP

      public static final SvgDisplay TABLE_HEADER_GROUP
    • TABLE_ROW

      public static final SvgDisplay TABLE_ROW
    • TABLE_COLUMN_GROUP

      public static final SvgDisplay TABLE_COLUMN_GROUP
    • TABLE_COLUMN

      public static final SvgDisplay TABLE_COLUMN
    • TABLE_CELL

      public static final SvgDisplay TABLE_CELL
    • TABLE_CAPTION

      public static final SvgDisplay TABLE_CAPTION
  • Method Details

    • values

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