java.lang.Object
net.sourceforge.plantuml.activitydiagram3.ftile.BoxStyle

public abstract class BoxStyle extends Object
  • Field 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_LOAD

      public static final BoxStyle SDL_LOAD
    • SDL_SAVE

      public static final BoxStyle SDL_SAVE
    • SDL_CONTINUOUS

      public static final BoxStyle SDL_CONTINUOUS
    • SDL_TASK

      public static final BoxStyle SDL_TASK
    • UML_OBJECT

      public static final BoxStyle UML_OBJECT
    • UML_OBJECT_SIGNAL

      public static final BoxStyle UML_OBJECT_SIGNAL
    • UML_TRIGGER

      public static final BoxStyle UML_TRIGGER
    • UML_SEND_SIGNAL

      public static final BoxStyle UML_SEND_SIGNAL
    • UML_ACCEPT_EVENT

      public static final BoxStyle UML_ACCEPT_EVENT
    • UML_TIME_EVENT

      public static final BoxStyle UML_TIME_EVENT
    • stereotype

      protected final String stereotype
      Represents the stereotype associated with the box style. This is used for rendering and identifying the style uniquely.
    • style

      protected final char style
      Represents the character style of the box. This is used for parsing and identifying the style.
    • shield

      protected final double shield
      Represents the shield value, which is used in rendering.
    • DELTA_INPUT_OUTPUT

      protected static int DELTA_INPUT_OUTPUT
    • DELTA_CONTINUOUS

      protected static double DELTA_CONTINUOUS
    • PADDING

      protected static int PADDING
  • Constructor Details

    • BoxStyle

      protected BoxStyle(String stereotype, char style, double shield)
  • Method Details

    • drawMe

      public abstract void drawMe(UGraphic ug, double width, double height, double shadowing, double roundCorner)
    • getShield

      public double getShield()
    • fromString

      public static BoxStyle fromString(String style)
    • checkDeprecatedWarning

      public static void checkDeprecatedWarning(TitledDiagram diagram, String style)
    • getStereotype

      public Stereotype getStereotype()