org.sonar.plugins.core.clouds.client.model
Class Color

java.lang.Object
  extended by org.sonar.plugins.core.clouds.client.model.Color

public class Color
extends java.lang.Object


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

Constructor Detail

Color

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

getRed

public float getRed()

getGreen

public float getGreen()

getBlue

public float getBlue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008 SonarSource SA. All Rights Reserved.