|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.fotree.value.PropertyValueStatic
org.foray.fotree.value.PvKeyword
org.foray.fotree.value.DtBorderStyle
public final class DtBorderStyle
Pseudo-datatype wrapper for the axsl BorderStyle
enumeration that
conforms to the PropertyValue interface.
Instances of this class are immutable and are therefore treated as a group
of singletons, one for each possible keyword value.
Field Summary | |
---|---|
static FoValue[] |
VALID_KEYWORDS
Array of valid keywords that can be used to designate a border-style. |
Method Summary | |
---|---|
static DtBorderStyle |
getInstance(FoValue value)
Gets or creates the singleton instance for the specific keyword value. |
org.axsl.common.value.BorderStyle |
getValue()
Return the BorderStyle instance. |
static boolean |
isBorderStyle(FoValue foValue)
Indicates whether a given property value qualifies as a border-style property. |
Methods inherited from class org.foray.fotree.value.PvKeyword |
---|
canEvalKeyword, evalKeyword |
Methods inherited from class org.foray.fotree.value.PropertyValueStatic |
---|
canEvalColor, canEvalInteger, canEvalLength, canEvalNumeric, canEvalPercentage, evalColor, evalInteger, evalIntegerException, evalKeywordException, evalLength, evalLengthException, evalNumeric, evalPercentage, evalPercentageException, getUnitPower, lengthRequiresFontSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FoValue[] VALID_KEYWORDS
Method Detail |
---|
public org.axsl.common.value.BorderStyle getValue()
public static boolean isBorderStyle(FoValue foValue)
foValue
- The property value to be tested.
public static DtBorderStyle getInstance(FoValue value)
value
- The value for which the singleton instance is needed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |