Class SpaceArea

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class SpaceArea
    extends InlineArea
    A space
    See Also:
    Serialized Form
    • Field Detail

      • space

        protected char space
        The space for this space area
      • isAdjustable

        protected boolean isAdjustable
        Is this space adjustable?
    • Constructor Detail

      • 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 Detail

      • getSpace

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

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