Binary compatibility report for the JLaTeXMath library between 0.9.2 and 0.9.4 versions
Test Info
Library Name | JLaTeXMath |
Version #1 | 0.9.2 |
Version #2 | 0.9.4 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 971 / 149 |
---|
Verdict | Incompatible (23.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 139 |
---|
Removed Methods | High | 14 |
---|
Problems with Data Types | High | 3 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 1 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 24 |
Added Methods (139)
jlatexmath-0.9.4.jar, Box.class
package org.scilab.forge.jlatexmath
Box.drawDebug ( Graphics2D g2, float x, float y ) : void
[mangled: org/scilab/forge/jlatexmath/Box.drawDebug:(Ljava/awt/Graphics2D;FF)V]
Box.drawDebug ( Graphics2D g2, float x, float y, boolean showDepth ) : void
[mangled: org/scilab/forge/jlatexmath/Box.drawDebug:(Ljava/awt/Graphics2D;FFZ)V]
jlatexmath-0.9.4.jar, CumulativeScriptsAtom.class
package org.scilab.forge.jlatexmath
CumulativeScriptsAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/CumulativeScriptsAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
CumulativeScriptsAtom.CumulativeScriptsAtom ( Atom base, Atom sub, Atom sup )
[mangled: org/scilab/forge/jlatexmath/CumulativeScriptsAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;Lorg/scilab/forge/jlatexmath/Atom;Lorg/scilab/forge/jlatexmath/Atom;)V]
jlatexmath-0.9.4.jar, DoubleFramedAtom.class
package org.scilab.forge.jlatexmath
DoubleFramedAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/DoubleFramedAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
DoubleFramedAtom.DoubleFramedAtom ( Atom base )
[mangled: org/scilab/forge/jlatexmath/DoubleFramedAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;)V]
jlatexmath-0.9.4.jar, EmptyAtom.class
package org.scilab.forge.jlatexmath
EmptyAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/EmptyAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
EmptyAtom.EmptyAtom ( )
[mangled: org/scilab/forge/jlatexmath/EmptyAtom."<init>":()V]
jlatexmath-0.9.4.jar, FontInfo.class
package org.scilab.forge.jlatexmath
FontInfo.FontInfo ( int fontId, Object base, String path, String fontName, int unicode, float xHeight, float space, float quad, String boldVersion, String romanVersion, String ssVersion, String ttVersion, String itVersion )
[mangled: org/scilab/forge/jlatexmath/FontInfo."<init>":(ILjava/lang/Object;Ljava/lang/String;Ljava/lang/String;IFFFLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
FontInfo.getFont ( int id ) [static] : Font
[mangled: org/scilab/forge/jlatexmath/FontInfo.getFont:(I)Ljava/awt/Font;]
jlatexmath-0.9.4.jar, FramedBox.class
package org.scilab.forge.jlatexmath
FramedBox.FramedBox ( Box box, float thickness, float space )
[mangled: org/scilab/forge/jlatexmath/FramedBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;FF)V]
FramedBox.FramedBox ( Box box, float thickness, float space, Color line, Color bg )
[mangled: org/scilab/forge/jlatexmath/FramedBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;FFLjava/awt/Color;Ljava/awt/Color;)V]
jlatexmath-0.9.4.jar, GraphicsAtom.class
package org.scilab.forge.jlatexmath
GraphicsAtom.buildAtom ( String option ) : void
[mangled: org/scilab/forge/jlatexmath/GraphicsAtom.buildAtom:(Ljava/lang/String;)V]
GraphicsAtom.GraphicsAtom ( String path, String option )
[mangled: org/scilab/forge/jlatexmath/GraphicsAtom."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
jlatexmath-0.9.4.jar, GraphicsBox.class
package org.scilab.forge.jlatexmath
GraphicsBox.GraphicsBox ( BufferedImage image, float width, float height, float size, int interpolation )
[mangled: org/scilab/forge/jlatexmath/GraphicsBox."<init>":(Ljava/awt/image/BufferedImage;FFFI)V]
jlatexmath-0.9.4.jar, JLaTeXMathCache.class
package org.scilab.forge.jlatexmath.cache
JLaTeXMathCache.clearCache ( ) [static] : void
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.clearCache:()V]
JLaTeXMathCache.getCachedTeXFormula ( String f, int style, int size, int inset ) [static] : Object
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.getCachedTeXFormula:(Ljava/lang/String;III)Ljava/lang/Object;]
JLaTeXMathCache.getCachedTeXFormulaDimensions ( Object o ) [static] : int[ ]
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.getCachedTeXFormulaDimensions:(Ljava/lang/Object;)[I]
JLaTeXMathCache.getCachedTeXFormulaDimensions ( String f, int style, int size, int inset ) [static] : int[ ]
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.getCachedTeXFormulaDimensions:(Ljava/lang/String;III)[I]
JLaTeXMathCache.getCachedTeXFormulaImage ( Object o ) [static] : Image
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.getCachedTeXFormulaImage:(Ljava/lang/Object;)Ljava/awt/Image;]
JLaTeXMathCache.getCachedTeXFormulaImage ( String f, int style, int size, int inset ) [static] : Image
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.getCachedTeXFormulaImage:(Ljava/lang/String;III)Ljava/awt/Image;]
JLaTeXMathCache.paintCachedTeXFormula ( Object o, Graphics2D g ) [static] : Object
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.paintCachedTeXFormula:(Ljava/lang/Object;Ljava/awt/Graphics2D;)Ljava/lang/Object;]
JLaTeXMathCache.paintCachedTeXFormula ( String f, int style, int size, int inset, Graphics2D g ) [static] : Object
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.paintCachedTeXFormula:(Ljava/lang/String;IIILjava/awt/Graphics2D;)Ljava/lang/Object;]
JLaTeXMathCache.removeCachedTeXFormula ( Object o ) [static] : void
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.removeCachedTeXFormula:(Ljava/lang/Object;)V]
JLaTeXMathCache.removeCachedTeXFormula ( String f, int style, int size, int inset ) [static] : void
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.removeCachedTeXFormula:(Ljava/lang/String;III)V]
JLaTeXMathCache.setMaxCachedObjects ( int max ) [static] : void
[mangled: org/scilab/forge/jlatexmath/cache/JLaTeXMathCache.setMaxCachedObjects:(I)V]
jlatexmath-0.9.4.jar, MathAtom.class
package org.scilab.forge.jlatexmath
MathAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/MathAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
MathAtom.MathAtom ( Atom base )
[mangled: org/scilab/forge/jlatexmath/MathAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;)V]
jlatexmath-0.9.4.jar, MatrixAtom.class
package org.scilab.forge.jlatexmath
MatrixAtom.MatrixAtom ( boolean isPartial, ArrayOfAtoms array, int type )
[mangled: org/scilab/forge/jlatexmath/MatrixAtom."<init>":(ZLorg/scilab/forge/jlatexmath/ArrayOfAtoms;I)V]
MatrixAtom.MatrixAtom ( boolean isPartial, ArrayOfAtoms array, String options )
[mangled: org/scilab/forge/jlatexmath/MatrixAtom."<init>":(ZLorg/scilab/forge/jlatexmath/ArrayOfAtoms;Ljava/lang/String;)V]
jlatexmath-0.9.4.jar, Metrics.class
package org.scilab.forge.jlatexmath
Metrics.getSize ( ) : float
[mangled: org/scilab/forge/jlatexmath/Metrics.getSize:()F]
Metrics.Metrics ( float w, float h, float d, float i, float factor, float size )
[mangled: org/scilab/forge/jlatexmath/Metrics."<init>":(FFFFFF)V]
jlatexmath-0.9.4.jar, MultlineAtom.class
package org.scilab.forge.jlatexmath
MultlineAtom.MultlineAtom ( boolean isPartial, ArrayOfAtoms column, int type )
[mangled: org/scilab/forge/jlatexmath/MultlineAtom."<init>":(ZLorg/scilab/forge/jlatexmath/ArrayOfAtoms;I)V]
jlatexmath-0.9.4.jar, OvalAtom.class
package org.scilab.forge.jlatexmath
OvalAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/OvalAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
OvalAtom.OvalAtom ( Atom base )
[mangled: org/scilab/forge/jlatexmath/OvalAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;)V]
jlatexmath-0.9.4.jar, OvalBox.class
package org.scilab.forge.jlatexmath
OvalBox.draw ( Graphics2D g2, float x, float y ) : void
[mangled: org/scilab/forge/jlatexmath/OvalBox.draw:(Ljava/awt/Graphics2D;FF)V]
OvalBox.getLastFontId ( ) : int
[mangled: org/scilab/forge/jlatexmath/OvalBox.getLastFontId:()I]
OvalBox.OvalBox ( FramedBox fbox )
[mangled: org/scilab/forge/jlatexmath/OvalBox."<init>":(Lorg/scilab/forge/jlatexmath/FramedBox;)V]
jlatexmath-0.9.4.jar, ParseOption.class
package org.scilab.forge.jlatexmath
ParseOption.parseMap ( String options ) [static] : Map
[mangled: org/scilab/forge/jlatexmath/ParseOption.parseMap:(Ljava/lang/String;)Ljava/util/Map;]
ParseOption.ParseOption ( )
[mangled: org/scilab/forge/jlatexmath/ParseOption."<init>":()V]
jlatexmath-0.9.4.jar, predefMacros.class
package org.scilab.forge.jlatexmath
predefMacros.approxcolon_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.approxcolon_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.approxcoloncolon_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.approxcoloncolon_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.bf_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.bf_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.char_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.char_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.colonapprox_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.colonapprox_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.coloncolon_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.coloncolon_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.coloncolonapprox_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.coloncolonapprox_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.coloncolonequals_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.coloncolonequals_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.coloncolonminus_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.coloncolonminus_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.coloncolonsim_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.coloncolonsim_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.colonequals_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.colonequals_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.colonminus_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.colonminus_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.colonsim_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.colonsim_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.dotminus_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.dotminus_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.doublebox_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.doublebox_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.Dstrok_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.Dstrok_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.dstrok_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.dstrok_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.equalscolon_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.equalscolon_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.equalscoloncolon_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.equalscoloncolon_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.geoprop_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.geoprop_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.hstrok_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.hstrok_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.Hstrok_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.Hstrok_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.it_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.it_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.jlatexmathcumsub_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.jlatexmathcumsub_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.jlatexmathcumsup_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.jlatexmathcumsup_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.kern_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.kern_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.mathpunct_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.mathpunct_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.minuscolon_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.minuscolon_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.minuscoloncolon_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.minuscoloncolon_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.ovalbox_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.ovalbox_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.raisebox_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.raisebox_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.ratio_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.ratio_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.resizebox_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.resizebox_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.rm_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.rm_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.romannumeral_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.romannumeral_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.sc_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.sc_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.sf_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.sf_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.sfrac_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.sfrac_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.shadowbox_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.shadowbox_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.simcolon_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.simcolon_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.simcoloncolon_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.simcoloncolon_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.smallfrowneq_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.smallfrowneq_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.T_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.T_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.textcircled_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.textcircled_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.textsc_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.textsc_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
predefMacros.tt_macro ( TeXParser tp, String[ ] args ) : Atom
[mangled: org/scilab/forge/jlatexmath/predefMacros.tt_macro:(Lorg/scilab/forge/jlatexmath/TeXParser;[Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/Atom;]
jlatexmath-0.9.4.jar, RaiseAtom.class
package org.scilab.forge.jlatexmath
RaiseAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/RaiseAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
RaiseAtom.getLeftType ( ) : int
[mangled: org/scilab/forge/jlatexmath/RaiseAtom.getLeftType:()I]
RaiseAtom.getRightType ( ) : int
[mangled: org/scilab/forge/jlatexmath/RaiseAtom.getRightType:()I]
RaiseAtom.RaiseAtom ( Atom base, int runit, float r, int hunit, float h, int dunit, float d )
[mangled: org/scilab/forge/jlatexmath/RaiseAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;IFIFIF)V]
jlatexmath-0.9.4.jar, ResizeAtom.class
package org.scilab.forge.jlatexmath
ResizeAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/ResizeAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
ResizeAtom.getLeftType ( ) : int
[mangled: org/scilab/forge/jlatexmath/ResizeAtom.getLeftType:()I]
ResizeAtom.getRightType ( ) : int
[mangled: org/scilab/forge/jlatexmath/ResizeAtom.getRightType:()I]
ResizeAtom.ResizeAtom ( Atom base, String ws, String hs, boolean keepaspectratio )
[mangled: org/scilab/forge/jlatexmath/ResizeAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;Ljava/lang/String;Ljava/lang/String;Z)V]
jlatexmath-0.9.4.jar, RotateAtom.class
package org.scilab.forge.jlatexmath
RotateAtom.RotateAtom ( Atom base, double angle, String option )
[mangled: org/scilab/forge/jlatexmath/RotateAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;DLjava/lang/String;)V]
RotateAtom.RotateAtom ( Atom base, String angle, String option )
[mangled: org/scilab/forge/jlatexmath/RotateAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;Ljava/lang/String;Ljava/lang/String;)V]
jlatexmath-0.9.4.jar, RotateBox.class
package org.scilab.forge.jlatexmath
RotateBox.getOrigin ( String option ) [static] : int
[mangled: org/scilab/forge/jlatexmath/RotateBox.getOrigin:(Ljava/lang/String;)I]
RotateBox.RotateBox ( Box b, double angle, float x, float y )
[mangled: org/scilab/forge/jlatexmath/RotateBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;DFF)V]
RotateBox.RotateBox ( Box b, double angle, int option )
[mangled: org/scilab/forge/jlatexmath/RotateBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;DI)V]
RotateBox.RotateBox ( Box b, double angle, Point2D.Float origin )
[mangled: org/scilab/forge/jlatexmath/RotateBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;DLjava/awt/geom/Point2D$Float;)V]
jlatexmath-0.9.4.jar, ShadowAtom.class
package org.scilab.forge.jlatexmath
ShadowAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/ShadowAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
ShadowAtom.ShadowAtom ( Atom base )
[mangled: org/scilab/forge/jlatexmath/ShadowAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;)V]
jlatexmath-0.9.4.jar, ShadowBox.class
package org.scilab.forge.jlatexmath
ShadowBox.draw ( Graphics2D g2, float x, float y ) : void
[mangled: org/scilab/forge/jlatexmath/ShadowBox.draw:(Ljava/awt/Graphics2D;FF)V]
ShadowBox.getLastFontId ( ) : int
[mangled: org/scilab/forge/jlatexmath/ShadowBox.getLastFontId:()I]
ShadowBox.ShadowBox ( FramedBox fbox, float shadowRule )
[mangled: org/scilab/forge/jlatexmath/ShadowBox."<init>":(Lorg/scilab/forge/jlatexmath/FramedBox;F)V]
jlatexmath-0.9.4.jar, SmallCapAtom.class
package org.scilab.forge.jlatexmath
SmallCapAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/SmallCapAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
SmallCapAtom.SmallCapAtom ( Atom base )
[mangled: org/scilab/forge/jlatexmath/SmallCapAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;)V]
jlatexmath-0.9.4.jar, SymbolAtom.class
package org.scilab.forge.jlatexmath
SymbolAtom.getUnicode ( ) : char
[mangled: org/scilab/forge/jlatexmath/SymbolAtom.getUnicode:()C]
SymbolAtom.setUnicode ( char c ) : SymbolAtom
[mangled: org/scilab/forge/jlatexmath/SymbolAtom.setUnicode:(C)Lorg/scilab/forge/jlatexmath/SymbolAtom;]
jlatexmath-0.9.4.jar, TeXEnvironment.class
package org.scilab.forge.jlatexmath
TeXEnvironment.getSmallCap ( ) : boolean
[mangled: org/scilab/forge/jlatexmath/TeXEnvironment.getSmallCap:()Z]
TeXEnvironment.getTextStyle ( ) : String
[mangled: org/scilab/forge/jlatexmath/TeXEnvironment.getTextStyle:()Ljava/lang/String;]
TeXEnvironment.setSmallCap ( boolean smallCap ) : void
[mangled: org/scilab/forge/jlatexmath/TeXEnvironment.setSmallCap:(Z)V]
TeXEnvironment.setTextStyle ( String textStyle ) : void
[mangled: org/scilab/forge/jlatexmath/TeXEnvironment.setTextStyle:(Ljava/lang/String;)V]
jlatexmath-0.9.4.jar, TeXFormula.class
package org.scilab.forge.jlatexmath
TeXFormula.append ( boolean isPartial, String s ) : TeXFormula
[mangled: org/scilab/forge/jlatexmath/TeXFormula.append:(ZLjava/lang/String;)Lorg/scilab/forge/jlatexmath/TeXFormula;]
TeXFormula.createBufferedImage ( int style, float size, Color fg, Color bg ) : Image
[mangled: org/scilab/forge/jlatexmath/TeXFormula.createBufferedImage:(IFLjava/awt/Color;Ljava/awt/Color;)Ljava/awt/Image;]
TeXFormula.createBufferedImage ( String formula, int style, float size, Color fg, Color bg ) [static] : Image
[mangled: org/scilab/forge/jlatexmath/TeXFormula.createBufferedImage:(Ljava/lang/String;IFLjava/awt/Color;Ljava/awt/Color;)Ljava/awt/Image;]
TeXFormula.getPartialTeXFormula ( String formula ) [static] : TeXFormula
[mangled: org/scilab/forge/jlatexmath/TeXFormula.getPartialTeXFormula:(Ljava/lang/String;)Lorg/scilab/forge/jlatexmath/TeXFormula;]
TeXFormula.setDefaultDPI ( ) [static] : void
[mangled: org/scilab/forge/jlatexmath/TeXFormula.setDefaultDPI:()V]
TeXFormula.setDPITarget ( float dpi ) [static] : void
[mangled: org/scilab/forge/jlatexmath/TeXFormula.setDPITarget:(F)V]
TeXFormula.TeXFormula ( boolean isPartial )
[mangled: org/scilab/forge/jlatexmath/TeXFormula."<init>":(Z)V]
TeXFormula.TeXFormula ( boolean isPartial, String s )
[mangled: org/scilab/forge/jlatexmath/TeXFormula."<init>":(ZLjava/lang/String;)V]
TeXFormula.TeXFormula ( boolean isPartial, String s, boolean firstpass )
[mangled: org/scilab/forge/jlatexmath/TeXFormula."<init>":(ZLjava/lang/String;Z)V]
TeXFormula.TeXFormula ( boolean isPartial, String s, String textStyle )
[mangled: org/scilab/forge/jlatexmath/TeXFormula."<init>":(ZLjava/lang/String;Ljava/lang/String;)V]
TeXFormula.TeXFormula ( boolean isPartial, String s, String textStyle, boolean firstpass, boolean space )
[mangled: org/scilab/forge/jlatexmath/TeXFormula."<init>":(ZLjava/lang/String;Ljava/lang/String;ZZ)V]
jlatexmath-0.9.4.jar, TeXFormulaSettingsParser.class
package org.scilab.forge.jlatexmath
TeXFormulaSettingsParser.parseSymbolMappings ( String[ ] mappings, String[ ] textMappings ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormulaSettingsParser.parseSymbolMappings:([Ljava/lang/String;[Ljava/lang/String;)V]
TeXFormulaSettingsParser.parseSymbolToFormulaMappings ( String[ ] mappings, String[ ] textMappings ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormulaSettingsParser.parseSymbolToFormulaMappings:([Ljava/lang/String;[Ljava/lang/String;)V]
jlatexmath-0.9.4.jar, TeXParser.class
package org.scilab.forge.jlatexmath
TeXParser.getDollarGroup ( char openclose ) : String
[mangled: org/scilab/forge/jlatexmath/TeXParser.getDollarGroup:(C)Ljava/lang/String;]
TeXParser.getIsPartial ( ) : boolean
[mangled: org/scilab/forge/jlatexmath/TeXParser.getIsPartial:()Z]
TeXParser.isIgnoreWhiteSpace ( ) : boolean
[mangled: org/scilab/forge/jlatexmath/TeXParser.isIgnoreWhiteSpace:()Z]
TeXParser.isMathMode ( ) : boolean
[mangled: org/scilab/forge/jlatexmath/TeXParser.isMathMode:()Z]
TeXParser.isValidCharacterInCommand ( char ch ) : boolean
[mangled: org/scilab/forge/jlatexmath/TeXParser.isValidCharacterInCommand:(C)Z]
TeXParser.TeXParser ( boolean isPartial, String parseString, ArrayOfAtoms aoa, boolean firstpass )
[mangled: org/scilab/forge/jlatexmath/TeXParser."<init>":(ZLjava/lang/String;Lorg/scilab/forge/jlatexmath/ArrayOfAtoms;Z)V]
TeXParser.TeXParser ( boolean isPartial, String parseString, TeXFormula formula )
[mangled: org/scilab/forge/jlatexmath/TeXParser."<init>":(ZLjava/lang/String;Lorg/scilab/forge/jlatexmath/TeXFormula;)V]
TeXParser.TeXParser ( boolean isPartial, String parseString, TeXFormula formula, boolean firstpass )
[mangled: org/scilab/forge/jlatexmath/TeXParser."<init>":(ZLjava/lang/String;Lorg/scilab/forge/jlatexmath/TeXFormula;Z)V]
TeXParser.TeXParser ( boolean isPartial, String parseString, TeXFormula formula, boolean firstpass, boolean space )
[mangled: org/scilab/forge/jlatexmath/TeXParser."<init>":(ZLjava/lang/String;Lorg/scilab/forge/jlatexmath/TeXFormula;ZZ)V]
jlatexmath-0.9.4.jar, TextCircledAtom.class
package org.scilab.forge.jlatexmath
TextCircledAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/TextCircledAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
TextCircledAtom.TextCircledAtom ( Atom at )
[mangled: org/scilab/forge/jlatexmath/TextCircledAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;)V]
jlatexmath-0.9.4.jar, TextStyleAtom.class
package org.scilab.forge.jlatexmath
TextStyleAtom.createBox ( TeXEnvironment env ) : Box
[mangled: org/scilab/forge/jlatexmath/TextStyleAtom.createBox:(Lorg/scilab/forge/jlatexmath/TeXEnvironment;)Lorg/scilab/forge/jlatexmath/Box;]
TextStyleAtom.TextStyleAtom ( Atom at, String style )
[mangled: org/scilab/forge/jlatexmath/TextStyleAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;Ljava/lang/String;)V]
to the top
Removed Methods (14)
jlatexmath-0.9.2.jar, FontInfo.class
package org.scilab.forge.jlatexmath
FontInfo.FontInfo ( int fontId, Font font, int unicode, float xHeight, float space, float quad, String boldVersion, String romanVersion, String ssVersion, String ttVersion, String itVersion )
[mangled: org/scilab/forge/jlatexmath/FontInfo."<init>":(ILjava/awt/Font;IFFFLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
jlatexmath-0.9.2.jar, FramedBox.class
package org.scilab.forge.jlatexmath
FramedBox.FramedBox ( Box box, float thickness )
[mangled: org/scilab/forge/jlatexmath/FramedBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;F)V]
FramedBox.FramedBox ( Box box, float thickness, Color line )
[mangled: org/scilab/forge/jlatexmath/FramedBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;FLjava/awt/Color;)V]
jlatexmath-0.9.2.jar, GraphicsAtom.class
package org.scilab.forge.jlatexmath
GraphicsAtom.GraphicsAtom ( String path )
[mangled: org/scilab/forge/jlatexmath/GraphicsAtom."<init>":(Ljava/lang/String;)V]
jlatexmath-0.9.2.jar, GraphicsBox.class
package org.scilab.forge.jlatexmath
GraphicsBox.GraphicsBox ( BufferedImage image, int Width, int Height, float width, float height )
[mangled: org/scilab/forge/jlatexmath/GraphicsBox."<init>":(Ljava/awt/image/BufferedImage;IIFF)V]
jlatexmath-0.9.2.jar, Metrics.class
package org.scilab.forge.jlatexmath
Metrics.Metrics ( float w, float h, float d, float i, float factor )
[mangled: org/scilab/forge/jlatexmath/Metrics."<init>":(FFFFF)V]
jlatexmath-0.9.2.jar, RotateAtom.class
package org.scilab.forge.jlatexmath
RotateAtom.RotateAtom ( Atom base, double angle )
[mangled: org/scilab/forge/jlatexmath/RotateAtom."<init>":(Lorg/scilab/forge/jlatexmath/Atom;D)V]
jlatexmath-0.9.2.jar, RotateBox.class
package org.scilab.forge.jlatexmath
RotateBox.RotateBox ( Box b, double angle )
[mangled: org/scilab/forge/jlatexmath/RotateBox."<init>":(Lorg/scilab/forge/jlatexmath/Box;D)V]
jlatexmath-0.9.2.jar, RowAtom.class
package org.scilab.forge.jlatexmath
RowAtom.RowAtom ( List l )
[mangled: org/scilab/forge/jlatexmath/RowAtom."<init>":(Ljava/util/List;)V]
jlatexmath-0.9.2.jar, TeXFormulaSettingsParser.class
package org.scilab.forge.jlatexmath
TeXFormulaSettingsParser.parseDelimiterMappings ( ) : String[ ]
[mangled: org/scilab/forge/jlatexmath/TeXFormulaSettingsParser.parseDelimiterMappings:()[Ljava/lang/String;]
TeXFormulaSettingsParser.parseSymbolMappings ( ) : String[ ]
[mangled: org/scilab/forge/jlatexmath/TeXFormulaSettingsParser.parseSymbolMappings:()[Ljava/lang/String;]
TeXFormulaSettingsParser.parseSymbolMappings ( String[ ] mappings ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormulaSettingsParser.parseSymbolMappings:([Ljava/lang/String;)V]
TeXFormulaSettingsParser.parseSymbolToFormulaMappings ( ) : Atom[ ]
[mangled: org/scilab/forge/jlatexmath/TeXFormulaSettingsParser.parseSymbolToFormulaMappings:()[Lorg/scilab/forge/jlatexmath/Atom;]
TeXFormulaSettingsParser.parseSymbolToFormulaMappings ( Atom[ ] mappings ) : void
[mangled: org/scilab/forge/jlatexmath/TeXFormulaSettingsParser.parseSymbolToFormulaMappings:([Lorg/scilab/forge/jlatexmath/Atom;)V]
to the top
Problems with Data Types, High Severity (3)
jlatexmath-0.9.2.jar
package org.scilab.forge.jlatexmath
[+] FBoxAtom (2)
| Change | Effect |
---|
1 | Field hsep of type SpaceAtom has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field vsep of type SpaceAtom has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
FBoxAtom ( Atom )This constructor is from 'FBoxAtom' class.
FBoxAtom ( Atom, Color, Color )This constructor is from 'FBoxAtom' class.
createBox ( TeXEnvironment )This method is from 'FBoxAtom' class.
[+] TeXFormula (1)
| Change | Effect |
---|
1 | Type of field symbolFormulaMappings has been changed from Atom[] to java.lang.String[]. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (206)
AccentedAtom ( Atom, TeXFormula )2nd parameter 'acc' of this method has type 'TeXFormula'.
invoke ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
executeMacro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accent_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accent_macros ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accentbis_macros ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accentset_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignatATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignedatATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignedATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
arrayATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
...
to the top
Problems with Methods, High Severity (1)
jlatexmath-0.9.2.jar, SpaceAtom
package org.scilab.forge.jlatexmath
[+] SpaceAtom.getFactor ( int unit, TeXEnvironment env ) : float (1)
[mangled: org/scilab/forge/jlatexmath/SpaceAtom.getFactor:(ILorg/scilab/forge/jlatexmath/TeXEnvironment;)F]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Low Severity (2)
jlatexmath-0.9.2.jar
package org.scilab.forge.jlatexmath
[+] TeXFont (1)
| Change | Effect |
---|
1 | Field PIXELS_PER_POINT (float) with the compile-time constant value 1.0f has been removed from this interface. | A client program may change behavior. |
[+] affected methods (59)
getCharFont ( TeXFont )1st parameter 'tf' of this method has type 'TeXFont'.
getCharFont ( TeXFont )1st parameter 'p1' of this abstract method has type 'TeXFont'.
copy ( )Return value of this method has type 'TeXFont'.
deriveFont ( float )Return value of this method has type 'TeXFont'.
getCharFont ( TeXFont )1st parameter 'tf' of this method has type 'TeXFont'.
getCharFont ( TeXFont )1st parameter 'tf' of this method has type 'TeXFont'.
getCharFont ( TeXFont )1st parameter 'tf' of this method has type 'TeXFont'.
TeXEnvironment ( int, TeXFont )2nd parameter 'tf' of this method has type 'TeXFont'.
TeXEnvironment ( int, TeXFont, int, float )2nd parameter 'tf' of this method has type 'TeXFont'.
copy ( TeXFont )1st parameter 'tf' of this method has type 'TeXFont'.
getTeXFont ( )Return value of this method has type 'TeXFont'.
copy ( )This abstract method is from 'TeXFont' interface.
...
[+] TeXFormula (1)
| Change | Effect |
---|
1 | Value of final field VERSION (java.lang.String) has been changed from "0.9.2" to "0.9.4". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (206)
AccentedAtom ( Atom, TeXFormula )2nd parameter 'acc' of this method has type 'TeXFormula'.
invoke ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
executeMacro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accent_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accent_macros ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accentbis_macros ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accentset_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignatATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignedatATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignedATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
arrayATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
...
to the top
Other Changes in Data Types (24)
jlatexmath-0.9.2.jar
package org.scilab.forge.jlatexmath
[+] FBoxAtom (1)
| Change | Effect |
---|
1 | Field INTERSPACE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
FBoxAtom ( Atom )This constructor is from 'FBoxAtom' class.
FBoxAtom ( Atom, Color, Color )This constructor is from 'FBoxAtom' class.
createBox ( TeXEnvironment )This method is from 'FBoxAtom' class.
[+] FramedBox (1)
| Change | Effect |
---|
1 | Field space has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
draw ( Graphics2D, float, float )This method is from 'FramedBox' class.
getLastFontId ( )This method is from 'FramedBox' class.
[+] GraphicsBox (3)
| Change | Effect |
---|
1 | Field BICUBIC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field BILINEAR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field NEAREST_NEIGHBOR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
draw ( Graphics2D, float, float )This method is from 'GraphicsBox' class.
getLastFontId ( )This method is from 'GraphicsBox' class.
[+] RotateBox (12)
| Change | Effect |
---|
1 | Field BBC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field BBL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field BBR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field BC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field BL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field BR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field CC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field CL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
9 | Field CR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
10 | Field TC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
11 | Field TL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
12 | Field TR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
draw ( Graphics2D, float, float )This method is from 'RotateBox' class.
getLastFontId ( )This method is from 'RotateBox' class.
[+] TeXConstants (5)
| Change | Effect |
---|
1 | Field ALIGN_NONE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field UNIT_CC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field UNIT_DD has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field UNIT_PT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field UNIT_SP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
TeXConstants ( )This constructor is from 'TeXConstants' class.
[+] TeXFormula (2)
| Change | Effect |
---|
1 | Field PIXELS_PER_POINT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field symbolTextMappings has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (206)
AccentedAtom ( Atom, TeXFormula )2nd parameter 'acc' of this method has type 'TeXFormula'.
invoke ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
executeMacro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accent_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accent_macros ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accentbis_macros ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
accentset_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignatATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignedatATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
alignedATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
arrayATATenv_macro ( TeXParser, String[ ] )Field 'tp.formula' in 1st parameter 'tp' of this method has type 'TeXFormula'.
...
to the top
Java ARchives (1)
jlatexmath-0.9.2.jar
to the top