Class ScatterPaintletCircle

    • Field Detail

      • m_Fill

        protected boolean m_Fill
        Whether to fill data points
      • m_FillColor

        protected Color m_FillColor
        the fill color.
    • Constructor Detail

      • ScatterPaintletCircle

        public ScatterPaintletCircle()
    • Method Detail

      • setFillColor

        public void setFillColor​(Color val)
        Set the color for filling the data points
        Parameters:
        val - Color to fill points
      • getFillColor

        public Color getFillColor()
        Get the color for filling the data points
        Returns:
        Color to fill points
      • fillColorTipText

        public String fillColorTipText()
        Tip text for the fill color property
        Returns:
        String describing the property
      • setFillPoint

        public void setFillPoint​(boolean val)
        Set whether to fill data points
        Parameters:
        val - True if data points to be filled
      • getFillPoint

        public boolean getFillPoint()
        Get whether data points are filled
        Returns:
        True if data points filled
      • fillPointTipText

        public String fillPointTipText()
        Tip text for the fill property
        Returns:
        String describing the property
      • setSize

        public void setSize​(int val)
        Set the size of each data point
        Specified by:
        setSize in interface SizeBasedPaintlet
        Parameters:
        val - size in pixels
      • getSize

        public int getSize()
        Get the size of each data point
        Specified by:
        getSize in interface SizeBasedPaintlet
        Returns:
        size in pixels
      • sizeTipText

        public String sizeTipText()
        Returns the tip text for this property.
        Specified by:
        sizeTipText in interface SizeBasedPaintlet
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.