Class AnnotationLabel

    • Constructor Detail

      • AnnotationLabel

        public AnnotationLabel()
        Default Constructor.
      • AnnotationLabel

        public AnnotationLabel​(String pointId)
        Constructs with a id of a point.
      • AnnotationLabel

        public AnnotationLabel​(Annotation.Point point)
        Constructs with a point.
      • AnnotationLabel

        public AnnotationLabel​(String pointId,
                               String format)
        Constructs with a id of a point and format.
      • AnnotationLabel

        public AnnotationLabel​(Annotation.Point point,
                               String format)
        Constructs with a point and text.