MathFunction.Input Class
Input field
Constructor
MathFunction.Input
()
Item Index
Methods
evaluate
(
-
var_list
Parameters:
-
var_list
Objectmap of variable names to values or MathFunctions
Returns:
the value of the function
handleKeyPress
(
-
canvas
-
code
-
c
Parameters:
-
canvas
MathCanvas -
code
Intcharacter code
-
c
Stringcharacter
Returns:
true if function changed
isEmpty
()
Returns:
true if function is empty
isEmpty
()
Returns:
true if function is empty
layout
(
Int
-
context
-
top_left
-
font_size
-
rect_list
Parameters:
-
context
Objectthe drawing context
-
top_left
Pointx,y coordinates of the top left of the bounding box
-
font_size
Floatpercentage of the base font size
-
rect_list
RectListlayout information
Returns:
Int:
index of this items info in rect_list
parenthesizeForPrint
(
Boolean
protected
-
f
Parameters:
Returns:
Boolean:
true if f needs to parenthesize us
parenthesizeForRender
(
Boolean
protected
-
f
Parameters:
Returns:
Boolean:
true if f needs to parenthesize us
render
(
-
context
-
rect_list
Parameters:
-
context
Objectthe drawing context
-
rect_list
RectListlayout information
toString
()
Returns:
text representation of the function