| fop 0.94 | |
| Frames | No Frames |
Methods with parameter type org.apache.fop.fo.properties.Property | |
| void | Set an value defined explicitly on this FO. |
| void | Set an value defined explicitly on this FO. |
Methods with return type org.apache.fop.fo.properties.Property | |
| Property | PropertyList.get(int propId) Return the property on the current FlowObject. |
| Property | PropertyList.get(int propId, boolean bTryInherit, boolean bTryDefault) Return the property on the current FlowObject. |
| Property | StaticPropertyList.get(int propId, boolean bTryInherit, boolean bTryDefault) Override PropertyList.get() and provides fast caching of previously
retrieved property values. |
| Property | PropertyList.getExplicit(int propId) Return the value explicitly specified on this FO. |
| Property | StaticPropertyList.getExplicit(int propId) Return the value explicitly specified on this FO. |
| Property | PropertyList.getExplicitOrShorthand(int propId) Return the value explicitly specified on this FO. |
| Property | PropertyList.getFromParent(int propId) Return the value of this property on the parent of this FO. |
| Property | PropertyList.getInherited(int propId) Return the value of this property inherited by this FO. |
| Property | |
| Property | PropertyList.getNearestSpecified(int propId) Return the "nearest" specified value for the given property. |
| Property | |
Methods with parameter type org.apache.fop.fo.properties.Property | |
| void | Null implementation; not used by this type of PropertyList
|
Methods with return type org.apache.fop.fo.properties.Property | |
| Property | Marker.MarkerPropertyList.getExplicit(int propId) Null implementation; not used by this type of PropertyList
|
| Property | |
| Property | TableColumn.getProperty(int propId) Retrieve a property value through its Id; used by
from-table-column() function
|
| Property | |
Methods with parameter type org.apache.fop.fo.properties.Property | |
| SpaceVal | |
| SpaceVal | |
Classes derived from org.apache.fop.fo.properties.Property | |
| class | Superclass for properties that wrap a character value
|
| class | Superclass for properties that wrap Color values
|
| class | Superclass for properties that have conditional lengths
|
| class | A length quantity in XSL which is specified as an enum, such as "auto"
|
| class | A number quantity in XSL which is specified as an enum, such as "no-limit". |
| class | Superclass for properties that wrap an enumeration value
|
| class | An absolute length quantity in XSL
|
| class | Property class for the font-family property. |
| class | Property subclass for the font shorthand
|
| class | Superclass for properties that wrap Keep values
|
| class | Superclass for properties wrapping a LengthPair value
|
| class | Superclass for properties wrapping a Length value. |
| class | Superclass for properties that contain LengthRange values
|
| class | Superclass for properties that are lists of other properties
|
| class | Class for handling numeric properties
|
| class | a percent specified length quantity in XSL
|
| class | Base class used for handling properties of the fo:space-before and
fo:space-after variety. |
| class | Exists primarily as a container for its Maker inner class, which is
extended by many string-based FO property classes. |
| class | A table-column width specification, possibly including some
number of proportional "column-units". |
| class | Special list property for text-decoration. |
| class | |
Constructors with parameter type org.apache.fop.fo.properties.Property | |
Creates a new LengthPairProperty which sets both bpd and ipd to the
same value. | |
Creates a new LengthPairProperty. | |
Fields of type org.apache.fop.fo.properties.Property | |
| Property | default property * |
Methods with parameter type org.apache.fop.fo.properties.Property | |
| void | Add a enum constant. |
| void | Add a new property to the list
|
| void | Add a new property to the list
|
| Property | Return a ColorProperty object based on the passed Property object. |
| Property | Return a Property object based on the passed Property object. |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | Return a Property object based on the passed Property object. |
| Property | |
| Property | Support for the 'normal' value. |
| Property | |
| Property | |
| Property | For properties that have more than one legal way to be specified,
this routine should be overridden to attempt to set them based upon
the other methods. |
| Property | Converts a shorthand property
|
| Property | BorderSpacingShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a Property
|
| Property | BoxPropShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Stores 1 to 4 values of same type. |
| Property | GenericShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a Property
|
| Property | Checks if the given property is present in the cache - if so, returns
a reference to the cached value. |
| Property | |
| EnumNumber | Returns the canonical EnumNumber instance corresponding
to the given Property
|
| Property | Return a property value for the given component of a compound
property. |
| Property | BackgroundPositionShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | FontShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | GenericShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | PageBreakShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | PositionShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | ShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | VerticalAlignShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | WhiteSpaceShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | CompoundPropertyMaker.make(Property baseProperty, int subpropertyId, PropertyList propertyList, String value, FObj fo) Return a property value for a compound property. |
| Property | PropertyMaker.make(Property baseProperty, int subpropertyId, PropertyList propertyList, String value, FObj fo) Make a property value for a compound property. |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | Set maximum value to max if it is >= optimum or optimum isn't set. |
| void | Set minimum value to min. |
| void | Set the optimum value. |
| void | |
| Property | LengthRangeProperty.Maker.setSubprop(Property baseProperty, int subpropertyId, Property subproperty) |
| Property | Set a component in a compound property and return the modified
compound property object. |
| void | |
| void | |
| void | |
Methods with return type org.apache.fop.fo.properties.Property | |
| Property | CompoundPropertyMaker.checkEnumValues(String value) For compound properties which can take enumerate values. |
| Property | EnumProperty.Maker.checkEnumValues(String value) Called by subclass if no match found. |
| Property | PropertyMaker.checkEnumValues(String value) For properties that contain enumerated values. |
| Property | Return a Property object representing the value of this property,
based on other property values for this FO. |
| Property | |
| Property | Calculate the corresponding value for start-indent and end-indent. |
| Property | Recalculate the line-height value based on the nearest specified
value. |
| Property | Return a Property object representing the value of this property,
based on other property values for this FO. |
| Property | |
| Property | Calculate the corresponding value for start-indent and end-indent. |
| Property | Calculate the corresponding value for start-indent and end-indent. |
| Property | Return a ColorProperty object based on the passed Property object. |
| Property | Return a Property object based on the passed Property object. |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | Return a Property object based on the passed Property object. |
| Property | |
| Property | Support for the 'normal' value. |
| Property | |
| Property | |
| Property | For properties that have more than one legal way to be specified,
this routine should be overridden to attempt to set them based upon
the other methods. |
| Property | Converts a shorthand property
|
| Property | BorderSpacingShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a Property
|
| Property | BoxPropShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Stores 1 to 4 values of same type. |
| Property | GenericShorthandParser.convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a Property
|
| Property | Checks if the given property is present in the cache - if so, returns
a reference to the cached value. |
| Property | If the property is a relative property with a corresponding absolute
value specified, the absolute value is used. |
| Property | BorderWidthPropertyMaker.get(int subpropId, PropertyList propertyList, boolean bTryInherit, boolean bTryDefault) Check the value of the style property and return a length of 0 when
the style is NONE. |
| Property | CompoundPropertyMaker.get(int subpropertyId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) Return the property on the current FlowObject. |
| Property | PageDimensionMaker.get(int subpropId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) Check the value of the page-width / page-height property. |
| Property | PropertyMaker.get(int subpropertyId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) Return the property on the current FlowObject. |
| Property | ReferenceOrientationMaker.get(int subpropId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) Check the value of the reference-orientation property. |
| Property | |
| Property | CondLengthProperty.getComponent(int cmpId) |
| Property | KeepProperty.getComponent(int cmpId) |
| Property | LengthPairProperty.getComponent(int cmpId) |
| Property | LengthRangeProperty.getComponent(int cmpId) |
| Property | SpaceProperty.getComponent(int cmpId) |
| Property | Returns the conditionality. |
| Property | |
| Property | |
| Property | |
| Property | Returns the length. |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | For properties that can be set by shorthand properties, this method
should return the Property, if any, that is parsed from any
shorthand properties that affect this property. |
| Property | Return a property value for the given component of a compound
property. |
| Property | BackgroundPositionShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | FontShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | GenericShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | PageBreakShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | PositionShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | ShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | VerticalAlignShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | WhiteSpaceShorthandParser.getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | Make a compound property with default values. |
| Property | Return the default value. |
| Property | Set default precedence according to the parent FObj
|
| Property | |
| Property | Check the value of the column-number property. |
| Property | Create a Property object from an attribute specification. |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | Create a Property object from an attribute specification. |
| Property | Make a new StringProperty object
|
| Property | CompoundPropertyMaker.make(Property baseProperty, int subpropertyId, PropertyList propertyList, String value, FObj fo) Return a property value for a compound property. |
| Property | PropertyMaker.make(Property baseProperty, int subpropertyId, PropertyList propertyList, String value, FObj fo) Make a property value for a compound property. |
| Property | Create a empty compound property and fill it with default values for
the subproperties. |
| Property | Create a new empty instance of CondLengthProperty. |
| Property | Create a new empty instance of KeepProperty. |
| Property | Create a new empty instance of LengthPairProperty. |
| Property | Create a new empty instance of LengthRangeProperty. |
| Property | Create a new empty property. |
| Property | Create a new empty instance of SpaceProperty. |
| Property | LengthRangeProperty.Maker.setSubprop(Property baseProperty, int subpropertyId, Property subproperty) |
| Property | Set a component in a compound property and return the modified
compound property object. |
Methods with parameter type org.apache.fop.fo.properties.Property | |
| void | Sets a component of the compound datatype. |
Methods with return type org.apache.fop.fo.properties.Property | |
| Property | CompoundDatatype.getComponent(int cmpId) Returns a component of the compound datatype. |
Classes derived from org.apache.fop.fo.properties.Property | |
| class | Class for handling NC Name objects
|
| class | A numeric property which hold the final absolute result of an expression
calculations. |
| class | This class represent a node in a property expression tree. |
Methods with parameter type org.apache.fop.fo.properties.Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | Evaluate the function
|
| Property | |
| Property | |
| Property | Handle "numerics" if no proportional/percent parts
|
| Property | Handle "numerics" if no proportional/percent parts
|
| Property | |
| Property | |
Methods with return type org.apache.fop.fo.properties.Property | |
| Property | |
| Property | |
| Property | |
| Property | |
| Property | Evaluate the function
|
| Property | |
| Property | |
| Property | Handle "numerics" if no proportional/percent parts
|
| Property | Handle "numerics" if no proportional/percent parts
|
| Property | |
| Property | |
| Property | Public entrypoint to the Property expression parser. |
Methods with return type org.apache.fop.fo.properties.Property | |
| Property | Overide the make method to return the property object
|
| fop 0.94 |