com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.color
Class Color

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.color.Color
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class Color
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable


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

Constructor Detail

Color

public Color()

Color

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

Color

public Color(java.lang.String hexadecimalvalue)
Method Detail

getRed

public int getRed()

getGreen

public int getGreen()

getBlue

public int getBlue()

getHexadecimal

public java.lang.String getHexadecimal()

setRed

public void setRed(int red)

setGreen

public void setGreen(int green)

setBlue

public void setBlue(int blue)

setHexadecimal

public void setHexadecimal(java.lang.String hexadecimal)


Copyright © 2010-2011 Petals Link. All Rights Reserved.