Class SpaceArea

All Implemented Interfaces:
Serializable, Cloneable

public class SpaceArea extends InlineArea
A space
See Also:
  • Field Details

    • space

      protected char space
      The space for this space area
    • isAdjustable

      protected boolean isAdjustable
      Is this space adjustable?
  • Constructor Details

    • SpaceArea

      public SpaceArea(int blockProgressionOffset, int bidiLevel, char space, boolean adjustable)
      Create a space area
      Parameters:
      space - the space character
      blockProgressionOffset - the offset for the next area
      adjustable - is this space adjustable?
      bidiLevel - the bidirectional embedding level (or -1 if not defined)
  • Method Details

    • getSpace

      public String getSpace()
      Returns:
      Returns the space.
    • isAdjustable

      public boolean isAdjustable()
      Returns:
      true if the space is adjustable (WRT word-space processing)