|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.traits.TraitEnum
org.apache.fop.traits.BorderStyle
public final class BorderStyle
Enumeration class for border styles.
Field Summary | |
---|---|
static BorderStyle |
DASHED
border-style: dashed |
static BorderStyle |
DOTTED
border-style: dotted |
static BorderStyle |
DOUBLE
border-style: double |
static BorderStyle |
GROOVE
border-style: groove |
static BorderStyle |
HIDDEN
border-style: hidden |
static BorderStyle |
INSET
border-style: inset |
static BorderStyle |
NONE
border-style: none |
static BorderStyle |
OUTSET
border-style: outset |
static BorderStyle |
RIDGE
border-style: ridge |
static BorderStyle |
SOLID
border-style: solid |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static BorderStyle |
valueOf(int enumValue)
Returns the enumeration/singleton object based on its name. |
static BorderStyle |
valueOf(java.lang.String name)
Returns the enumeration/singleton object based on its name. |
Methods inherited from class org.apache.fop.traits.TraitEnum |
---|
getEnumValue, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BorderStyle NONE
public static final BorderStyle HIDDEN
public static final BorderStyle DOTTED
public static final BorderStyle DASHED
public static final BorderStyle SOLID
public static final BorderStyle DOUBLE
public static final BorderStyle GROOVE
public static final BorderStyle RIDGE
public static final BorderStyle INSET
public static final BorderStyle OUTSET
Method Detail |
---|
public static BorderStyle valueOf(java.lang.String name)
name
- the name of the enumeration value
public static BorderStyle valueOf(int enumValue)
enumValue
- the enumeration value
public java.lang.String toString()
toString
in class java.lang.Object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |