Package com.dkt.graphics.extras.formula
package com.dkt.graphics.extras.formula
-
ClassDescriptionAbstractTimer<T extends AbstractCalculable>This class implements an abstract timer mainly used to draw functions on the canvas.
Please note that there are several ways to improve the speed of this class, for instance using aGraphicobject for each thread, usingGPointArrayinstead of an array ofGPoints, etc.This interface contains all the methods that will be executed after starting, pausing, resuming and stopping a timer.This class is used withinGFormularepresentingℝ → ℝfunctionsThis class is used withinGFormularepresentingℝ → ℝ2 functions