Package | Description |
---|---|
org.fireweb.css |
Modifier and Type | Method and Description |
---|---|
BorderProperty.Style |
BorderProperty.getStyle() |
static BorderProperty.Style |
BorderProperty.Style.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BorderProperty.Style[] |
BorderProperty.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Border(BorderWidthType borderWidth,
BorderProperty.Style style,
ColorType color)
Create border with property comes form parameters.
|
BorderProperty(BorderWidthType borderWidth,
BorderProperty.Style style,
ColorType color)
Creates border property based on parameters.
|