| Package | Description |
|---|---|
| com.xalys.xgl.browser.dom.css | |
| com.xalys.xgl.browser.dom.css.enums |
| Modifier and Type | Method and Description |
|---|---|
BorderStyle |
NativeCSSStyleDeclaration.getBorderStyle() |
BorderStyle |
ComputedStyle.getBorderStyle() |
BorderStyle |
Border.getBorderStyle() |
BorderStyle |
MutableStyle.getBorderStyle() |
| Modifier and Type | Method and Description |
|---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setBorderStyle(BorderStyle borderStyle) |
void |
Border.setBorderStyle(BorderStyle borderStyle) |
MutableStyle |
MutableStyle.setBorderStyle(BorderStyle borderStyle) |
| Constructor and Description |
|---|
Border(double size,
Unit unit,
BorderStyle borderStyle,
Color color) |
| Modifier and Type | Method and Description |
|---|---|
static BorderStyle |
BorderStyle.get(String propertyName) |
static BorderStyle |
BorderStyle.getDefault() |
static BorderStyle |
BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Xalys. All rights reserved.