Uses of Class
org.apache.fop.fo.properties.PropertyMaker
Packages that use PropertyMaker
Package
Description
Classes, constants and basic infrastructure for the FO tree.
Classes for XSL expressions and functions.
Classes representing the various property types as well as supporting data structures for the FO tree.
-
Uses of PropertyMaker in org.apache.fop.fo
Methods in org.apache.fop.fo that return PropertyMakerModifier and TypeMethodDescriptionstatic PropertyMaker[]FOPropertyMapping.getGenericMappings()Return the array of Makers.static PropertyMakerFObj.getPropertyMakerFor(int propId) Returns the PropertyMaker for a given property ID. -
Uses of PropertyMaker in org.apache.fop.fo.expr
Methods in org.apache.fop.fo.expr that return PropertyMakerConstructors in org.apache.fop.fo.expr with parameters of type PropertyMaker -
Uses of PropertyMaker in org.apache.fop.fo.flow.table
Subclasses of PropertyMaker in org.apache.fop.fo.flow.tableModifier and TypeClassDescriptionstatic classPropertyMakersubclass for the column-number property -
Uses of PropertyMaker in org.apache.fop.fo.properties
Subclasses of PropertyMaker in org.apache.fop.fo.propertiesModifier and TypeClassDescriptionstatic classInner class for creating instances of this propertyclassThis subclass of LengthProperty.Maker handles the special treatment of border width described in 7.7.20.static classInner class for creating instances of CharacterPropertystatic classInner class for creating instances of ColorTypePropertyclassThis class extends Property.Maker with support for sub-properties.static classInner class for creating instances of CondLengthPropertystatic classInner class for creating EnumProperty instancesstatic classInner class for creating instances of ListPropertystatic classInner class for creating instances of FontShorthandPropertyclassThis subclass of LengthProperty.Maker handles the special treatment of relative font sizes described in 7.8.4.classThis subclass of EnumProperty.Maker handles the special treatment of relative font stretch values described in 7.8.5.classFont weight property maker.static classInner class for creating instances of KeepPropertystatic classInner class for creating instances of LengthPairPropertystatic classInner class for making instances of LengthPropertystatic classInner class for a Maker for LengthProperty objectsclassA maker which calculates the line-height property.static classInner class for creating instances ofListPropertystatic classInner class for making NumberProperty objectsstatic classA positive integer property maker.static classInner class for creating instances of OptionalCharacterPropertyclassCustom Maker for page-height / page-widthclassCustom Maker adding validity check for reference-orientationstatic classInner class used to create new instances of SpacePropertyclassA maker which creates 'letter-spacing' and 'word-spacing' properties.static classInner class for making instances of StringPropertyclassA table border preference property maker.classDedicatedPropertyMakerfor handling thetext-decorationproperty.static classA to be implemented property maker instance.static classInnerPropertyMakersubclass responsible for making instances of this type.Fields in org.apache.fop.fo.properties declared as PropertyMakerModifier and TypeFieldDescriptionprotected PropertyMakerCorrespondingPropertyMaker.baseMakerbase property makerMethods in org.apache.fop.fo.properties that return PropertyMakerModifier and TypeMethodDescriptionCompoundPropertyMaker.getSubpropMaker(int subpropertyId) Return a Maker object which is used to set the values on components of compound property types, such as "space".PropertyMaker.getSubpropMaker(int subpropertyId) Return a subproperty maker for the subpropertyId.Methods in org.apache.fop.fo.properties with parameters of type PropertyMakerModifier and TypeMethodDescriptionvoidPropertyMaker.addShorthand(PropertyMaker shorthand) Add a shorthand to this maker.voidCompoundPropertyMaker.addSubpropMaker(PropertyMaker subproperty) Add a subproperty to this maker.voidPropertyMaker.addSubpropMaker(PropertyMaker subproperty) Add a subproperty to this maker.protected PropertyBorderSpacingShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a Propertyprotected PropertyBoxCornerPropShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Stores 1 or 2 values of same type representing rounded corner radii.protected PropertyBoxPropShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Stores 1 to 4 values of same type.protected PropertyGenericShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a PropertyBackgroundPositionShorthand.Parser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) FontShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) GenericShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) PageBreakShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) PositionShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) ShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) VerticalAlignShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) WhiteSpaceShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) XMLLangShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) voidCompoundPropertyMaker.useGeneric(PropertyMaker generic) Copy all the values from the generic maker to this maker.voidPropertyMaker.useGeneric(PropertyMaker generic) Copy all the values from the generic maker to this maker.Constructors in org.apache.fop.fo.properties with parameters of type PropertyMakerModifierConstructorDescriptionCorrespondingPropertyMaker(PropertyMaker baseMaker) Construct a corresponding property maker.DimensionPropertyMaker(PropertyMaker baseMaker) Instantiate a dimension property maker.IndentPropertyMaker(PropertyMaker baseMaker) Create a start-indent or end-indent property maker.SpacePropertyMaker(PropertyMaker baseMaker) -
Uses of PropertyMaker in org.apache.fop.render.afp.extensions
Subclasses of PropertyMaker in org.apache.fop.render.afp.extensionsModifier and TypeClassDescriptionclassThis class extends the org.apache.fop.fo.StringProperty.Maker inner class in order to provide a static property maker.