model.fish.display
Class RoundFishDisplay

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

public class RoundFishDisplay
extends ParamFishDisplay

Display for a round 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
RoundFishDisplay()
          Make an object that knows how to display round-ish 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

RoundFishDisplay

public RoundFishDisplay()
Make an object that knows how to display round-ish fish.