Class FontShorthandProperty.Maker

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    FontShorthandProperty

    public static class FontShorthandProperty.Maker
    extends PropertyMaker
    Inner class for creating instances of FontShorthandProperty
    • Constructor Detail

      • Maker

        public Maker​(int propId)
        Parameters:
        propId - ID of the property for which Maker should be created
    • Method Detail

      • make

        public Property make​(PropertyList propertyList,
                             java.lang.String value,
                             FObj fo)
                      throws PropertyException
        Create a Property object from an attribute specification.
        Overrides:
        make in class PropertyMaker
        Parameters:
        propertyList - The PropertyList object being built for this FO.
        value - The attribute value.
        fo - The parent FO for the FO whose property is being made.
        Returns:
        The initialized Property object.
        Throws:
        PropertyException - for invalid or inconsistent FO input