|
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.RuleStyle
public final class RuleStyle
Enumeration class for rule styles.
Field Summary | |
---|---|
static RuleStyle |
DASHED
rule-style: dashed |
static RuleStyle |
DOTTED
rule-style: dotted |
static RuleStyle |
DOUBLE
rule-style: double |
static RuleStyle |
GROOVE
rule-style: groove |
static RuleStyle |
NONE
rule-style: none |
static RuleStyle |
RIDGE
rule-style: ridge |
static RuleStyle |
SOLID
rule-style: solid |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static RuleStyle |
valueOf(int enumValue)
Returns the enumeration/singleton object based on its name. |
static RuleStyle |
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 RuleStyle NONE
public static final RuleStyle DOTTED
public static final RuleStyle DASHED
public static final RuleStyle SOLID
public static final RuleStyle DOUBLE
public static final RuleStyle GROOVE
public static final RuleStyle RIDGE
Method Detail |
---|
public static RuleStyle valueOf(java.lang.String name)
name
- the name of the enumeration value
public static RuleStyle 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 |