Class FontWeightPropertyMaker

All Implemented Interfaces:
Cloneable

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

    • FontWeightPropertyMaker

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

    • make

      public Property make(PropertyList pList, 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