becker.robots
Interface ILabel

All Known Implementing Classes:
Intersection, LabelIcon, Robot, RobotRC, RobotSE

public interface ILabel

An interface to provide colored entities in the robot world.

Author:
Byron Weber Becker

Method Summary
 String getLabel()
          Get the label for this object.
 void setLabel(String label)
          Set a new label for this object.
 

Method Detail

setLabel

void setLabel(String label)
Set a new label for this object.

Parameters:
label - the new label

getLabel

String getLabel()
Get the label for this object. Returns an empty string if no label has been set.