Class ColorPaletteDef.Point

    • Constructor Detail

      • Point

        public Point()
      • Point

        public Point​(double sample,
                     Color color)
      • Point

        public Point​(double sample,
                     Color color,
                     String label)
    • Method Detail

      • getSample

        public double getSample()
      • setSample

        public void setSample​(double sample)
      • getColor

        public Color getColor()
      • setColor

        public void setColor​(Color color)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object