Package snake2D

Class Snake2DScale

java.lang.Object
java.awt.Polygon
snake2D.Snake2DScale
All Implemented Interfaces:
Shape, Serializable

public class Snake2DScale extends Polygon
This class is used to store the scales that are used to draw the skin of the snake. It extends the capabilities of the class Polygon by additional state variables.
See Also: