example.fruit
Class Banana

java.lang.Object
  extended by example.fruit.Fruit
      extended by example.fruit.Banana

public class Banana
extends Fruit


Field Summary
 double curve
           
 
Constructor Summary
Banana(double curve)
           
 
Method Summary
 double curve()
           
 
Methods inherited from class example.fruit.Fruit
isRipe, ripen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curve

public final double curve
Constructor Detail

Banana

public Banana(double curve)
Method Detail

curve

public double curve()


Copyright © 2010. All Rights Reserved.