RichFaces Showcase 4.3.1.Final

org.richfaces.demo.mediaOutput
Class Color

java.lang.Object
  extended by org.richfaces.demo.mediaOutput.Color

public class Color
extends Object

Author:
Ilya Shaikovsky Class created to hold rgb properties of the color. Used in order to avoid AWT dependencies as GAE not allows them

Constructor Summary
Color(int red, int green, int blue)
           
 
Method Summary
 int getBlue()
           
 int getGreen()
           
 int getRed()
           
 void setBlue(int blue)
           
 void setGreen(int green)
           
 void setRed(int red)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Color

public Color(int red,
             int green,
             int blue)
Method Detail

getRed

public int getRed()

setRed

public void setRed(int red)

getGreen

public int getGreen()

setGreen

public void setGreen(int green)

getBlue

public int getBlue()

setBlue

public void setBlue(int blue)

toString

public String toString()
Overrides:
toString in class Object

RichFaces Showcase 4.3.1.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.