figureone
    Preparing search index...

    Interface EQN_Equation

    Options objects to construct an Equation class.

    All properties are optional.

    • color TypeColor — default equation color
    • dimColor TypeColor — default equation dim color
    • font OBJ_Font — default FigureFont for math elements in the equation
    • textFont OBJ_Font — default FigureFont for text elements in the equation (defaults to font)
    • scale number — equation scale (0.7)
    • elements EQN_EquationElements — equation element definitions
    • formDefaults EQN_FormDefaults — default form options applied to all forms
    • forms EQN_Forms — form definitions
    • initialForm string — form to show when first added to a figure
    • formSeries {} | string[] — an object with each key being a form series name, and each value an array for form names. If defined as an array, then a form series object is created where the form series name is 'base'. Default: {}
    • defaultFormSeries string — If more than one form series is defined, then a default must be chosen to be the first current one. Default: first form defined
    • formRestart EQN_FormRestart — behavior when form transitions from last in form series back to first
    • position TypeParsablePoint — position will override first translation element of transform
    • transform Transform