public final class BorderProperty
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BorderProperty.Style
Style of border.
|
Constructor and Description |
---|
BorderProperty()
Creates border property with value "initial"
|
BorderProperty(BorderWidthType borderWidth,
BorderProperty.Style style,
ColorType color)
Creates border property based on parameters.
|
Modifier and Type | Method and Description |
---|---|
BorderWidthType |
getBorderWidth() |
ColorType |
getColor() |
BorderProperty.Style |
getStyle() |
BorderWidthType |
getWidth() |
java.lang.String |
toString() |
public BorderProperty()
public BorderProperty(BorderWidthType borderWidth, BorderProperty.Style style, ColorType color)
borderWidth
- Border with BorderWidthType
style
- Border with BorderProperty.Style
color
- Border with ColorType
public ColorType getColor()
public BorderProperty.Style getStyle()
public BorderWidthType getWidth()
public BorderWidthType getBorderWidth()
public java.lang.String toString()
toString
in class java.lang.Object