This class represents an element in a Model object. More...
Public Member Functions | |
| abstract void | draw (Model model, View view, java.awt.Graphics2D graphics2d) |
| Draw the element on the view using the graphics object supplied. | |
This class represents an element in a Model object.
These elements can represent anything that can be drawn on the graph, ranging from axes to lines, labels and annotations.
| abstract void jscicalc.graph.Element.draw | ( | Model | model, | |
| View | view, | |||
| java.awt.Graphics2D | graphics2d | |||
| ) | [pure virtual] |
Draw the element on the view using the graphics object supplied.
Implemented in jscicalc.graph.HAxis, jscicalc.graph.Locus, and jscicalc.graph.VAxis.
1.7.1