model.fish.display
Class LittleFishDisplay
java.lang.Object
   model.fish.display.ParamFishDisplay
model.fish.display.ParamFishDisplay
       model.fish.display.LittleFishDisplay
model.fish.display.LittleFishDisplay
- All Implemented Interfaces: 
- IFishDisplay
- public class LittleFishDisplay 
- extends ParamFishDisplay
Display a small fish.
- Author:
- Mathias Ricken
 
| Constructor Summary | 
| private  | LittleFishDisplay()Constructs an object that knows how to display teeny little fish.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BODY_WIDTH
private static final double BODY_WIDTH
- See Also:
- Constant Field Values
BODY_LENGTH
private static final double BODY_LENGTH
- See Also:
- Constant Field Values
TAIL_WIDTH
private static final double TAIL_WIDTH
- See Also:
- Constant Field Values
TAIL_LENGTH
private static final double TAIL_LENGTH
- See Also:
- Constant Field Values
EYE_SIZE
private static final double EYE_SIZE
- See Also:
- Constant Field Values
Singleton
public static final LittleFishDisplay Singleton
- Singleton instance.
 
 
LittleFishDisplay
private LittleFishDisplay()
- Constructs an object that knows how to display teeny little fish.