Class AbstractColorPaintlet

    • Field Detail

      • m_Data

        protected SpreadSheet m_Data
        Instances containing the data
      • m_Color

        protected Color m_Color
        Color of the stroke for the paintlet
    • Constructor Detail

      • AbstractColorPaintlet

        public AbstractColorPaintlet()
    • Method Detail

      • setColor

        public void setColor​(Color val)
        Set the stroke color for the paintlet
        Parameters:
        val - Color of the stroke
      • getColor

        public Color getColor()
        Get the stroke color for the paintlet
        Returns:
        Color of the stroke
      • colorTipText

        public String colorTipText()
        Tip text for the stroke color property
        Returns:
      • setData

        public void setData​(SpreadSheet val)
        Set the instances for the paintlet
        Parameters:
        val - Instances containing the data
      • getData

        public SpreadSheet getData()
        Get the instances for the paintlet
        Returns:
        Instances containing the data