CSE115.Scarecrow
Class LeafColor

java.lang.Object
  extended byCSE115.Scarecrow.LeafColor

public class LeafColor
extends Object

LeafColor.java Created: Thu Sep 14 16:57:04 2000

Author:

Constructor Summary
LeafColor(Color color)
           
 
Method Summary
 int getBlue()
           
 int getGreen()
           
 int getRed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeafColor

public LeafColor(Color color)
Method Detail

getRed

public int getRed()

getGreen

public int getGreen()

getBlue

public int getBlue()