Class Selector.LinkSelector

    • Method Detail

      • getBase

        public java.lang.String getBase()
      • getSubpart

        public Subpart getSubpart()
        Description copied from interface: Selector
        Returns the subpart, if supported. A subpart identifies different rendering layers (::subpart syntax).
        Returns:
        the subpart, if supported
      • getRange

        public Range getRange()
        Description copied from interface: Selector
        Returns the scale range, an interval of the form "lower < x <= upper" where 0 <= lower < upper.
        Returns:
        the scale range, if supported
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object