org.apache.fop.fo.properties

Class ReferenceOrientationMaker

Implemented Interfaces:
Cloneable

public class ReferenceOrientationMaker
extends NumberProperty.Maker

Custom Maker adding validity check for reference-orientation

Field Summary

Fields inherited from class org.apache.fop.fo.properties.PropertyMaker

contextDep, corresponding, defaultProperty, defaultValue, propId, setByShorthand

Constructor Summary

ReferenceOrientationMaker(int propId)
Constructor

Method Summary

Property
get(int subpropId, PropertyList propertyList, boolean tryInherit, boolean tryDefault)
Check the value of the reference-orientation property.

Methods inherited from class org.apache.fop.fo.properties.NumberProperty.Maker

convertProperty

Methods inherited from class org.apache.fop.fo.properties.PropertyMaker

addEnum, addKeyword, addShorthand, addSubpropMaker, checkEnumValues, checkValueKeywords, clone, compute, convertProperty, convertPropertyDatatype, convertShorthandProperty, findProperty, get, getName, getPercentBase, getPropId, getShorthand, getSubprop, getSubpropMaker, isInherited, make, make, make, makeNewProperty, setByShorthand, setCorresponding, setDatatypeParser, setDefault, setDefault, setInherited, setPercentBase, setSubprop, useGeneric

Constructor Details

ReferenceOrientationMaker

public ReferenceOrientationMaker(int propId)
Constructor
Parameters:
propId - the Constant Id for the property to be made

Method Details

get

public Property get(int subpropId,
                    PropertyList propertyList,
                    boolean tryInherit,
                    boolean tryDefault)
            throws PropertyException
Check the value of the reference-orientation property.
Overrides:
get in interface PropertyMaker

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.