G R S

S

ScoreTallySprite - Class in gameComponents
This class encapsulates an on-screen sprite that represents a shooter in our asteroids-like video game.
ScoreTallySprite(Dimension) - Constructor for class gameComponents.ScoreTallySprite
Constructs a sprite located at the 0,0 position
specifyDrawing(Graphics2D) - Method in class gameComponents.ScoreTallySprite
This method takes the passed Graphics2D object and specifies how this sprite should be drawn on it.

G R S