FontStretchPropertyMaker
, FontWeightPropertyMaker
public static class EnumProperty.Maker extends PropertyMaker
contextDep, corresponding, defaultProperty, defaultValue, propId, setByShorthand
Constructor | Description |
---|---|
Maker(int propId) |
Modifier and Type | Method | Description |
---|---|---|
Property |
checkEnumValues(java.lang.String value) |
Called by subclass if no match found.
|
Property |
convertProperty(Property p,
PropertyList propertyList,
FObj fo) |
Convert a property.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addEnum, addKeyword, addShorthand, addSubpropMaker, checkValueKeywords, clone, compute, convertPropertyDatatype, convertShorthandProperty, findProperty, get, getName, getPercentBase, getPropId, getShorthand, getSubprop, getSubpropMaker, isInherited, make, make, make, makeNewProperty, setByShorthand, setCorresponding, setDatatypeParser, setDefault, setDefault, setInherited, setPercentBase, setSubprop, useGeneric
public Maker(int propId)
propId
- the id of the property for which a Maker should be createdpublic Property checkEnumValues(java.lang.String value)
checkEnumValues
in class PropertyMaker
value
- string containing the value to be checkedpublic Property convertProperty(Property p, PropertyList propertyList, FObj fo) throws PropertyException
convertProperty
in class PropertyMaker
p
- the property to convertpropertyList
- the property list to use in conversionfo
- the FO to use in conversionPropertyException
- if a property conversion exception occursCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.