java.lang.Object
java.lang.Enum<BoxStyle>
net.sourceforge.plantuml.activitydiagram3.ftile.BoxStyle
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BoxStyle>, java.lang.constant.Constable

public enum BoxStyle extends java.lang.Enum<BoxStyle>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
     
     
     
     
     
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    drawInternal(UGraphic ug, double width, double height, double shadowing, double roundCorner)
     
    static BoxStyle
    fromChar(char style)
     
    protected Shadowable
    getShape(double width, double height, double roundCorner)
     
    final double
     
    final UDrawable
    getUDrawable(double width, double height, double shadowing, double roundCorner)
     
    static BoxStyle
    valueOf(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static BoxStyle[]
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • PLAIN

      public static final BoxStyle PLAIN
    • SDL_INPUT

      public static final BoxStyle SDL_INPUT
    • SDL_OUTPUT

      public static final BoxStyle SDL_OUTPUT
    • SDL_PROCEDURE

      public static final BoxStyle SDL_PROCEDURE
    • SDL_SAVE

      public static final BoxStyle SDL_SAVE
    • SDL_ANTISAVE

      public static final BoxStyle SDL_ANTISAVE
    • SDL_CONTINUOUS

      public static final BoxStyle SDL_CONTINUOUS
    • SDL_TASK

      public static final BoxStyle SDL_TASK
  • Method Details

    • values

      public static BoxStyle[] 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 BoxStyle valueOf(java.lang.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:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • fromChar

      public static BoxStyle fromChar(char style)
    • getUDrawable

      public final UDrawable getUDrawable(double width, double height, double shadowing, double roundCorner)
    • getShape

      protected Shadowable getShape(double width, double height, double roundCorner)
    • drawInternal

      protected void drawInternal(UGraphic ug, double width, double height, double shadowing, double roundCorner)
    • getShield

      public final double getShield()