API Docs for: 1.0.0
Show:

MathFunction.Input Class

Input field

Constructor

MathFunction.Input

()

Methods

evaluate

(
  • var_list
)

Inherited from MathFunction but overwritten in src/gallery-mathcanvas/js/Input.js:69

Parameters:

  • var_list Object

    map of variable names to values or MathFunctions

Returns:

the value of the function

getParent

() MathFunction

Returns:

MathFunction: parent function or null

handleKeyPress

(
  • canvas
  • code
  • c
)

Inherited from MathFunction but overwritten in src/gallery-mathcanvas/js/Input.js:144

Parameters:

  • canvas MathCanvas
  • code Int

    character code

  • c String

    character

Returns:

true if function changed

isEmpty

()

Returns:

true if function is empty

isEmpty

()

Returns:

true if function is empty

layout

(
  • context
  • top_left
  • font_size
  • rect_list
)
Int

Inherited from MathFunction but overwritten in src/gallery-mathcanvas/js/Input.js:79

Parameters:

  • context Object

    the drawing context

  • top_left Point

    x,y coordinates of the top left of the bounding box

  • font_size Float

    percentage of the base font size

  • rect_list RectList

    layout information

Returns:

Int:

index of this items info in rect_list

parenthesizeForPrint

(
  • f
)
Boolean protected

Parameters:

Returns:

Boolean: true if f needs to parenthesize us

parenthesizeForRender

(
  • f
)
Boolean protected

Parameters:

Returns:

Boolean: true if f needs to parenthesize us

render

(
  • context
  • rect_list
)

Inherited from MathFunction but overwritten in src/gallery-mathcanvas/js/Input.js:107

Parameters:

  • context Object

    the drawing context

  • rect_list RectList

    layout information

replace

(
  • f
)
static

Parameters:

toString

()

Inherited from MathFunction but overwritten in src/gallery-mathcanvas/js/Input.js:135

Returns:

text representation of the function