addObject method
Adds a drawable object to the list of objects to be drawn on the graph.
Implementation
void addObject(DrawableObject object) {
graph.drawableObjects.add(object);
}
Adds a drawable object to the list of objects to be drawn on the graph.
void addObject(DrawableObject object) {
graph.drawableObjects.add(object);
}