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

public enum BoxStyle extends Enum<BoxStyle>
  • 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 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 BoxStyle 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
    • fromString

      public static BoxStyle fromString(String 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()