Interface IGpxTrack

    • Method Detail

      • getBounds

        Bounds getBounds()
        Returns the track bounds.
        Returns:
        the track bounds
      • length

        double length()
        Returns the track length.
        Returns:
        the track length
      • getColor

        default java.awt.Color getColor()
        Gets the color of this track.
        Returns:
        The color, null if not set or not supported by the implementation.
        Since:
        15496
      • setColor

        default void setColor​(java.awt.Color color)
        Sets the color of this track. Not necessarily supported by all implementations.
        Parameters:
        color - color of this track
        Since:
        15496