double acumY;
areasCommands = new HashMap<Integer, ArrayList<PathCommand>>();
Map<Integer, ArrayList<PathCommand>> areasComponentCommands = new HashMap<Integer, ArrayList<PathCommand>>();
ArrayList<PathCommand> commands = null;
ArrayList<PathCommand> componentCommands = null;
PathCommand command;
int ln = xValues.size();
// Start the path
for (int i = 0; i < ln; i++) {