This abstract parent class creates the UserView itself. Of most interest are the getter/setter methods for the colors and fonts.
get/set view opacity of spline and its grid lines.
float
get/set the color of the value label that shows the values of the currently selected point.
get/set the diameter of the points. This also determines the hit size for mouse clicks, so don't make it too small.
integer : pixels diameter
get/set the Font used for the value. To set the font for the GridLines, access those directly.
boolean: show the GridLines or not. Useful when displaying multiple splines on top of each other.
boolean
called by the concrete subclasses
parent |
(describe argument here) |
bounds |
(describe argument here) |
userView |
(describe argument here) |
(returnvalue)
called by the concrete subclasses.
(returnvalue)
called by the concrete subclasses
parent |
(describe argument here) |
bounds |
(describe argument here) |
userView |
(describe argument here) |
(returnvalue)