Enum Constant and Description |
---|
PLAIN |
SDL_ANTISAVE |
SDL_CONTINUOUS |
SDL_INPUT |
SDL_OUTPUT |
SDL_PROCEDURE |
SDL_SAVE |
SDL_TASK |
Modifier and Type | Method and Description |
---|---|
protected void |
drawInternal(UGraphic ug,
double width,
double height,
double shadowing,
double roundCorner) |
static BoxStyle |
fromString(java.lang.String style) |
protected Shadowable |
getShape(double width,
double height,
double roundCorner) |
double |
getShield() |
Stereotype |
getStereotype() |
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[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxStyle PLAIN
public static final BoxStyle SDL_INPUT
public static final BoxStyle SDL_OUTPUT
public static final BoxStyle SDL_PROCEDURE
public static final BoxStyle SDL_SAVE
public static final BoxStyle SDL_ANTISAVE
public static final BoxStyle SDL_CONTINUOUS
public static final BoxStyle SDL_TASK
public static BoxStyle[] values()
for (BoxStyle c : BoxStyle.values()) System.out.println(c);
public static BoxStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static BoxStyle fromString(java.lang.String style)
public final UDrawable getUDrawable(double width, double height, double shadowing, double roundCorner)
protected Shadowable getShape(double width, double height, double roundCorner)
protected void drawInternal(UGraphic ug, double width, double height, double shadowing, double roundCorner)
public final double getShield()
public Stereotype getStereotype()