Class StringProperty.Maker

java.lang.Object
org.apache.fop.fo.properties.PropertyMaker
org.apache.fop.fo.properties.StringProperty.Maker
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AFPAttribute
Enclosing class:
StringProperty

public static class StringProperty.Maker extends PropertyMaker
Inner class for making instances of StringProperty
  • Constructor Details

    • Maker

      public Maker(int propId)
      Parameters:
      propId - the id of the property for which a Maker should be created
  • Method Details

    • make

      public Property make(PropertyList propertyList, String value, FObj fo)
      Make a new StringProperty object
      Overrides:
      make in class PropertyMaker
      Parameters:
      propertyList - not used
      value - String value of the new object
      fo - not used
      Returns:
      the StringProperty object