Class RgbColor

java.lang.Object
com.independentsoft.office.drawing.ColorChoice
com.independentsoft.office.drawing.RgbColor

public class RgbColor extends ColorChoice
The Class RgbColor.
  • Constructor Details

  • Method Details

    • clone

      public RgbColor clone()
      Specified by:
      clone in class ColorChoice
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBlueValue

      public int getBlueValue()
      Gets the blue value.
      Returns:
      the blue value
    • setBlueValue

      public void setBlueValue(int blueValue)
      Sets the blue value.
      Parameters:
      blueValue - the new blue value
    • getGreenValue

      public int getGreenValue()
      Gets the green value.
      Returns:
      the green value
    • setGreenValue

      public void setGreenValue(int greenValue)
      Sets the green value.
      Parameters:
      greenValue - the new green value
    • getRedValue

      public int getRedValue()
      Gets the red value.
      Returns:
      the red value
    • setRedValue

      public void setRedValue(int redValue)
      Sets the red value.
      Parameters:
      redValue - the new red value