toggle menu
FOPBot
0.8.2-SNAPSHOT
jvm
switch theme
search in API
FOPBot
/
fopbot
/
RobotFamily
Robot
Family
public
interface
RobotFamily
(
source
)
An enumeration of robot families. A family of robots is uniquely in terms of their appearance.
Inheritors
SvgBasedRobotFamily
Members
Functions
get
Color
Link copied to clipboard
public
abstract
Color
getColor
(
)
Returns the color of this robot family.
get
Name
Link copied to clipboard
public
abstract
String
getName
(
)
Returns the name of this robot family.
render
Link copied to clipboard
public
abstract
BufferedImage
render
(
int targetSize
,
int rotationOffset
,
boolean turnedOff
)
Renders a robot of this family.
set
Color
Link copied to clipboard
public
abstract
void
setColor
(
Color
color
)
Sets the color of this robot family.