| Package | Description |
|---|---|
| org.fit.layout.cssbox | |
| org.fit.layout.impl | |
| org.fit.layout.model |
| Modifier and Type | Method and Description |
|---|---|
Border |
BoxNode.getBorderStyle(Border.Side side) |
| Modifier and Type | Method and Description |
|---|---|
Border |
DefaultBox.getBorderStyle(Border.Side side) |
void |
DefaultBox.setBorderStyle(Border.Side side,
Border style) |
| Modifier and Type | Method and Description |
|---|---|
static Border.Side |
Border.Side.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Border.Side[] |
Border.Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Border |
Box.getBorderStyle(Border.Side side)
Obtains the properties of the box border at the given side.
|