EquationNodeType

Inheritance: java.lang.Object

public final class EquationNodeType

Equation node type. Notice: (1)[1-99] Currently there is only one node in the scope, and its enumeration value is 1. The node it specifies is used to store mathematical text. (2)[100-199] Indicates that the node is a component of some special function nodes. (3)[200-] Indicates that the node has some special functions(Usually with ‘Equation’ suffix. ‘EquationParagraph’ is a special case.).

Fields

FieldDescription
ACCENT_EQUATIONSpecifies accent equation
BAR_EQUATIONSpecifies bar equation
BASESpecifies a component of type ‘Base’
BORDER_BOX_EQUATIONSpecifies border box equation
BOX_EQUATIONSpecifies box equation
DEGREESpecifies a component of type ‘Degree’
DELIMITER_EQUATIONSpecifies delimiter equation
DENOMINATORSpecifies a component of type ‘Denominator’
EQUATION_PARAGRAPHSpecifies a mathematical paragraph(oMathPara).
FRACTION_EQUATIONSpecifies fractional equation
FUNCTION_EQUATIONSpecifies function equation
FUNCTION_NAMESpecifies a component of type ‘FunctionName’
GROUP_CHARACTER_EQUATIONSpecifies Group-Character equation
MATHEMATICAL_EQUATIONSpecifies an equation or mathematical expression(OMath).
MATRIX_EQUATIONSpecifies the Matrix equation,
MATRIX_ROWSpecifies a component of type ‘MatrixRow’.A single row of the matrix
NARY_EQUATIONSpecifies n-ary operator equation
NUMERATORSpecifies a component of type ‘Numerator’
PRE_SUB_SUP_EQUATIONSpecifies an equation with superscripts and subscripts to the left of the operands.
RADICAL_EQUATIONSpecifies the radical equation
SUBSCRIPTSpecifies a component of type ‘Subscript’
SUBSCRIPT_EQUATIONSpecifies subscript equation
SUB_SUP_EQUATIONSpecifies an equation with superscripts and subscripts to the right of the operands.
SUPERSCRIPTSpecifies a component of type ‘Superscript’
SUPERSCRIPT_EQUATIONSpecifies superscript equation
TEXTspecifies a node that stores math text
UN_KNOWUnKnow

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ACCENT_EQUATION

public static final int ACCENT_EQUATION

Specifies accent equation

BAR_EQUATION

public static final int BAR_EQUATION

Specifies bar equation

BASE

public static final int BASE

Specifies a component of type ‘Base’

BORDER_BOX_EQUATION

public static final int BORDER_BOX_EQUATION

Specifies border box equation

BOX_EQUATION

public static final int BOX_EQUATION

Specifies box equation

DEGREE

public static final int DEGREE

Specifies a component of type ‘Degree’

DELIMITER_EQUATION

public static final int DELIMITER_EQUATION

Specifies delimiter equation

DENOMINATOR

public static final int DENOMINATOR

Specifies a component of type ‘Denominator’

EQUATION_PARAGRAPH

public static final int EQUATION_PARAGRAPH

Specifies a mathematical paragraph(oMathPara).

FRACTION_EQUATION

public static final int FRACTION_EQUATION

Specifies fractional equation

FUNCTION_EQUATION

public static final int FUNCTION_EQUATION

Specifies function equation

FUNCTION_NAME

public static final int FUNCTION_NAME

Specifies a component of type ‘FunctionName’

GROUP_CHARACTER_EQUATION

public static final int GROUP_CHARACTER_EQUATION

Specifies Group-Character equation

MATHEMATICAL_EQUATION

public static final int MATHEMATICAL_EQUATION

Specifies an equation or mathematical expression(OMath).

MATRIX_EQUATION

public static final int MATRIX_EQUATION

Specifies the Matrix equation,

MATRIX_ROW

public static final int MATRIX_ROW

Specifies a component of type ‘MatrixRow’.A single row of the matrix

NARY_EQUATION

public static final int NARY_EQUATION

Specifies n-ary operator equation

NUMERATOR

public static final int NUMERATOR

Specifies a component of type ‘Numerator’

PRE_SUB_SUP_EQUATION

public static final int PRE_SUB_SUP_EQUATION

Specifies an equation with superscripts and subscripts to the left of the operands.

RADICAL_EQUATION

public static final int RADICAL_EQUATION

Specifies the radical equation

SUBSCRIPT

public static final int SUBSCRIPT

Specifies a component of type ‘Subscript’

SUBSCRIPT_EQUATION

public static final int SUBSCRIPT_EQUATION

Specifies subscript equation

SUB_SUP_EQUATION

public static final int SUB_SUP_EQUATION

Specifies an equation with superscripts and subscripts to the right of the operands.

SUPERSCRIPT

public static final int SUPERSCRIPT

Specifies a component of type ‘Superscript’

SUPERSCRIPT_EQUATION

public static final int SUPERSCRIPT_EQUATION

Specifies superscript equation

TEXT

public static final int TEXT

specifies a node that stores math text

UN_KNOW

public static final int UN_KNOW

UnKnow

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int