public enum BoxStyle extends Enum<BoxStyle>
Enum Constant and Description |
---|
PLAIN |
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,
boolean shadowing) |
static BoxStyle |
fromChar(char style) |
protected Shadowable |
getShape(double width,
double height) |
UDrawable |
getUDrawable(double width,
double height,
boolean shadowing) |
static BoxStyle |
valueOf(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_CONTINUOUS
public static final BoxStyle SDL_TASK
public static BoxStyle[] values()
for (BoxStyle c : BoxStyle.values()) System.out.println(c);
public static BoxStyle valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static BoxStyle fromChar(char style)
public final UDrawable getUDrawable(double width, double height, boolean shadowing)
protected Shadowable getShape(double width, double height)
protected void drawInternal(UGraphic ug, double width, double height, boolean shadowing)
Copyright © 2014. All Rights Reserved.