Class SpaceArea

All Implemented Interfaces:
Serializable, Cloneable

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • 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:
      blockProgressionOffset - the offset for the next area
      bidiLevel - the bidirectional embedding level (or -1 if not defined)
      space - the space character
      adjustable - is this space adjustable?
  • 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)