org.richfaces.demo.mediaOutput
Class Color
java.lang.Object
org.richfaces.demo.mediaOutput.Color
public class Color
- extends java.lang.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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Color
public Color(int red,
int green,
int blue)
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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.