Source compatibility report for the JGraph X library between 1.3.1.6 and 1.4.0.0 versions
Test Info
Library Name | JGraph X |
Version #1 | 1.3.1.6 |
Version #2 | 1.4.0.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Classes | 176 |
---|
Total Methods / Types | 2322 / 149 |
---|
Verdict | Incompatible |
---|
Problem Summary
| Severity | Count |
---|
Added Methods | - | 57 |
---|
Removed Methods | High | 37 |
---|
Problems with Data Types | High | 11 |
---|
Medium | 0 |
Low | 8 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (57)
jgraphx.jar, mxCellHandler.class
package com.mxgraph.swing.handler
mxCellHandler.getGraphComponent ( ):com.mxgraph.swing.mxGraphComponent
[ run-time name: com/mxgraph/swing/handler/mxCellHandler.getGraphComponent:()Lcom/mxgraph/swing/mxGraphComponent; ]
mxCellHandler.getIndex ( ):int
[ run-time name: com/mxgraph/swing/handler/mxCellHandler.getIndex:()I ]
jgraphx.jar, mxConnectionConstraint.class
package com.mxgraph.view
mxConnectionConstraint.getPoint ( ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/view/mxConnectionConstraint.getPoint:()Lcom/mxgraph/util/mxPoint; ]
mxConnectionConstraint.isPerimeter ( ):boolean
[ run-time name: com/mxgraph/view/mxConnectionConstraint.isPerimeter:()Z ]
mxConnectionConstraint.mxConnectionConstraint ( )
[ run-time name: com/mxgraph/view/mxConnectionConstraint."<init>":()V ]
mxConnectionConstraint.mxConnectionConstraint ( com.mxgraph.util.mxPoint p1 )
[ run-time name: com/mxgraph/view/mxConnectionConstraint."<init>":(Lcom/mxgraph/util/mxPoint;)V ]
mxConnectionConstraint.mxConnectionConstraint ( com.mxgraph.util.mxPoint p1, boolean p2 )
[ run-time name: com/mxgraph/view/mxConnectionConstraint."<init>":(Lcom/mxgraph/util/mxPoint;Z)V ]
mxConnectionConstraint.setPerimeter ( boolean p1 ):void
[ run-time name: com/mxgraph/view/mxConnectionConstraint.setPerimeter:(Z)V ]
mxConnectionConstraint.setPoint ( com.mxgraph.util.mxPoint p1 ):void
[ run-time name: com/mxgraph/view/mxConnectionConstraint.setPoint:(Lcom/mxgraph/util/mxPoint;)V ]
jgraphx.jar, mxCurve.class
package com.mxgraph.util
mxCurve.createCoreCurve ( ):boolean
[ run-time name: com/mxgraph/util/mxCurve.createCoreCurve:()Z ]
mxCurve.mxCurve ( java.util.List p1 )
[ run-time name: com/mxgraph/util/mxCurve."<init>":(Ljava/util/List;)V ]
mxCurve.updateCurve ( java.util.List p1 ):void
[ run-time name: com/mxgraph/util/mxCurve.updateCurve:(Ljava/util/List;)V ]
jgraphx.jar, mxCurveShape.class
package com.mxgraph.shape
mxCurveShape.getCurve ( ):com.mxgraph.util.mxCurve
[ run-time name: com/mxgraph/shape/mxCurveShape.getCurve:()Lcom/mxgraph/util/mxCurve; ]
mxCurveShape.mxCurveShape ( )
[ run-time name: com/mxgraph/shape/mxCurveShape."<init>":()V ]
mxCurveShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxCurveShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Ljava/util/List;Ljava/util/Map;)V ]
jgraphx.jar, mxEdgeHandler.class
package com.mxgraph.swing.handler
mxEdgeHandler.reset ( ):void
[ run-time name: com/mxgraph/swing/handler/mxEdgeHandler.reset:()V ]
jgraphx.jar, mxGraph.class
package com.mxgraph.view
mxGraph.cellConnected ( Object p1, Object p2, boolean p3, mxConnectionConstraint p4 ):void
[ run-time name: com/mxgraph/view/mxGraph.cellConnected:(Ljava/lang/Object;Ljava/lang/Object;ZLcom/mxgraph/view/mxConnectionConstraint;)V ]
mxGraph.connectCell ( Object p1, Object p2, boolean p3, mxConnectionConstraint p4 ):Object
[ run-time name: com/mxgraph/view/mxGraph.connectCell:(Ljava/lang/Object;Ljava/lang/Object;ZLcom/mxgraph/view/mxConnectionConstraint;)Ljava/lang/Object; ]
mxGraph.getAllConnectionConstraints ( mxCellState p1 ):mxConnectionConstraint[]
[ run-time name: com/mxgraph/view/mxGraph.getAllConnectionConstraints:(Lcom/mxgraph/view/mxCellState;)[Lcom/mxgraph/view/mxConnectionConstraint; ]
mxGraph.getConnectionConstraint ( mxCellState p1, mxCellState p2, boolean p3 ):mxConnectionConstraint
[ run-time name: com/mxgraph/view/mxGraph.getConnectionConstraint:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;Z)Lcom/mxgraph/view/mxConnectionConstraint; ]
mxGraph.getConnectionPoint ( mxCellState p1, mxConnectionConstraint p2 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/view/mxGraph.getConnectionPoint:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxConnectionConstraint;)Lcom/mxgraph/util/mxPoint; ]
mxGraph.isOrthogonal ( mxCellState p1 ):boolean
[ run-time name: com/mxgraph/view/mxGraph.isOrthogonal:(Lcom/mxgraph/view/mxCellState;)Z ]
mxGraph.setConnectionConstraint ( Object p1, Object p2, boolean p3, mxConnectionConstraint p4 ):void
[ run-time name: com/mxgraph/view/mxGraph.setConnectionConstraint:(Ljava/lang/Object;Ljava/lang/Object;ZLcom/mxgraph/view/mxConnectionConstraint;)V ]
jgraphx.jar, mxGraphics2DCanvas.class
package com.mxgraph.canvas
mxGraphics2DCanvas.drawEdge ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawEdge:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
mxGraphics2DCanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 ):Object
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/view/mxCellState;Z)Ljava/lang/Object; ]
mxGraphics2DCanvas.drawVertex ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawVertex:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
mxGraphics2DCanvas.paintPolyline ( com.mxgraph.util.mxPoint[] p1, java.util.Map p2 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.paintPolyline:([Lcom/mxgraph/util/mxPoint;Ljava/util/Map;)V ]
jgraphx.jar, mxGraphView.class
package com.mxgraph.view
mxGraphView.getNextPoint ( mxCellState p1, mxCellState p2, boolean p3 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/view/mxGraphView.getNextPoint:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;Z)Lcom/mxgraph/util/mxPoint; ]
mxGraphView.getPerimeterBounds ( mxCellState p1, double p2 ):com.mxgraph.util.mxRectangle
[ run-time name: com/mxgraph/view/mxGraphView.getPerimeterBounds:(Lcom/mxgraph/view/mxCellState;D)Lcom/mxgraph/util/mxRectangle; ]
mxGraphView.getPerimeterPoint ( mxCellState p1, com.mxgraph.util.mxPoint p2, boolean p3 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/view/mxGraphView.getPerimeterPoint:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/util/mxPoint;Z)Lcom/mxgraph/util/mxPoint; ]
mxGraphView.getPerimeterPoint ( mxCellState p1, com.mxgraph.util.mxPoint p2, boolean p3, double p4 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/view/mxGraphView.getPerimeterPoint:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/util/mxPoint;ZD)Lcom/mxgraph/util/mxPoint; ]
mxGraphView.getTerminalPort ( mxCellState p1, mxCellState p2, boolean p3 ):mxCellState
[ run-time name: com/mxgraph/view/mxGraphView.getTerminalPort:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;Z)Lcom/mxgraph/view/mxCellState; ]
mxGraphView.updateFixedTerminalPoint ( mxCellState p1, mxCellState p2, boolean p3, mxConnectionConstraint p4 ):void
[ run-time name: com/mxgraph/view/mxGraphView.updateFixedTerminalPoint:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;ZLcom/mxgraph/view/mxConnectionConstraint;)V ]
mxGraphView.updateFixedTerminalPoints ( mxCellState p1, mxCellState p2, mxCellState p3 ):void
[ run-time name: com/mxgraph/view/mxGraphView.updateFixedTerminalPoints:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;)V ]
mxGraphView.updateFloatingTerminalPoint ( mxCellState p1, mxCellState p2, mxCellState p3, boolean p4 ):void
[ run-time name: com/mxgraph/view/mxGraphView.updateFloatingTerminalPoint:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;Z)V ]
mxGraphView.updateFloatingTerminalPoints ( mxCellState p1, mxCellState p2, mxCellState p3 ):void
[ run-time name: com/mxgraph/view/mxGraphView.updateFloatingTerminalPoints:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;)V ]
mxGraphView.updatePoints ( mxCellState p1, java.util.List p2, mxCellState p3, mxCellState p4 ):void
[ run-time name: com/mxgraph/view/mxGraphView.updatePoints:(Lcom/mxgraph/view/mxCellState;Ljava/util/List;Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxGraphViewReader.class
package com.mxgraph.reader
mxGraphViewReader.parseEdge ( com.mxgraph.view.mxCellState p1, java.util.Map p2 ):void
[ run-time name: com/mxgraph/reader/mxGraphViewReader.parseEdge:(Lcom/mxgraph/view/mxCellState;Ljava/util/Map;)V ]
mxGraphViewReader.parseLabel ( com.mxgraph.view.mxCellState p1, boolean p2, java.util.Map p3 ):String
[ run-time name: com/mxgraph/reader/mxGraphViewReader.parseLabel:(Lcom/mxgraph/view/mxCellState;ZLjava/util/Map;)Ljava/lang/String; ]
mxGraphViewReader.parseVertex ( com.mxgraph.view.mxCellState p1, java.util.Map p2 ):void
[ run-time name: com/mxgraph/reader/mxGraphViewReader.parseVertex:(Lcom/mxgraph/view/mxCellState;Ljava/util/Map;)V ]
jgraphx.jar, mxHtmlCanvas.class
package com.mxgraph.canvas
mxHtmlCanvas.drawEdge ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxHtmlCanvas.drawEdge:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
mxHtmlCanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 ):Object
[ run-time name: com/mxgraph/canvas/mxHtmlCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/view/mxCellState;Z)Ljava/lang/Object; ]
mxHtmlCanvas.drawVertex ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxHtmlCanvas.drawVertex:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxICanvas.class
package com.mxgraph.canvas
mxICanvas.drawEdge ( com.mxgraph.view.mxCellState p1 ) [abstract]:Object
[ run-time name: com/mxgraph/canvas/mxICanvas.drawEdge:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
mxICanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 ) [abstract]:Object
[ run-time name: com/mxgraph/canvas/mxICanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/view/mxCellState;Z)Ljava/lang/Object; ]
mxICanvas.drawVertex ( com.mxgraph.view.mxCellState p1 ) [abstract]:Object
[ run-time name: com/mxgraph/canvas/mxICanvas.drawVertex:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxImageCanvas.class
package com.mxgraph.canvas
mxImageCanvas.drawEdge ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxImageCanvas.drawEdge:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
mxImageCanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 ):Object
[ run-time name: com/mxgraph/canvas/mxImageCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/view/mxCellState;Z)Ljava/lang/Object; ]
mxImageCanvas.drawVertex ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxImageCanvas.drawVertex:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxPerimeterFunction.class
package com.mxgraph.view
mxPerimeter.mxPerimeterFunction.apply ( com.mxgraph.util.mxRectangle p1, mxCellState p2, com.mxgraph.util.mxPoint p3, boolean p4 ) [abstract]:com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/view/mxPerimeter.mxPerimeterFunction.apply:(Lcom/mxgraph/util/mxRectangle;Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/util/mxPoint;Z)Lcom/mxgraph/util/mxPoint; ]
jgraphx.jar, mxSpline.class
package com.mxgraph.util
mxSpline.mxSpline ( java.util.List p1 )
[ run-time name: com/mxgraph/util/mxSpline."<init>":(Ljava/util/List;)V ]
jgraphx.jar, mxSvgCanvas.class
package com.mxgraph.canvas
mxSvgCanvas.drawEdge ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxSvgCanvas.drawEdge:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
mxSvgCanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 ):Object
[ run-time name: com/mxgraph/canvas/mxSvgCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/view/mxCellState;Z)Ljava/lang/Object; ]
mxSvgCanvas.drawVertex ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxSvgCanvas.drawVertex:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxVmlCanvas.class
package com.mxgraph.canvas
mxVmlCanvas.drawEdge ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxVmlCanvas.drawEdge:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
mxVmlCanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 ):Object
[ run-time name: com/mxgraph/canvas/mxVmlCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/view/mxCellState;Z)Ljava/lang/Object; ]
mxVmlCanvas.drawVertex ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxVmlCanvas.drawVertex:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
to the top
Removed Methods (37)
jgraphx.jar, mxCurve.class
package com.mxgraph.util
mxCurve.createSplineCurve ( ):boolean
[ run-time name: com/mxgraph/util/mxCurve.createSplineCurve:()Z ]
mxCurve.mxCurve ( mxPoint[] p1 )
[ run-time name: com/mxgraph/util/mxCurve."<init>":([Lcom/mxgraph/util/mxPoint;)V ]
mxCurve.setStartWidth ( int p1 ):void
[ run-time name: com/mxgraph/util/mxCurve.setStartWidth:(I)V ]
jgraphx.jar, mxGraph.class
package com.mxgraph.view
mxGraph.cellConnected ( Object p1, Object p2, boolean p3 ):void
[ run-time name: com/mxgraph/view/mxGraph.cellConnected:(Ljava/lang/Object;Ljava/lang/Object;Z)V ]
mxGraph.isOrthogonal ( mxCellState p1, mxCellState p2 ):boolean
[ run-time name: com/mxgraph/view/mxGraph.isOrthogonal:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;)Z ]
jgraphx.jar, mxGraphics2DCanvas.class
package com.mxgraph.canvas
mxGraphics2DCanvas.drawEdge ( java.util.List p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawEdge:(Ljava/util/List;Ljava/util/Map;)Ljava/lang/Object; ]
mxGraphics2DCanvas.drawLabel ( String p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3, boolean p4 ):Object
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;Z)Ljava/lang/Object; ]
mxGraphics2DCanvas.drawVertex ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawVertex:(Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)Ljava/lang/Object; ]
mxGraphics2DCanvas.paintPolyline ( java.util.List p1, java.util.Map p2 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.paintPolyline:(Ljava/util/List;Ljava/util/Map;)V ]
jgraphx.jar, mxGraphView.class
package com.mxgraph.view
mxGraphView.getNextPoint ( mxCellState p1, Object p2, boolean p3 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/view/mxGraphView.getNextPoint:(Lcom/mxgraph/view/mxCellState;Ljava/lang/Object;Z)Lcom/mxgraph/util/mxPoint; ]
mxGraphView.getPerimeterBounds ( mxCellState p1, mxCellState p2, boolean p3 ):com.mxgraph.util.mxRectangle
[ run-time name: com/mxgraph/view/mxGraphView.getPerimeterBounds:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;Z)Lcom/mxgraph/util/mxRectangle; ]
mxGraphView.getPerimeterPoint ( mxCellState p1, Object p2, Object p3, boolean p4 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/view/mxGraphView.getPerimeterPoint:(Lcom/mxgraph/view/mxCellState;Ljava/lang/Object;Ljava/lang/Object;Z)Lcom/mxgraph/util/mxPoint; ]
mxGraphView.getTerminalPort ( mxCellState p1, Object p2, boolean p3 ):Object
[ run-time name: com/mxgraph/view/mxGraphView.getTerminalPort:(Lcom/mxgraph/view/mxCellState;Ljava/lang/Object;Z)Ljava/lang/Object; ]
mxGraphView.setTerminalPoints ( mxCellState p1 ):void
[ run-time name: com/mxgraph/view/mxGraphView.setTerminalPoints:(Lcom/mxgraph/view/mxCellState;)V ]
mxGraphView.updatePoints ( mxCellState p1, java.util.List p2, Object p3, Object p4 ):void
[ run-time name: com/mxgraph/view/mxGraphView.updatePoints:(Lcom/mxgraph/view/mxCellState;Ljava/util/List;Ljava/lang/Object;Ljava/lang/Object;)V ]
mxGraphView.updateTerminalPoint ( mxCellState p1, Object p2, Object p3, boolean p4 ):void
[ run-time name: com/mxgraph/view/mxGraphView.updateTerminalPoint:(Lcom/mxgraph/view/mxCellState;Ljava/lang/Object;Ljava/lang/Object;Z)V ]
mxGraphView.updateTerminalPoints ( mxCellState p1, Object p2, Object p3 ):void
[ run-time name: com/mxgraph/view/mxGraphView.updateTerminalPoints:(Lcom/mxgraph/view/mxCellState;Ljava/lang/Object;Ljava/lang/Object;)V ]
jgraphx.jar, mxGraphViewReader.class
package com.mxgraph.reader
mxGraphViewReader.drawEdge ( java.util.Map p1 ):void
[ run-time name: com/mxgraph/reader/mxGraphViewReader.drawEdge:(Ljava/util/Map;)V ]
mxGraphViewReader.drawLabel ( boolean p1, java.util.Map p2 ):void
[ run-time name: com/mxgraph/reader/mxGraphViewReader.drawLabel:(ZLjava/util/Map;)V ]
mxGraphViewReader.drawVertex ( java.util.Map p1 ):void
[ run-time name: com/mxgraph/reader/mxGraphViewReader.drawVertex:(Ljava/util/Map;)V ]
jgraphx.jar, mxHtmlCanvas.class
package com.mxgraph.canvas
mxHtmlCanvas.drawEdge ( java.util.List p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxHtmlCanvas.drawEdge:(Ljava/util/List;Ljava/util/Map;)Ljava/lang/Object; ]
mxHtmlCanvas.drawLabel ( String p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3, boolean p4 ):Object
[ run-time name: com/mxgraph/canvas/mxHtmlCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;Z)Ljava/lang/Object; ]
mxHtmlCanvas.drawVertex ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxHtmlCanvas.drawVertex:(Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)Ljava/lang/Object; ]
jgraphx.jar, mxICanvas.class
package com.mxgraph.canvas
mxICanvas.drawEdge ( java.util.List p1, java.util.Map p2 ) [abstract]:Object
[ run-time name: com/mxgraph/canvas/mxICanvas.drawEdge:(Ljava/util/List;Ljava/util/Map;)Ljava/lang/Object; ]
mxICanvas.drawLabel ( String p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3, boolean p4 ) [abstract]:Object
[ run-time name: com/mxgraph/canvas/mxICanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;Z)Ljava/lang/Object; ]
mxICanvas.drawVertex ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 ) [abstract]:Object
[ run-time name: com/mxgraph/canvas/mxICanvas.drawVertex:(Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)Ljava/lang/Object; ]
jgraphx.jar, mxImageCanvas.class
package com.mxgraph.canvas
mxImageCanvas.drawEdge ( java.util.List p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxImageCanvas.drawEdge:(Ljava/util/List;Ljava/util/Map;)Ljava/lang/Object; ]
mxImageCanvas.drawLabel ( String p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3, boolean p4 ):Object
[ run-time name: com/mxgraph/canvas/mxImageCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;Z)Ljava/lang/Object; ]
mxImageCanvas.drawVertex ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxImageCanvas.drawVertex:(Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)Ljava/lang/Object; ]
jgraphx.jar, mxPerimeterFunction.class
package com.mxgraph.view
mxPerimeter.mxPerimeterFunction.apply ( com.mxgraph.util.mxRectangle p1, mxCellState p2, mxCellState p3, boolean p4, com.mxgraph.util.mxPoint p5 ) [abstract]:com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/view/mxPerimeter.mxPerimeterFunction.apply:(Lcom/mxgraph/util/mxRectangle;Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;ZLcom/mxgraph/util/mxPoint;)Lcom/mxgraph/util/mxPoint; ]
jgraphx.jar, mxSpline.class
package com.mxgraph.util
mxSpline.mxSpline ( mxPoint[] p1 )
[ run-time name: com/mxgraph/util/mxSpline."<init>":([Lcom/mxgraph/util/mxPoint;)V ]
jgraphx.jar, mxSvgCanvas.class
package com.mxgraph.canvas
mxSvgCanvas.drawEdge ( java.util.List p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxSvgCanvas.drawEdge:(Ljava/util/List;Ljava/util/Map;)Ljava/lang/Object; ]
mxSvgCanvas.drawLabel ( String p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3, boolean p4 ):Object
[ run-time name: com/mxgraph/canvas/mxSvgCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;Z)Ljava/lang/Object; ]
mxSvgCanvas.drawVertex ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxSvgCanvas.drawVertex:(Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)Ljava/lang/Object; ]
jgraphx.jar, mxVmlCanvas.class
package com.mxgraph.canvas
mxVmlCanvas.drawEdge ( java.util.List p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxVmlCanvas.drawEdge:(Ljava/util/List;Ljava/util/Map;)Ljava/lang/Object; ]
mxVmlCanvas.drawLabel ( String p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3, boolean p4 ):Object
[ run-time name: com/mxgraph/canvas/mxVmlCanvas.drawLabel:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;Z)Ljava/lang/Object; ]
mxVmlCanvas.drawVertex ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 ):Object
[ run-time name: com/mxgraph/canvas/mxVmlCanvas.drawVertex:(Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)Ljava/lang/Object; ]
to the top
Problems with Data Types, High Severity (11)
jgraphx.jar
package com.mxgraph.canvas
[+] mxICanvas (6)
| Change | Effect |
---|
Abstract method mxICanvas.drawEdge ( com.mxgraph.view.mxCellState p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method drawEdge(com.mxgraph.view.mxCellState) in mxICanvas. |
Abstract method mxICanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method drawLabel(java.lang.String, com.mxgraph.view.mxCellState, boolean) in mxICanvas. |
Abstract method mxICanvas.drawVertex ( com.mxgraph.view.mxCellState p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method drawVertex(com.mxgraph.view.mxCellState) in mxICanvas. |
Abstract method mxICanvas.drawEdge ( java.util.List p1, java.util.Map p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method drawEdge(java.util.List, java.util.Map) in interface mxICanvas. |
Abstract method mxICanvas.drawLabel ( String p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3, boolean p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method drawLabel(java.lang.String, com.mxgraph.util.mxRectangle, java.util.Map, boolean) in interface mxICanvas. |
Abstract method mxICanvas.drawVertex ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method drawVertex(com.mxgraph.util.mxRectangle, java.util.Map) in interface mxICanvas. |
[+] affected methods (20)
mxICanvas.getScale ( )This abstract method is from 'mxICanvas' interface.
mxICanvas.getTranslate ( )This abstract method is from 'mxICanvas' interface.
mxICanvas.setScale ( double p1 )This abstract method is from 'mxICanvas' interface.
mxICanvas.setTranslate ( int p1, int p2 )This abstract method is from 'mxICanvas' interface.
com.mxgraph.reader.mxGraphViewImageReader.createCanvas ( java.util.Map p1 )Return value of this method has type 'mxICanvas'.
com.mxgraph.reader.mxGraphViewReader.createCanvas ( java.util.Map p1 )Return value of this abstract method has type 'mxICanvas'.
com.mxgraph.reader.mxGraphViewReader.getCanvas ( )Return value of this method has type 'mxICanvas'.
com.mxgraph.reader.mxGraphViewReader.isHtmlLabels ( )Field 'this.canvas' in the object of this method has type 'mxICanvas'.
com.mxgraph.reader.mxGraphViewReader.mxGraphViewReader ( )Field 'this.canvas' in the object of this method has type 'mxICanvas'.
com.mxgraph.reader.mxGraphViewReader.parseElement ( String p1, java.util.Map p2 )Field 'this.canvas' in the object of this method has type 'mxICanvas'.
com.mxgraph.reader.mxGraphViewReader.parsePoints ( String p1 )Field 'this.canvas' in the object of this method has type 'mxICanvas'.
com.mxgraph.reader.mxGraphViewReader.setHtmlLabels ( boolean p1 )Field 'this.canvas' in the object of this method has type 'mxICanvas'.
com.mxgraph.reader.mxGraphViewReader.startElement ( String p1, String p2, String p3, org.xml.sax.Attributes p4 )Field 'this.canvas' in the object of this method has type 'mxICanvas'.
com.mxgraph.swing.mxGraphComponent.mxGraphControl.cellDrawn ( mxICanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxICanvas'.
com.mxgraph.swing.mxGraphComponent.mxGraphControl.draw ( mxICanvas p1 )1st parameter 'p1' of this method has type 'mxICanvas'.
com.mxgraph.swing.mxGraphComponent.mxGraphControl.drawCell ( mxICanvas p1, Object p2 )1st parameter 'p1' of this method has type 'mxICanvas'.
com.mxgraph.util.mxCellRenderer.drawCells ( com.mxgraph.view.mxGraph p1, Object[] p2, double p3, com.mxgraph.util.mxRectangle p4, com.mxgraph.util.mxCellRenderer.CanvasFactory p5 )Return value of this method has type 'mxICanvas'.
com.mxgraph.view.mxGraph.draw ( mxICanvas p1 )1st parameter 'p1' of this method has type 'mxICanvas'.
com.mxgraph.view.mxGraph.drawCell ( mxICanvas p1, Object p2 )1st parameter 'p1' of this method has type 'mxICanvas'.
com.mxgraph.view.mxGraph.drawStateWithLabel ( mxICanvas p1, com.mxgraph.view.mxCellState p2, String p3 )1st parameter 'p1' of this method has type 'mxICanvas'.
package com.mxgraph.util
[+] mxCurve (3)
| Change | Effect |
---|
Field CENTRAL_CURVE (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable CENTRAL_CURVE in mxCurve. |
Field startWidth (int) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable startWidth in mxCurve. |
Field CURVE_TYPE_SPLINE has been renamed to CORE_CURVE. | Recompilation of a client program may be terminated with the message: cannot find variable CURVE_TYPE_SPLINE in mxCurve. |
[+] affected methods (19)
mxCurve.configureLabelCurve ( )This method is from 'mxCurve' class.
mxCurve.createLabelCurve ( )This method is from 'mxCurve' class.
mxCurve.getBaseLabelCurve ( )This method is from 'mxCurve' class.
mxCurve.getBounds ( )This method is from 'mxCurve' class.
mxCurve.getCurveLength ( String p1 )This method is from 'mxCurve' class.
mxCurve.getCurveParallel ( String p1, double p2 )This method is from 'mxCurve' class.
mxCurve.getCurvePoints ( String p1 )This method is from 'mxCurve' class.
mxCurve.getIntervals ( String p1 )This method is from 'mxCurve' class.
mxCurve.getLowerIndexOfSegment ( String p1, double p2 )This method is from 'mxCurve' class.
mxCurve.getRelativeFromAbsPoint ( mxPoint p1, String p2 )This method is from 'mxCurve' class.
mxCurve.intersectRectPoint ( String p1, mxRectangle p2, int p3 )This method is from 'mxCurve' class.
mxCurve.intersectRectSeg ( String p1, mxRectangle p2 )This method is from 'mxCurve' class.
mxCurve.intersectsRect ( String p1, mxRectangle p2 )This method is from 'mxCurve' class.
mxCurve.intersectsRectDist ( String p1, mxRectangle p2 )This method is from 'mxCurve' class.
mxCurve.isLabelReversed ( )This method is from 'mxCurve' class.
mxCurve.numCurves ( )This method is from 'mxCurve' class.
mxCurve.populateIntervals ( String p1 )This method is from 'mxCurve' class.
mxCurve.setLabelBuffer ( double p1 )This method is from 'mxCurve' class.
mxCurve.updateBounds ( double p1, double p2 )This method is from 'mxCurve' class.
package com.mxgraph.view
[+] mxPerimeter.mxPerimeterFunction (2)
| Change | Effect |
---|
Abstract method mxPerimeter.mxPerimeterFunction.apply ( com.mxgraph.util.mxRectangle p1, mxCellState p2, com.mxgraph.util.mxPoint p3, boolean p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method apply(com.mxgraph.util.mxRectangle, mxCellState, com.mxgraph.util.mxPoint, boolean) in mxPerimeter.mxPerimeterFunction. |
Abstract method mxPerimeter.mxPerimeterFunction.apply ( com.mxgraph.util.mxRectangle p1, mxCellState p2, mxCellState p3, boolean p4, com.mxgraph.util.mxPoint p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method apply(com.mxgraph.util.mxRectangle, mxCellState, mxCellState, boolean, com.mxgraph.util.mxPoint) in interface mxPerimeter.mxPerimeterFunction. |
[+] affected methods (2)
mxGraphView.getPerimeterFunction ( mxCellState p1 )Return value of this method has type 'mxPerimeter.mxPerimeterFunction'.
mxPerimeter.mxPerimeter ( )Field 'this.RectanglePerimeter' in the object of this method has type 'mxPerimeter.mxPerimeterFunction'.
to the top
Problems with Data Types, Low Severity (8)
jgraphx.jar
package com.mxgraph.util
[+] mxConstants (8)
| Change | Effect |
---|
Field SHAPE_CURVE has been added to this class. | 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. Recompilation of a client class may be terminated with the message: reference to SHAPE_CURVE is ambiguous. |
Field STYLE_ENTRY_PERIMETER has been added to this class. | 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. Recompilation of a client class may be terminated with the message: reference to STYLE_ENTRY_PERIMETER is ambiguous. |
Field STYLE_ENTRY_X has been added to this class. | 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. Recompilation of a client class may be terminated with the message: reference to STYLE_ENTRY_X is ambiguous. |
Field STYLE_ENTRY_Y has been added to this class. | 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. Recompilation of a client class may be terminated with the message: reference to STYLE_ENTRY_Y is ambiguous. |
Field STYLE_EXIT_PERIMETER has been added to this class. | 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. Recompilation of a client class may be terminated with the message: reference to STYLE_EXIT_PERIMETER is ambiguous. |
Field STYLE_EXIT_X has been added to this class. | 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. Recompilation of a client class may be terminated with the message: reference to STYLE_EXIT_X is ambiguous. |
Field STYLE_EXIT_Y has been added to this class. | 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. Recompilation of a client class may be terminated with the message: reference to STYLE_EXIT_Y is ambiguous. |
Field STYLE_ORTHOGONAL has been added to this class. | 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. Recompilation of a client class may be terminated with the message: reference to STYLE_ORTHOGONAL is ambiguous. |
[+] affected methods (1)
mxConstants.mxConstants ( )This constructor is from 'mxConstants' class.
to the top
Java ARchives (1)
jgraphx.jar
to the top
Classes (176)
package com.mxgraph.analysis
mxConstantCostFunction
mxDistanceCostFunction
mxFibonacciHeap
mxFibonacciHeap.Node
mxGraphAnalysis
mxICostFunction
mxUnionFind
mxUnionFind.Node
package com.mxgraph.canvas
mxBasicCanvas
mxGraphics2DCanvas
mxHtmlCanvas
mxICanvas
mxImageCanvas
mxSvgCanvas
mxVmlCanvas
package com.mxgraph.io
mxCellCodec
mxCodec
mxCodecRegistry
mxModelCodec
mxObjectCodec
mxStylesheetCodec
package com.mxgraph.layout
mxCircleLayout
mxCompactTreeLayout
mxCompactTreeLayout.Polygon
mxCompactTreeLayout.Polyline
mxCompactTreeLayout.TreeNode
mxEdgeLabelLayout
mxFastOrganicLayout
mxGraphLayout
mxIGraphLayout
mxOrganicLayout
mxOrganicLayout.CellWrapper
mxParallelEdgeLayout
mxPartitionLayout
mxStackLayout
package com.mxgraph.layout.hierarchical
mxHierarchicalLayout
package com.mxgraph.layout.hierarchical.model
mxGraphAbstractHierarchyCell
mxGraphHierarchyEdge
mxGraphHierarchyModel
mxGraphHierarchyModel.CellVisitor
mxGraphHierarchyNode
mxGraphHierarchyRank
package com.mxgraph.layout.hierarchical.stage
mxCoordinateAssignment
mxCoordinateAssignment.AreaSpatialCache
mxCoordinateAssignment.WeightedCellSorter
mxHierarchicalLayoutStage
mxMedianHybridCrossingReduction
mxMedianHybridCrossingReduction.MedianCellSorter
mxMinimumCycleRemover
package com.mxgraph.layout.orthogonal
mxOrthogonalLayout
package com.mxgraph.layout.orthogonal.model
mxOrthogonalModel
mxPointPair
mxPointSequence
mxSegment
package com.mxgraph.model
mxCell
mxCellPath
mxGeometry
mxGraphModel
mxGraphModel.Filter
mxGraphModel.mxChildChange
mxGraphModel.mxCollapseChange
mxGraphModel.mxGeometryChange
mxGraphModel.mxRootChange
mxGraphModel.mxStyleChange
mxGraphModel.mxTerminalChange
mxGraphModel.mxValueChange
mxGraphModel.mxVisibleChange
mxICell
mxIGraphModel
mxIGraphModel.mxAtomicGraphModelChange
package com.mxgraph.reader
mxGraphViewImageReader
mxGraphViewReader
package com.mxgraph.shape
mxActorShape
mxArrowShape
mxBasicShape
mxCloudShape
mxConnectorShape
mxCylinderShape
mxDefaultTextShape
mxDoubleEllipseShape
mxEllipseShape
mxHexagonShape
mxHtmlTextShape
mxIEdgeShape
mxImageShape
mxIShape
mxITextShape
mxIVertexShape
mxLabelShape
mxLineShape
mxRectangleShape
mxRhombusShape
mxSwimlaneShape
mxTriangleShape
mxWrapTextShape
package com.mxgraph.sharing
mxSession
mxSharedDiagram
mxSharedDiagram.mxDiagramChangeListener
package com.mxgraph.swing
mxGraphComponent
mxGraphComponent.mxGraphControl
mxGraphComponent.mxMouseRedirector
mxGraphOutline
mxGraphOutline.MouseTracker
package com.mxgraph.swing.handler
mxCellHandler
mxCellMarker
mxCellTracker
mxConnectionHandler
mxEdgeHandler
mxElbowEdgeHandler
mxGraphHandler
mxGraphTransferHandler
mxInsertHandler
mxKeyboardHandler
mxPanningHandler
mxRotationHandler
mxRubberband
mxSubHandler
mxVertexHandler
package com.mxgraph.swing.util
mxCellOverlay
mxGraphActions
mxGraphActions.DeleteAction
mxGraphActions.DrillAction
mxGraphActions.EditAction
mxGraphActions.FoldAction
mxGraphActions.GroupAction
mxGraphActions.LayerAction
mxGraphActions.RemoveFromParentAction
mxGraphActions.SelectAction
mxGraphActions.UngroupAction
mxGraphActions.UpdateGroupBoundsAction
mxGraphActions.ZoomAction
mxGraphTransferable
mxICellOverlay
mxMouseControl
package com.mxgraph.swing.view
mxCellEditor
mxICellEditor
mxInteractiveCanvas
package com.mxgraph.util
mxCellRenderer
mxCellRenderer.CanvasFactory
mxConstants
mxCurve
mxEvent
mxEventObject
mxEventSource
mxEventSource.mxIEventListener
mxImage
mxLighweightLabel
mxLighweightTextPane
mxLine
mxPoint
mxRectangle
mxResources
mxSpline
mxSpline1D
mxUndoableEdit
mxUndoableEdit.mxUndoableChange
mxUndoManager
mxUtils
package com.mxgraph.view
mxCellState
mxEdgeStyle
mxEdgeStyle.mxEdgeStyleFunction
mxGraph
mxGraph.mxICellVisitor
mxGraphSelectionModel
mxGraphSelectionModel.mxSelectionChange
mxGraphView
mxGraphView.mxCurrentRootChange
mxLayoutManager
mxMultiplicity
mxPerimeter
mxPerimeter.mxPerimeterFunction
mxSpaceManager
mxStyleRegistry
mxStylesheet
mxSwimlaneManager
mxTemporaryCellStates
to the top
Generated on Tue Sep 13 09:18:29 2011 for JGraph X by Java API Compliance Checker 1.0
A tool for checking backward binary/source compatibility of a Java library API