Class TabStop


  • public class TabStop
    extends java.lang.Object
    • Field Detail

      • position

        protected float position
      • anchorChar

        protected char anchorChar
    • Method Detail

      • newInstance

        public static TabStop newInstance​(float currentPosition,
                                          float tabInterval)
      • getPosition

        public float getPosition()
      • setPosition

        public void setPosition​(float position)
      • getAnchorChar

        public char getAnchorChar()
      • setAnchorChar

        public void setAnchorChar​(char anchorChar)
      • getPosition

        public float getPosition​(float tabPosition,
                                 float currentPosition,
                                 float anchorPosition)