GP.Attributes.Colors
Class Shape

java.lang.Object
  |
  +--GP.Attributes.Color
        |
        +--GP.Attributes.Colors.Shape

public class Shape
extends Color


Constructor Summary
Shape(Colorable colorable)
           
 
Method Summary
 double GetBlue()
           
 double GetGreen()
           
 double GetRed()
           
 
Methods inherited from class GP.Attributes.Color
Copy, Darker, Darker, equals, GetColor, Lighter, Lighter, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Shape

public Shape(Colorable colorable)
Method Detail

GetRed

public double GetRed()
Overrides:
GetRed in class Color

GetGreen

public double GetGreen()
Overrides:
GetGreen in class Color

GetBlue

public double GetBlue()
Overrides:
GetBlue in class Color