Package org.apache.fop.traits
Class BorderStyle
java.lang.Object
org.apache.fop.traits.TraitEnum
org.apache.fop.traits.BorderStyle
- All Implemented Interfaces:
Serializable
Enumeration class for border styles.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BorderStyleborder-style: dashedstatic final BorderStyleborder-style: dottedstatic final BorderStyleborder-style: doublestatic final BorderStyleborder-style: groovestatic final BorderStyleborder-style: hiddenstatic final BorderStyleborder-style: insetstatic final BorderStyleborder-style: nonestatic final BorderStyleborder-style: outsetstatic final BorderStyleborder-style: ridgestatic final BorderStyleborder-style: solid -
Method Summary
Modifier and TypeMethodDescriptiontoString()static BorderStylevalueOf(int enumValue) Returns the enumeration/singleton object based on its name.static BorderStyleReturns the enumeration/singleton object based on its name.Methods inherited from class org.apache.fop.traits.TraitEnum
getEnumValue, getName
-
Field Details
-
NONE
border-style: none -
HIDDEN
border-style: hidden -
DOTTED
border-style: dotted -
DASHED
border-style: dashed -
SOLID
border-style: solid -
DOUBLE
border-style: double -
GROOVE
border-style: groove -
RIDGE
border-style: ridge -
INSET
border-style: inset -
OUTSET
border-style: outset
-
-
Method Details
-
valueOf
Returns the enumeration/singleton object based on its name.- Parameters:
name- the name of the enumeration value- Returns:
- the enumeration object
-
valueOf
Returns the enumeration/singleton object based on its name.- Parameters:
enumValue- the enumeration value- Returns:
- the enumeration object
-
toString
-