public final class BorderWidthType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BorderWidthType.Type
Type of border
|
Constructor and Description |
---|
BorderWidthType()
Creates width type with "initial"
|
BorderWidthType(BorderWidthType.Type type)
Creates width type with type.
|
BorderWidthType(Length length)
Creates width type with length.
|
Modifier and Type | Method and Description |
---|---|
Length |
getLength() |
BorderWidthType.Type |
getType() |
java.lang.String |
toString() |
public BorderWidthType()
public BorderWidthType(BorderWidthType.Type type)
type
- of border width of BorderWidthType.Type
public Length getLength()
public BorderWidthType.Type getType()
public java.lang.String toString()
toString
in class java.lang.Object