model.fish.display
Class LittleFishDisplay

java.lang.Object
  extended by model.fish.display.ParamFishDisplay
      extended by model.fish.display.LittleFishDisplay
All Implemented Interfaces:
IFishDisplay

public class LittleFishDisplay
extends ParamFishDisplay

Display a small fish.

Author:
Mathias Ricken

Field Summary
private static double BODY_LENGTH
           
private static double BODY_WIDTH
           
private static double EYE_SIZE
           
private static double TAIL_LENGTH
           
private static double TAIL_WIDTH
           
 
Constructor Summary
LittleFishDisplay()
          Constructs an object that knows how to display teeny little fish.
 
Method Summary
 
Methods inherited from class model.fish.display.ParamFishDisplay
draw
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LittleFishDisplay

public LittleFishDisplay()
Constructs an object that knows how to display teeny little fish.