standup.clouds
Class ProgressMapCharacterOnly

java.lang.Object
  extended by standup.clouds.ProgressMapCharacter
      extended by standup.clouds.ProgressMapCharacterOnly
All Implemented Interfaces:
Entity, EntityAnimated

public class ProgressMapCharacterOnly
extends ProgressMapCharacter


Field Summary
 
Fields inherited from class standup.clouds.ProgressMapCharacter
currentInterval, currentX, currentY, direction, frame, img, intervalCount, intervalFrame, intervalSize, points, road, steps
 
Constructor Summary
ProgressMapCharacterOnly(BufferedImage _img, List _road, int roadDirection, int _steps, int _direction)
           
 
Method Summary
(package private)  void drawImage(Graphics2D g2)
           
(package private)  void drawPath(Graphics2D g2, Point from, Point to)
           
 
Methods inherited from class standup.clouds.ProgressMapCharacter
clicked, contains, draw, getCurrentDimension, getCurrentLocation, getSpeechText, scannable, step
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressMapCharacterOnly

public ProgressMapCharacterOnly(BufferedImage _img,
                                List _road,
                                int roadDirection,
                                int _steps,
                                int _direction)
Method Detail

drawImage

void drawImage(Graphics2D g2)
Overrides:
drawImage in class ProgressMapCharacter

drawPath

void drawPath(Graphics2D g2,
              Point from,
              Point to)
Overrides:
drawPath in class ProgressMapCharacter