Class IndexedColorant


  • public class IndexedColorant
    extends java.lang.Object
    Class to represent Colorant in Indexed color.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
      private float[] rgbValues  
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexedColorant()
      Constructor.
    • Field Detail

      • index

        private int index
      • rgbValues

        private float[] rgbValues
    • Constructor Detail

      • IndexedColorant

        public IndexedColorant()
        Constructor.
    • Method Detail

      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)
      • setRgbValues

        public void setRgbValues​(float[] rgbValues)
      • getColor

        public java.awt.Color getColor()
      • getRGBValuesString

        public java.lang.String getRGBValuesString()