Class GpxLink


  • public class GpxLink
    extends java.lang.Object
    A link to an external resource (Web page, digital photo, video clip, etc) with additional information.
    Since:
    444
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String text
      Text to display on the hyperlink
      java.lang.String type
      Link type
      java.lang.String uri
      External resource URI
    • Constructor Summary

      Constructors 
      Constructor Description
      GpxLink​(java.lang.String uri)
      Constructs a new GpxLink.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uri

        public java.lang.String uri
        External resource URI
      • text

        public java.lang.String text
        Text to display on the hyperlink
      • type

        public java.lang.String type
        Link type
    • Constructor Detail

      • GpxLink

        public GpxLink​(java.lang.String uri)
        Constructs a new GpxLink.
        Parameters:
        uri - External resource URI