Class SpacingPropertyMaker

All Implemented Interfaces:
Cloneable

public class SpacingPropertyMaker extends SpaceProperty.Maker
A maker which creates 'letter-spacing' and 'word-spacing' properties. These two properties properties are standard space properties with additinal support for the 'normal' enum value.
  • Constructor Details

    • SpacingPropertyMaker

      public SpacingPropertyMaker(int propId)
      Create a maker for [letter|word]-spacing.
      Parameters:
      propId - the id for property.
  • Method Details