model.fish.display
Class NarrowFishDisplay
java.lang.Object
  
model.fish.display.ParamFishDisplay
      
model.fish.display.NarrowFishDisplay
- All Implemented Interfaces: 
 - IFishDisplay
 
public class NarrowFishDisplay
- extends ParamFishDisplay
 
Display a narrow fish.
- Author:
 
  - Mathias Ricken
 
 
| 
Constructor Summary | 
private  | 
NarrowFishDisplay()
 
          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 NarrowFishDisplay Singleton
- Singleton instance.
 
NarrowFishDisplay
private NarrowFishDisplay()
- Constructs an object that knows how to display teeny little fish.