Class OverlayDefinition


  • public class OverlayDefinition
    extends Object
    • Constructor Detail

      • OverlayDefinition

        public OverlayDefinition()
    • Method Detail

      • calculateHsl

        public void calculateHsl()
      • getId

        public int getId()
      • getRgbColor

        public int getRgbColor()
      • getTexture

        public int getTexture()
      • getSecondaryRgbColor

        public int getSecondaryRgbColor()
      • isHideUnderlay

        public boolean isHideUnderlay()
      • getHue

        public int getHue()
      • getSaturation

        public int getSaturation()
      • getLightness

        public int getLightness()
      • getOtherHue

        public int getOtherHue()
      • getOtherSaturation

        public int getOtherSaturation()
      • getOtherLightness

        public int getOtherLightness()
      • setId

        public void setId​(int id)
      • setRgbColor

        public void setRgbColor​(int rgbColor)
      • setTexture

        public void setTexture​(int texture)
      • setSecondaryRgbColor

        public void setSecondaryRgbColor​(int secondaryRgbColor)
      • setHideUnderlay

        public void setHideUnderlay​(boolean hideUnderlay)
      • setHue

        public void setHue​(int hue)
      • setSaturation

        public void setSaturation​(int saturation)
      • setLightness

        public void setLightness​(int lightness)
      • setOtherHue

        public void setOtherHue​(int otherHue)
      • setOtherSaturation

        public void setOtherSaturation​(int otherSaturation)
      • setOtherLightness

        public void setOtherLightness​(int otherLightness)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object