lane.sente
Interface RobotContainer

All Known Implementing Classes:
RobotCube

public interface RobotContainer

This is


Method Summary
 void addElement(GameElement e)
          the method that defines adding elements to the container
 float getXfraction(int x)
          method to get the fraction of amount across the X axis
 float getYfraction(int y)
          method to get the fraction of amount across the y axis
 float getZfraction(int z)
          method to get the fraction of amount across the y axis
 

Method Detail

getXfraction

public float getXfraction(int x)
method to get the fraction of amount across the X axis
Parameters:
x - The X location
Returns:
the amount across the X axis

getYfraction

public float getYfraction(int y)
method to get the fraction of amount across the y axis
Parameters:
y - The y location
Returns:
the amount across the y axis

getZfraction

public float getZfraction(int z)
method to get the fraction of amount across the y axis
Parameters:
y - The Y location
Returns:
the amount across the Y axis

addElement

public void addElement(GameElement e)
the method that defines adding elements to the container
Parameters:
e - The element to add