RobotFamily

public interface RobotFamily(source)

An enumeration of robot families. A family of robots is uniquely in terms of their appearance.

Inheritors

Functions

Link copied to clipboard
public abstract Color getColor()
Returns the color of this robot family.
Link copied to clipboard
public abstract String getName()
Returns the name of this robot family.
Link copied to clipboard
public abstract BufferedImage render(int targetSize, int rotationOffset, boolean turnedOff)
Renders a robot of this family.
Link copied to clipboard
public abstract void setColor(Color color)
Sets the color of this robot family.