Uses of Class
org.apache.fop.traits.BorderStyle
-
Packages that use BorderStyle Package Description org.apache.fop.traits Trait classes and other supporting data structures. -
-
Uses of BorderStyle in org.apache.fop.traits
Fields in org.apache.fop.traits declared as BorderStyle Modifier and Type Field Description static BorderStyle
BorderStyle. DASHED
border-style: dashedstatic BorderStyle
BorderStyle. DOTTED
border-style: dottedstatic BorderStyle
BorderStyle. DOUBLE
border-style: doublestatic BorderStyle
BorderStyle. GROOVE
border-style: groovestatic BorderStyle
BorderStyle. HIDDEN
border-style: hiddenstatic BorderStyle
BorderStyle. INSET
border-style: insetstatic BorderStyle
BorderStyle. NONE
border-style: nonestatic BorderStyle
BorderStyle. OUTSET
border-style: outsetstatic BorderStyle
BorderStyle. RIDGE
border-style: ridgestatic BorderStyle
BorderStyle. SOLID
border-style: solidprivate static BorderStyle[]
BorderStyle. STYLES
Methods in org.apache.fop.traits that return BorderStyle Modifier and Type Method Description static BorderStyle
BorderStyle. valueOf(int enumValue)
Returns the enumeration/singleton object based on its name.static BorderStyle
BorderStyle. valueOf(java.lang.String name)
Returns the enumeration/singleton object based on its name.
-