Class TabStop

    • Constructor Detail

      • TabStop

        public TabStop()
    • Method Detail

      • getAlignment

        public TabStopAlignEnum getAlignment()
        Gets the tab stop alignment.
      • setAlignment

        public void setAlignment​(TabStopAlignEnum alignment)
        Sets the tab stop alignment.
      • getPosition

        public int getPosition()
        Gets the tab stop position.
      • setPosition

        public void setPosition​(int position)
        Sets the tab stop position.
      • getHashCode

        public int getHashCode()
        Description copied from interface: Deduplicable
        Returns a hash code to be used for the deduplicate map. The returned hash code should be consitent wiwh Deduplicable.isIdentical(Object), i.e. if two objects are identical they should have the same hash code.
        Specified by:
        getHashCode in interface Deduplicable
        Returns:
        deduplication hash code
      • isIdentical

        public boolean isIdentical​(Object object)
        Description copied from interface: Deduplicable
        Determines if this instance is identical to another object.
        Specified by:
        isIdentical in interface Deduplicable
        Parameters:
        object - the object to compare with this instance
        Returns:
        true if the two objects are identical and can be deduplicated