Class BoxStyle
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.ftile.BoxStyle
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static double
protected static int
protected static int
static final BoxStyle
static final BoxStyle
static final BoxStyle
static final BoxStyle
static final BoxStyle
static final BoxStyle
static final BoxStyle
static final BoxStyle
protected final double
Represents the shield value, which is used in rendering.protected final String
Represents the stereotype associated with the box style.protected final char
Represents the character style of the box.static final BoxStyle
static final BoxStyle
static final BoxStyle
static final BoxStyle
static final BoxStyle
static final BoxStyle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkDeprecatedWarning
(TitledDiagram diagram, String style) abstract void
static BoxStyle
fromString
(String style) double
-
Field Details
-
PLAIN
-
SDL_INPUT
-
SDL_OUTPUT
-
SDL_PROCEDURE
-
SDL_LOAD
-
SDL_SAVE
-
SDL_CONTINUOUS
-
SDL_TASK
-
UML_OBJECT
-
UML_OBJECT_SIGNAL
-
UML_TRIGGER
-
UML_SEND_SIGNAL
-
UML_ACCEPT_EVENT
-
UML_TIME_EVENT
-
stereotype
Represents the stereotype associated with the box style. This is used for rendering and identifying the style uniquely. -
style
protected final char styleRepresents the character style of the box. This is used for parsing and identifying the style. -
shield
protected final double shieldRepresents 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
-
-
Method Details
-
drawMe
public abstract void drawMe(UGraphic ug, double width, double height, double shadowing, double roundCorner) -
getShield
public double getShield() -
fromString
-
checkDeprecatedWarning
-
getStereotype
-