Class BoxStyle
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.ftile.BoxStyle
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static doubleprotected static intprotected static intstatic final BoxStylestatic final BoxStylestatic final BoxStylestatic final BoxStylestatic final BoxStylestatic final BoxStylestatic final BoxStylestatic final BoxStyleprotected final doubleRepresents the shield value, which is used in rendering.protected final StringRepresents the stereotype associated with the box style.protected final charRepresents the character style of the box.static final BoxStylestatic final BoxStylestatic final BoxStylestatic final BoxStylestatic final BoxStylestatic final BoxStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckDeprecatedWarning(TitledDiagram diagram, String style) abstract voidvoiddrawMeDebug(UGraphic ug, double width, double height, double shadowing, double roundCorner) static BoxStylefromString(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
-
drawMeDebug
public void drawMeDebug(UGraphic ug, double width, double height, double shadowing, double roundCorner)
-