public class BorderWidth
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BorderWidth.Type
Type of border
|
Constructor and Description |
---|
BorderWidth(BorderWidth.Type type) |
BorderWidth(Length length) |
Modifier and Type | Method and Description |
---|---|
Length |
getLength() |
BorderWidth.Type |
getType() |
java.lang.String |
toString() |
public BorderWidth(BorderWidth.Type type)
type
- of border widthpublic BorderWidth(Length length)
length
- of border widthpublic java.lang.String toString()
toString
in class java.lang.Object
public Length getLength()
public BorderWidth.Type getType()