Class FontWeightPropertyMaker

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class FontWeightPropertyMaker
    extends EnumProperty.Maker
    Font weight property maker.
    • Constructor Detail

      • FontWeightPropertyMaker

        public FontWeightPropertyMaker​(int propId)
        Main constructor
        Parameters:
        propId - the property id
    • Method Detail

      • make

        public Property make​(PropertyList pList,
                             java.lang.String value,
                             FObj fo)
                      throws PropertyException
        Create a Property object from an attribute specification.
        Overrides:
        make in class PropertyMaker
        Parameters:
        pList - 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