|
fop 2.3 | |||||||||
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.Visibility
public final class Visibility
Field Summary | |
---|---|
static Visibility |
COLLAPSE
border-style: dotted |
static Visibility |
HIDDEN
border-style: hidden |
static Visibility |
VISIBLE
border-style: none |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static Visibility |
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 Visibility VISIBLE
public static final Visibility HIDDEN
public static final Visibility COLLAPSE
Method Detail |
---|
public static Visibility valueOf(java.lang.String name)
name
- the name of the enumeration value
public java.lang.String toString()
toString
in class java.lang.Object
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |