org.apache.fop.fo.properties
Class AlignmentAdjustMaker
java.lang.Object
org.apache.fop.fo.Property.Maker
org.apache.fop.fo.LengthProperty.Maker
org.apache.fop.fo.properties.AlignmentAdjustMaker
- All Implemented Interfaces:
- AlignmentAdjust
- public class AlignmentAdjustMaker
- extends LengthProperty.Maker
- implements AlignmentAdjust
Fields inherited from interface org.apache.fop.fo.properties.AlignmentAdjust |
AFTER_EDGE, ALPHABETIC, AUTO, BASELINE, BEFORE_EDGE, CENTRAL, HANGING, IDEOGRAPHIC, INHERIT, MATHEMATICAL, MIDDLE, TEXT_AFTER_EDGE, TEXT_BEFORE_EDGE |
Methods inherited from class org.apache.fop.fo.Property.Maker |
checkValueKeywords, compute, convertPropertyDatatype, convertShorthandProperty, getPropName, getShorthand, getSubpropMaker, getSubpropValue, inheritsSpecified, isCompoundMaker, isCorrespondingForced, make, make, makeCompound, setSubprop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s_propAUTO
protected static final EnumProperty s_propAUTO
s_propBASELINE
protected static final EnumProperty s_propBASELINE
s_propBEFORE_EDGE
protected static final EnumProperty s_propBEFORE_EDGE
s_propTEXT_BEFORE_EDGE
protected static final EnumProperty s_propTEXT_BEFORE_EDGE
s_propMIDDLE
protected static final EnumProperty s_propMIDDLE
s_propCENTRAL
protected static final EnumProperty s_propCENTRAL
s_propAFTER_EDGE
protected static final EnumProperty s_propAFTER_EDGE
s_propTEXT_AFTER_EDGE
protected static final EnumProperty s_propTEXT_AFTER_EDGE
s_propIDEOGRAPHIC
protected static final EnumProperty s_propIDEOGRAPHIC
s_propALPHABETIC
protected static final EnumProperty s_propALPHABETIC
s_propHANGING
protected static final EnumProperty s_propHANGING
s_propMATHEMATICAL
protected static final EnumProperty s_propMATHEMATICAL
s_propINHERIT
protected static final EnumProperty s_propINHERIT
AlignmentAdjustMaker
protected AlignmentAdjustMaker(java.lang.String name)
maker
public static Property.Maker maker(java.lang.String propName)
isInherited
public boolean isInherited()
- Description copied from class:
Property.Maker
- Default implementation of isInherited.
- Overrides:
isInherited
in class Property.Maker
- Returns:
- A boolean indicating whether this property is inherited.
checkEnumValues
public Property checkEnumValues(java.lang.String value)
- Overrides:
checkEnumValues
in class Property.Maker
getPercentBase
public PercentBase getPercentBase(FObj fo,
PropertyList propertyList)
- Return object used to calculate base Length
for percent specifications.
- Overrides:
getPercentBase
in class Property.Maker
make
public Property make(PropertyList propertyList)
throws FOPException
- Description copied from class:
Property.Maker
- Return a Property object representing the initial value.
- Overrides:
make
in class Property.Maker
- Parameters:
propertyList
- The PropertyList object being built for this FO.
- Throws:
FOPException
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.