In order to maintain backwards compatibility with the WebEQ Input Control, the current MathFlow SDK Simple Applet recognizes the following deprecated methods; however, subsequent releases may not.
Java method
|
New method name
|
String getEscapedMathML()
|
String getURLEncodedMathML()
|
String getEscapedContentMathML()
|
String getURLEncodedContentMathML()
|
String getDoubleEscapedMathML(boolean doContent)
|
String getDoubleEscapedMathML() and String getDoubleEscapedContentMathML()
|
boolean isEmpty()
|
boolean isEquationEmpty()
|
int appletHeight()
|
int getAppletHeight()
|
int appletHeight(String pointSize)
|
int getAppletHeightAt(String pointSize)
|
int appletHeight(int pointSize)
|
int getAppletHeightAt(String pointSize)
|
int preferredHeight()
|
int getPreferredHeight()
|
int preferredHeight(String pointSize)
|
int getPreferredHeightAt(String pointSize)
|
int preferredHeight(int pointSize)
|
int getPreferredHeightAt(String pointSize)
|
int preferredWidth()
|
int getPreferredWidth()
|
int preferredWidth(String pointSize)
|
int getPreferredWidthAt(String pointSize)
|
int preferredWidth(int pointSize)
|
int getPreferredWidthAt(String pointSize)
|
int preferredAscent()
|
int getPreferredAscent()
|
int preferredAscent(String pointSize)
|
int getPreferredAscentAt(String pointSize)
|
int preferredAscent(int pointSize)
|
int getPreferredAscentAt(String pointSize)
|
void setAutoItalics(boolean b)
|
void setEditingPreferences(int spacebar, boolean autoStretchy, boolean autoItalics, boolean autoFunctions, boolean greekNormal, boolean ddDoubleStruck)
|
void setAutoFunctions(boolean b)
|
void setEditingPreferences(int spacebar, boolean autoStretchy, boolean autoItalics, boolean autoFunctions, boolean greekNormal, boolean ddDoubleStruck)
|
void setAutoStretchy(boolean b)
|
void setEditingPreferences(int spacebar, boolean autoStretchy, boolean autoItalics, boolean autoFunctions, boolean greekNormal, boolean ddDoubleStruck)
|
void setDifferentialDDoubleStruck(boolean b)
|
void setEditingPreferences(int spacebar, boolean autoStretchy, boolean autoItalics, boolean autoFunctions, boolean greekNormal, boolean ddDoubleStruck)
|
void setSpacebarBehavior(int spacePref)
|
void setEditingPreferences(int spacebar, boolean autoStretchy, boolean autoItalics, boolean autoFunctions, boolean greekNormal, boolean ddDoubleStruck)
|
void setToolbarConfig(String toolbarMarkup)
|
void setToolbarMarkup(String toolbarMarkup)
|
void setUpperGreekNormal(boolean b)
|
void setEditingPreferences(int spacebar, boolean autoStretchy, boolean autoItalics, boolean autoFunctions, boolean greekNormal, boolean ddDoubleStruck)
|