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 aGraphic
object for each thread, usingGPointArray
instead of an array ofGPoint
s, etc.This interface contains all the methods that will be executed after starting, pausing, resuming and stopping a timer.This class is used withinGFormula
representingℝ → ℝ
functionsThis class is used withinGFormula
representingℝ → ℝ
2 functions