| Package | Description |
|---|---|
| org.fit.layout.model | |
| org.fit.layout.tools |
| Modifier and Type | Method and Description |
|---|---|
Border.Style |
Border.getStyle() |
static Border.Style |
Border.Style.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Border.Style[] |
Border.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Border.setStyle(Border.Style style) |
| Constructor and Description |
|---|
Border(int width,
Border.Style style,
java.awt.Color color) |
| Constructor and Description |
|---|
BorderStroke(int width,
Border.Style style,
boolean reverse)
Creates a new CSS stroke.
|