Class HighlightLocations

    • Field Detail

      • m_Locations

        protected List<Point> m_Locations
        the list of locations to highlight.
      • m_StrokeThickness

        protected float m_StrokeThickness
        the thickness of the stroke.
      • m_Diameter

        protected int m_Diameter
        the diameter of the circle.
      • m_Color

        protected Color m_Color
        the color of the circle.
    • Constructor Detail

      • HighlightLocations

        public HighlightLocations()
    • Method Detail

      • setStrokeThickness

        public void setStrokeThickness​(float value)
        Sets the stroke thickness to use.
        Parameters:
        value - the thickness
      • getStrokeThickness

        public float getStrokeThickness()
        Returns the current stroke thickness.
        Returns:
        the thickness
      • strokeThicknessTipText

        public String strokeThicknessTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setDiameter

        public void setDiameter​(int value)
        Sets the diameter of the circles.
        Parameters:
        value - the diameter in pixels
      • getDiameter

        public int getDiameter()
        Returns the diameter of the circles.
        Returns:
        the diameter in pixels
      • diameterTipText

        public String diameterTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setColor

        public void setColor​(Color value)
        Sets the color of the circles.
        Parameters:
        value - the color
      • getColor

        public Color getColor()
        Returns the color of the circles.
        Returns:
        the color
      • colorTipText

        public String colorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setLocations

        public void setLocations​(List<Point> value)
        Sets the locations to highlight.
        Parameters:
        value - the locations
      • getLocations

        public List<Point> getLocations()
        Returns the current locations that are being highlighted.
        Returns:
        the locations