Source compatibility report for the JGraph X library between 1.4.0.2 and 1.4.0.3 versions
Test Info
Library Name | JGraph X |
Version #1 | 1.4.0.2 |
Version #2 | 1.4.0.3 |
Test Results
Total Java ARchives | 1 |
---|
Total Classes | 176 |
---|
Total Methods / Types | 2413 / 149 |
---|
Verdict | Incompatible |
---|
Problem Summary
| Severity | Count |
---|
Added Methods | - | 125 |
---|
Removed Methods | High | 86 |
---|
Problems with Data Types | High | 27 |
---|
Medium | 5 |
Low | 31 |
Problems with Methods | High | 1 |
---|
Medium | 0 |
Low | 0 |
Added Methods (125)
jgraphx.jar, mxActorShape.class
package com.mxgraph.shape
mxActorShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Shape
[ run-time name: com/mxgraph/shape/mxActorShape.createShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Shape; ]
jgraphx.jar, mxArrowShape.class
package com.mxgraph.shape
mxArrowShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Shape
[ run-time name: com/mxgraph/shape/mxArrowShape.createShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Shape; ]
jgraphx.jar, mxBasicShape.class
package com.mxgraph.shape
mxBasicShape.configureGraphics ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2, boolean p3 ):boolean
[ run-time name: com/mxgraph/shape/mxBasicShape.configureGraphics:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;Z)Z ]
mxBasicShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Shape
[ run-time name: com/mxgraph/shape/mxBasicShape.createShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Shape; ]
mxBasicShape.getFillColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Color
[ run-time name: com/mxgraph/shape/mxBasicShape.getFillColor:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Color; ]
mxBasicShape.getStrokeColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Color
[ run-time name: com/mxgraph/shape/mxBasicShape.getStrokeColor:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Color; ]
mxBasicShape.hasShadow ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):boolean
[ run-time name: com/mxgraph/shape/mxBasicShape.hasShadow:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Z ]
mxBasicShape.mxBasicShape ( )
[ run-time name: com/mxgraph/shape/mxBasicShape."<init>":()V ]
mxBasicShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxBasicShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxCloudShape.class
package com.mxgraph.shape
mxCloudShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Shape
[ run-time name: com/mxgraph/shape/mxCloudShape.createShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Shape; ]
jgraphx.jar, mxConnectionHandler.class
package com.mxgraph.swing.handler
mxConnectionHandler.createConnectPreview ( ):mxConnectPreview
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.createConnectPreview:()Lcom/mxgraph/swing/handler/mxConnectPreview; ]
mxConnectionHandler.getConnectPreview ( ):mxConnectPreview
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.getConnectPreview:()Lcom/mxgraph/swing/handler/mxConnectPreview; ]
mxConnectionHandler.isEnabled ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.isEnabled:()Z ]
mxConnectionHandler.setBounds ( java.awt.Rectangle p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.setBounds:(Ljava/awt/Rectangle;)V ]
mxConnectionHandler.setEnabled ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.setEnabled:(Z)V ]
mxConnectionHandler.start ( java.awt.event.MouseEvent p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.start:(Ljava/awt/event/MouseEvent;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxConnectorShape.class
package com.mxgraph.shape
mxConnectorShape.isRounded ( java.util.Map p1 ):boolean
[ run-time name: com/mxgraph/shape/mxConnectorShape.isRounded:(Ljava/util/Map;)Z ]
mxConnectorShape.paintPolyline ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxConnectorShape.paintPolyline:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Ljava/util/List;Ljava/util/Map;)V ]
mxConnectorShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxConnectorShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxConnectPreview.class
package com.mxgraph.swing.handler
mxConnectPreview.createCell ( com.mxgraph.view.mxCellState p1, String p2 ):Object
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.createCell:(Lcom/mxgraph/view/mxCellState;Ljava/lang/String;)Ljava/lang/Object; ]
mxConnectPreview.getDirtyRect ( ):java.awt.Rectangle
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.getDirtyRect:()Ljava/awt/Rectangle; ]
mxConnectPreview.getDirtyRect ( com.mxgraph.util.mxRectangle p1 ):java.awt.Rectangle
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.getDirtyRect:(Lcom/mxgraph/util/mxRectangle;)Ljava/awt/Rectangle; ]
mxConnectPreview.getPreviewState ( ):com.mxgraph.view.mxCellState
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.getPreviewState:()Lcom/mxgraph/view/mxCellState; ]
mxConnectPreview.getSourceState ( ):com.mxgraph.view.mxCellState
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.getSourceState:()Lcom/mxgraph/view/mxCellState; ]
mxConnectPreview.getStartPoint ( ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.getStartPoint:()Lcom/mxgraph/util/mxPoint; ]
mxConnectPreview.isActive ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.isActive:()Z ]
mxConnectPreview.mxConnectPreview ( com.mxgraph.swing.mxGraphComponent p1 )
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview."<init>":(Lcom/mxgraph/swing/mxGraphComponent;)V ]
mxConnectPreview.paint ( java.awt.Graphics p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.paint:(Ljava/awt/Graphics;)V ]
mxConnectPreview.revalidate ( com.mxgraph.view.mxCellState p1, Object p2 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.revalidate:(Lcom/mxgraph/view/mxCellState;Ljava/lang/Object;)V ]
mxConnectPreview.start ( java.awt.event.MouseEvent p1, com.mxgraph.view.mxCellState p2, String p3 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.start:(Ljava/awt/event/MouseEvent;Lcom/mxgraph/view/mxCellState;Ljava/lang/String;)V ]
mxConnectPreview.stop ( boolean p1 ):Object
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.stop:(Z)Ljava/lang/Object; ]
mxConnectPreview.stop ( boolean p1, java.awt.event.MouseEvent p2 ):Object
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.stop:(ZLjava/awt/event/MouseEvent;)Ljava/lang/Object; ]
mxConnectPreview.transformScreenPoint ( double p1, double p2 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.transformScreenPoint:(DD)Lcom/mxgraph/util/mxPoint; ]
mxConnectPreview.update ( java.awt.event.MouseEvent p1, com.mxgraph.view.mxCellState p2, double p3, double p4 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.update:(Ljava/awt/event/MouseEvent;Lcom/mxgraph/view/mxCellState;DD)V ]
jgraphx.jar, mxCurve.class
package com.mxgraph.util
mxCurve.getGuidePoints ( ):java.util.List
[ run-time name: com/mxgraph/util/mxCurve.getGuidePoints:()Ljava/util/List; ]
mxCurve.intersectRectPerimeterPoint ( String p1, mxRectangle p2, int p3 ):mxPoint
[ run-time name: com/mxgraph/util/mxCurve.intersectRectPerimeterPoint:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;I)Lcom/mxgraph/util/mxPoint; ]
mxCurve.intersectRectPerimeterSeg ( String p1, mxRectangle p2 ):int
[ run-time name: com/mxgraph/util/mxCurve.intersectRectPerimeterSeg:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;)I ]
mxCurve.intersectsRect ( mxRectangle p1 ):boolean
[ run-time name: com/mxgraph/util/mxCurve.intersectsRect:(Lcom/mxgraph/util/mxRectangle;)Z ]
mxCurve.intersectsRectPerimeter ( String p1, mxRectangle p2 ):mxPoint
[ run-time name: com/mxgraph/util/mxCurve.intersectsRectPerimeter:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;)Lcom/mxgraph/util/mxPoint; ]
mxCurve.intersectsRectPerimeterDist ( String p1, mxRectangle p2 ):double
[ run-time name: com/mxgraph/util/mxCurve.intersectsRectPerimeterDist:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;)D ]
mxCurve.isValid ( ):boolean
[ run-time name: com/mxgraph/util/mxCurve.isValid:()Z ]
mxCurve.mxCurve ( )
[ run-time name: com/mxgraph/util/mxCurve."<init>":()V ]
mxCurve.setValid ( boolean p1 ):void
[ run-time name: com/mxgraph/util/mxCurve.setValid:(Z)V ]
jgraphx.jar, mxCurveShape.class
package com.mxgraph.shape
mxCurveShape.paintPolyline ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxCurveShape.paintPolyline:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Ljava/util/List;Ljava/util/Map;)V ]
mxCurveShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxCurveShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
mxCurveShape.validateCurve ( java.util.List p1, double p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxCurveShape.validateCurve:(Ljava/util/List;DLjava/util/Map;)V ]
jgraphx.jar, mxCylinderShape.class
package com.mxgraph.shape
mxCylinderShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxCylinderShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxDoubleEllipseShape.class
package com.mxgraph.shape
mxDoubleEllipseShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxDoubleEllipseShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxEllipseShape.class
package com.mxgraph.shape
mxEllipseShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Shape
[ run-time name: com/mxgraph/shape/mxEllipseShape.createShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Shape; ]
jgraphx.jar, mxGraph.class
package com.mxgraph.view
mxGraph.cellDrawn ( com.mxgraph.canvas.mxICanvas p1, mxCellState p2, Object p3, Object p4 ):void
[ run-time name: com/mxgraph/view/mxGraph.cellDrawn:(Lcom/mxgraph/canvas/mxICanvas;Lcom/mxgraph/view/mxCellState;Ljava/lang/Object;Ljava/lang/Object;)V ]
mxGraph.drawGraph ( com.mxgraph.canvas.mxICanvas p1 ):void
[ run-time name: com/mxgraph/view/mxGraph.drawGraph:(Lcom/mxgraph/canvas/mxICanvas;)V ]
mxGraph.drawState ( com.mxgraph.canvas.mxICanvas p1, mxCellState p2, String p3 ):void
[ run-time name: com/mxgraph/view/mxGraph.drawState:(Lcom/mxgraph/canvas/mxICanvas;Lcom/mxgraph/view/mxCellState;Ljava/lang/String;)V ]
mxGraph.getAllConnectionConstraints ( mxCellState p1, boolean p2 ):mxConnectionConstraint[]
[ run-time name: com/mxgraph/view/mxGraph.getAllConnectionConstraints:(Lcom/mxgraph/view/mxCellState;Z)[Lcom/mxgraph/view/mxConnectionConstraint; ]
jgraphx.jar, mxGraphComponent.class
package com.mxgraph.swing
mxGraphComponent.createSelectionCellsHandler ( ):handler.mxSelectionCellsHandler
[ run-time name: com/mxgraph/swing/mxGraphComponent.createSelectionCellsHandler:()Lcom/mxgraph/swing/handler/mxSelectionCellsHandler; ]
mxGraphComponent.getSelectionCellsHandler ( ):handler.mxSelectionCellsHandler
[ run-time name: com/mxgraph/swing/mxGraphComponent.getSelectionCellsHandler:()Lcom/mxgraph/swing/handler/mxSelectionCellsHandler; ]
jgraphx.jar, mxGraphControl.class
package com.mxgraph.swing
mxGraphComponent.mxGraphControl.drawGraph ( java.awt.Graphics2D p1, boolean p2 ):void
[ run-time name: com/mxgraph/swing/mxGraphComponent.mxGraphControl.drawGraph:(Ljava/awt/Graphics2D;Z)V ]
jgraphx.jar, mxGraphHandler.class
package com.mxgraph.swing.handler
mxGraphHandler.isEnabled ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.isEnabled:()Z ]
mxGraphHandler.isVisible ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.isVisible:()Z ]
mxGraphHandler.setEnabled ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.setEnabled:(Z)V ]
mxGraphHandler.setPreviewBounds ( java.awt.Rectangle p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.setPreviewBounds:(Ljava/awt/Rectangle;)V ]
mxGraphHandler.setVisible ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.setVisible:(Z)V ]
jgraphx.jar, mxGraphics2DCanvas.class
package com.mxgraph.canvas
mxGraphics2DCanvas.createStroke ( float p1, boolean p2 ):java.awt.Stroke
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.createStroke:(FZ)Ljava/awt/Stroke; ]
mxGraphics2DCanvas.drawCell ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawCell:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
mxGraphics2DCanvas.drawImage ( java.awt.Rectangle p1, String p2 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawImage:(Ljava/awt/Rectangle;Ljava/lang/String;)V ]
mxGraphics2DCanvas.fillShape ( java.awt.Shape p1, boolean p2 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.fillShape:(Ljava/awt/Shape;Z)V ]
mxGraphics2DCanvas.flushImageCache ( ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.flushImageCache:()V ]
mxGraphics2DCanvas.getShape ( java.util.Map p1 ):com.mxgraph.shape.mxIShape
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.getShape:(Ljava/util/Map;)Lcom/mxgraph/shape/mxIShape; ]
mxGraphics2DCanvas.paintPolyline ( com.mxgraph.util.mxPoint[] p1, boolean p2 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.paintPolyline:([Lcom/mxgraph/util/mxPoint;Z)V ]
mxGraphics2DCanvas.paintRectangle ( java.awt.Rectangle p1, java.awt.Color p2, java.awt.Color p3 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.paintRectangle:(Ljava/awt/Rectangle;Ljava/awt/Color;Ljava/awt/Color;)V ]
mxGraphics2DCanvas.putShape ( String p1, com.mxgraph.shape.mxIShape p2 ) [static]:void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.putShape:(Ljava/lang/String;Lcom/mxgraph/shape/mxIShape;)V ]
jgraphx.jar, mxGraphViewReader.class
package com.mxgraph.reader
mxGraphViewReader.parseState ( com.mxgraph.view.mxCellState p1, boolean p2 ):String
[ run-time name: com/mxgraph/reader/mxGraphViewReader.parseState:(Lcom/mxgraph/view/mxCellState;Z)Ljava/lang/String; ]
jgraphx.jar, mxHexagonShape.class
package com.mxgraph.shape
mxHexagonShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Shape
[ run-time name: com/mxgraph/shape/mxHexagonShape.createShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Shape; ]
jgraphx.jar, mxHtmlCanvas.class
package com.mxgraph.canvas
mxHtmlCanvas.drawCell ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxHtmlCanvas.drawCell:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxICanvas.class
package com.mxgraph.canvas
mxICanvas.drawCell ( com.mxgraph.view.mxCellState p1 ) [abstract]:Object
[ run-time name: com/mxgraph/canvas/mxICanvas.drawCell:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxImageCanvas.class
package com.mxgraph.canvas
mxImageCanvas.drawCell ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxImageCanvas.drawCell:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxImageShape.class
package com.mxgraph.shape
mxImageShape.getFillColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Color
[ run-time name: com/mxgraph/shape/mxImageShape.getFillColor:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Color; ]
mxImageShape.getImageBounds ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Rectangle
[ run-time name: com/mxgraph/shape/mxImageShape.getImageBounds:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Rectangle; ]
mxImageShape.getImageForStyle ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):String
[ run-time name: com/mxgraph/shape/mxImageShape.getImageForStyle:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/lang/String; ]
mxImageShape.getStrokeColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Color
[ run-time name: com/mxgraph/shape/mxImageShape.getStrokeColor:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Color; ]
mxImageShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxImageShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxIShape.class
package com.mxgraph.shape
mxIShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ) [abstract]:void
[ run-time name: com/mxgraph/shape/mxIShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxLabelShape.class
package com.mxgraph.shape
mxLabelShape.getFillColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Color
[ run-time name: com/mxgraph/shape/mxLabelShape.getFillColor:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Color; ]
mxLabelShape.getImageBounds ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Rectangle
[ run-time name: com/mxgraph/shape/mxLabelShape.getImageBounds:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Rectangle; ]
mxLabelShape.getStrokeColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Color
[ run-time name: com/mxgraph/shape/mxLabelShape.getStrokeColor:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Color; ]
jgraphx.jar, mxLineShape.class
package com.mxgraph.shape
mxLineShape.createPoints ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):com.mxgraph.util.mxPoint[]
[ run-time name: com/mxgraph/shape/mxLineShape.createPoints:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)[Lcom/mxgraph/util/mxPoint; ]
mxLineShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxLineShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxMouseAdapter.class
package com.mxgraph.swing.util
mxMouseAdapter.mouseClicked ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseAdapter.mouseClicked:(Ljava/awt/event/MouseEvent;)V ]
mxMouseAdapter.mouseDragged ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseAdapter.mouseDragged:(Ljava/awt/event/MouseEvent;)V ]
mxMouseAdapter.mouseEntered ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseAdapter.mouseEntered:(Ljava/awt/event/MouseEvent;)V ]
mxMouseAdapter.mouseExited ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseAdapter.mouseExited:(Ljava/awt/event/MouseEvent;)V ]
mxMouseAdapter.mouseMoved ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseAdapter.mouseMoved:(Ljava/awt/event/MouseEvent;)V ]
mxMouseAdapter.mousePressed ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseAdapter.mousePressed:(Ljava/awt/event/MouseEvent;)V ]
mxMouseAdapter.mouseReleased ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseAdapter.mouseReleased:(Ljava/awt/event/MouseEvent;)V ]
mxMouseAdapter.mxMouseAdapter ( )
[ run-time name: com/mxgraph/swing/util/mxMouseAdapter."<init>":()V ]
jgraphx.jar, mxPanningHandler.class
package com.mxgraph.swing.handler
mxPanningHandler.isEnabled ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxPanningHandler.isEnabled:()Z ]
mxPanningHandler.setEnabled ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxPanningHandler.setEnabled:(Z)V ]
jgraphx.jar, mxRectangle.class
package com.mxgraph.util
mxRectangle.intersectLine ( double p1, double p2, double p3, double p4 ):mxPoint
[ run-time name: com/mxgraph/util/mxRectangle.intersectLine:(DDDD)Lcom/mxgraph/util/mxPoint; ]
jgraphx.jar, mxRectangleShape.class
package com.mxgraph.shape
mxRectangleShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Shape
[ run-time name: com/mxgraph/shape/mxRectangleShape.createShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Shape; ]
mxRectangleShape.getArcSize ( int p1, int p2 ):int
[ run-time name: com/mxgraph/shape/mxRectangleShape.getArcSize:(II)I ]
mxRectangleShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxRectangleShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxRhombusShape.class
package com.mxgraph.shape
mxRhombusShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Shape
[ run-time name: com/mxgraph/shape/mxRhombusShape.createShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Shape; ]
jgraphx.jar, mxSelectionCellsHandler.class
package com.mxgraph.swing.handler
mxSelectionCellsHandler.getGraphComponent ( ):com.mxgraph.swing.mxGraphComponent
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.getGraphComponent:()Lcom/mxgraph/swing/mxGraphComponent; ]
mxSelectionCellsHandler.getHandler ( Object p1 ):mxCellHandler
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.getHandler:(Ljava/lang/Object;)Lcom/mxgraph/swing/handler/mxCellHandler; ]
mxSelectionCellsHandler.getMaxHandlers ( ):int
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.getMaxHandlers:()I ]
mxSelectionCellsHandler.getToolTipText ( java.awt.event.MouseEvent p1 ):String
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.getToolTipText:(Ljava/awt/event/MouseEvent;)Ljava/lang/String; ]
mxSelectionCellsHandler.isEnabled ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.isEnabled:()Z ]
mxSelectionCellsHandler.mouseClicked ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.mouseClicked:(Ljava/awt/event/MouseEvent;)V ]
mxSelectionCellsHandler.mouseDragged ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.mouseDragged:(Ljava/awt/event/MouseEvent;)V ]
mxSelectionCellsHandler.mouseEntered ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.mouseEntered:(Ljava/awt/event/MouseEvent;)V ]
mxSelectionCellsHandler.mouseExited ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.mouseExited:(Ljava/awt/event/MouseEvent;)V ]
mxSelectionCellsHandler.mouseMoved ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.mouseMoved:(Ljava/awt/event/MouseEvent;)V ]
mxSelectionCellsHandler.mousePressed ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.mousePressed:(Ljava/awt/event/MouseEvent;)V ]
mxSelectionCellsHandler.mouseReleased ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.mouseReleased:(Ljava/awt/event/MouseEvent;)V ]
mxSelectionCellsHandler.mxSelectionCellsHandler ( com.mxgraph.swing.mxGraphComponent p1 )
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler."<init>":(Lcom/mxgraph/swing/mxGraphComponent;)V ]
mxSelectionCellsHandler.paintHandles ( java.awt.Graphics p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.paintHandles:(Ljava/awt/Graphics;)V ]
mxSelectionCellsHandler.refresh ( ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.refresh:()V ]
mxSelectionCellsHandler.reset ( ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.reset:()V ]
mxSelectionCellsHandler.setEnabled ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.setEnabled:(Z)V ]
mxSelectionCellsHandler.setMaxHandlers ( int p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.setMaxHandlers:(I)V ]
jgraphx.jar, mxSvgCanvas.class
package com.mxgraph.canvas
mxSvgCanvas.drawCell ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxSvgCanvas.drawCell:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxSwimlaneShape.class
package com.mxgraph.shape
mxSwimlaneShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxSwimlaneShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxTriangleShape.class
package com.mxgraph.shape
mxTriangleShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):java.awt.Shape
[ run-time name: com/mxgraph/shape/mxTriangleShape.createShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)Ljava/awt/Shape; ]
jgraphx.jar, mxVdxCodec.class
package com.mxgraph.io
mxVdxCodec.decode ( org.w3c.dom.Document p1, com.mxgraph.view.mxGraph p2 ) [static]:void
[ run-time name: com/mxgraph/io/mxVdxCodec.decode:(Lorg/w3c/dom/Document;Lcom/mxgraph/view/mxGraph;)V ]
mxVdxCodec.mxVdxCodec ( )
[ run-time name: com/mxgraph/io/mxVdxCodec."<init>":()V ]
jgraphx.jar, mxVmlCanvas.class
package com.mxgraph.canvas
mxVmlCanvas.drawCell ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxVmlCanvas.drawCell:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
to the top
Removed Methods (86)
jgraphx.jar, mxActorShape.class
package com.mxgraph.shape
mxActorShape.createActor ( java.awt.Rectangle p1, java.util.Map p2 ) [static]:java.awt.geom.GeneralPath
[ run-time name: com/mxgraph/shape/mxActorShape.createActor:(Ljava/awt/Rectangle;Ljava/util/Map;)Ljava/awt/geom/GeneralPath; ]
mxActorShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxActorShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxArrowShape.class
package com.mxgraph.shape
mxArrowShape.createArrow ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 ) [static]:java.awt.Polygon
[ run-time name: com/mxgraph/shape/mxArrowShape.createArrow:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Ljava/util/List;Ljava/util/Map;)Ljava/awt/Polygon; ]
mxArrowShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxArrowShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Ljava/util/List;Ljava/util/Map;)V ]
jgraphx.jar, mxCloudShape.class
package com.mxgraph.shape
mxCloudShape.createCloud ( java.awt.Rectangle p1, java.util.Map p2 ) [static]:java.awt.geom.GeneralPath
[ run-time name: com/mxgraph/shape/mxCloudShape.createCloud:(Ljava/awt/Rectangle;Ljava/util/Map;)Ljava/awt/geom/GeneralPath; ]
mxCloudShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxCloudShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxConnectionHandler.class
package com.mxgraph.swing.handler
mxConnectionHandler.connect ( Object p1, Object p2, java.awt.event.MouseEvent p3 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.connect:(Ljava/lang/Object;Ljava/lang/Object;Ljava/awt/event/MouseEvent;)V ]
mxConnectionHandler.createPreview ( ):javax.swing.JComponent
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.createPreview:()Ljavax/swing/JComponent; ]
mxConnectionHandler.insertEdge ( Object p1, String p2, Object p3, Object p4, Object p5 ):Object
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.insertEdge:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; ]
jgraphx.jar, mxConnectorShape.class
package com.mxgraph.shape
mxConnectorShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxConnectorShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Ljava/util/List;Ljava/util/Map;)V ]
jgraphx.jar, mxCurve.class
package com.mxgraph.util
mxCurve.intersectRectPoint ( String p1, mxRectangle p2, int p3 ):mxPoint
[ run-time name: com/mxgraph/util/mxCurve.intersectRectPoint:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;I)Lcom/mxgraph/util/mxPoint; ]
mxCurve.intersectRectSeg ( String p1, mxRectangle p2 ):int
[ run-time name: com/mxgraph/util/mxCurve.intersectRectSeg:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;)I ]
mxCurve.intersectsRect ( String p1, mxRectangle p2 ):mxPoint
[ run-time name: com/mxgraph/util/mxCurve.intersectsRect:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;)Lcom/mxgraph/util/mxPoint; ]
mxCurve.intersectsRectDist ( String p1, mxRectangle p2 ):double
[ run-time name: com/mxgraph/util/mxCurve.intersectsRectDist:(Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;)D ]
jgraphx.jar, mxCurveShape.class
package com.mxgraph.shape
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, mxCylinderShape.class
package com.mxgraph.shape
mxCylinderShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxCylinderShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxDoubleEllipseShape.class
package com.mxgraph.shape
mxDoubleEllipseShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxDoubleEllipseShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxEllipseShape.class
package com.mxgraph.shape
mxEllipseShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxEllipseShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxGraph.class
package com.mxgraph.view
mxGraph.cellDrawn ( Object p1, Object p2, Object p3 ):void
[ run-time name: com/mxgraph/view/mxGraph.cellDrawn:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V ]
mxGraph.draw ( com.mxgraph.canvas.mxICanvas p1 ):void
[ run-time name: com/mxgraph/view/mxGraph.draw:(Lcom/mxgraph/canvas/mxICanvas;)V ]
mxGraph.drawStateWithLabel ( com.mxgraph.canvas.mxICanvas p1, mxCellState p2, String p3 ):void
[ run-time name: com/mxgraph/view/mxGraph.drawStateWithLabel:(Lcom/mxgraph/canvas/mxICanvas;Lcom/mxgraph/view/mxCellState;Ljava/lang/String;)V ]
mxGraph.getAllConnectionConstraints ( mxCellState p1 ):mxConnectionConstraint[]
[ run-time name: com/mxgraph/view/mxGraph.getAllConnectionConstraints:(Lcom/mxgraph/view/mxCellState;)[Lcom/mxgraph/view/mxConnectionConstraint; ]
jgraphx.jar, mxGraphComponent.class
package com.mxgraph.swing
mxGraphComponent.createSubHandler ( ):handler.mxSubHandler
[ run-time name: com/mxgraph/swing/mxGraphComponent.createSubHandler:()Lcom/mxgraph/swing/handler/mxSubHandler; ]
mxGraphComponent.getSubHandler ( ):handler.mxSubHandler
[ run-time name: com/mxgraph/swing/mxGraphComponent.getSubHandler:()Lcom/mxgraph/swing/handler/mxSubHandler; ]
mxGraphComponent.paintGraph ( java.awt.Graphics2D p1, boolean p2 ):void
[ run-time name: com/mxgraph/swing/mxGraphComponent.paintGraph:(Ljava/awt/Graphics2D;Z)V ]
jgraphx.jar, mxGraphControl.class
package com.mxgraph.swing
mxGraphComponent.mxGraphControl.draw ( com.mxgraph.canvas.mxICanvas p1 ):void
[ run-time name: com/mxgraph/swing/mxGraphComponent.mxGraphControl.draw:(Lcom/mxgraph/canvas/mxICanvas;)V ]
jgraphx.jar, mxGraphics2DCanvas.class
package com.mxgraph.canvas
mxGraphics2DCanvas.createStroke ( java.util.Map p1 ):java.awt.Stroke
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.createStroke:(Ljava/util/Map;)Ljava/awt/Stroke; ]
mxGraphics2DCanvas.drawEdge ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawEdge:(Lcom/mxgraph/view/mxCellState;)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.getArcSize ( int p1, int p2 ):int
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.getArcSize:(II)I ]
mxGraphics2DCanvas.getEdgeShape ( java.util.Map p1 ):com.mxgraph.shape.mxIEdgeShape
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.getEdgeShape:(Ljava/util/Map;)Lcom/mxgraph/shape/mxIEdgeShape; ]
mxGraphics2DCanvas.getVertexShape ( java.util.Map p1 ):com.mxgraph.shape.mxIVertexShape
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.getVertexShape:(Ljava/util/Map;)Lcom/mxgraph/shape/mxIVertexShape; ]
mxGraphics2DCanvas.paintImage ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.paintImage:(Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
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 ]
mxGraphics2DCanvas.paintRectangle ( com.mxgraph.util.mxRectangle p1, java.awt.Color p2, java.awt.Color p3 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.paintRectangle:(Lcom/mxgraph/util/mxRectangle;Ljava/awt/Color;Ljava/awt/Color;)V ]
mxGraphics2DCanvas.paintRoundRectangle ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.paintRoundRectangle:(Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
mxGraphics2DCanvas.paintShape ( java.awt.Shape p1, java.util.Map p2 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.paintShape:(Ljava/awt/Shape;Ljava/util/Map;)V ]
mxGraphics2DCanvas.putEdgeShape ( String p1, com.mxgraph.shape.mxIEdgeShape p2 ) [static]:void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.putEdgeShape:(Ljava/lang/String;Lcom/mxgraph/shape/mxIEdgeShape;)V ]
mxGraphics2DCanvas.putVertexShape ( String p1, com.mxgraph.shape.mxIVertexShape p2 ) [static]:void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.putVertexShape:(Ljava/lang/String;Lcom/mxgraph/shape/mxIVertexShape;)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, mxHexagonShape.class
package com.mxgraph.shape
mxHexagonShape.createHexagon ( java.awt.Rectangle p1, java.util.Map p2 ) [static]:java.awt.Polygon
[ run-time name: com/mxgraph/shape/mxHexagonShape.createHexagon:(Ljava/awt/Rectangle;Ljava/util/Map;)Ljava/awt/Polygon; ]
mxHexagonShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxHexagonShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;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.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.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, mxIEdgeShape.class
package com.mxgraph.shape
mxIEdgeShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 ) [abstract]:void
[ run-time name: com/mxgraph/shape/mxIEdgeShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Ljava/util/List;Ljava/util/Map;)V ]
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.drawVertex ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxImageCanvas.drawVertex:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxImageShape.class
package com.mxgraph.shape
mxImageShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxImageShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxIVertexShape.class
package com.mxgraph.shape
mxIVertexShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ) [abstract]:void
[ run-time name: com/mxgraph/shape/mxIVertexShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxLabelShape.class
package com.mxgraph.shape
mxLabelShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxLabelShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxLineShape.class
package com.mxgraph.shape
mxLineShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxLineShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxMouseControl.class
package com.mxgraph.swing.util
mxMouseControl.mouseClicked ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseControl.mouseClicked:(Ljava/awt/event/MouseEvent;)V ]
mxMouseControl.mouseDragged ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseControl.mouseDragged:(Ljava/awt/event/MouseEvent;)V ]
mxMouseControl.mouseEntered ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseControl.mouseEntered:(Ljava/awt/event/MouseEvent;)V ]
mxMouseControl.mouseExited ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseControl.mouseExited:(Ljava/awt/event/MouseEvent;)V ]
mxMouseControl.mouseMoved ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseControl.mouseMoved:(Ljava/awt/event/MouseEvent;)V ]
mxMouseControl.mousePressed ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseControl.mousePressed:(Ljava/awt/event/MouseEvent;)V ]
mxMouseControl.mouseReleased ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMouseControl.mouseReleased:(Ljava/awt/event/MouseEvent;)V ]
mxMouseControl.mxMouseControl ( )
[ run-time name: com/mxgraph/swing/util/mxMouseControl."<init>":()V ]
jgraphx.jar, mxRectangleShape.class
package com.mxgraph.shape
mxRectangleShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxRectangleShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxRhombusShape.class
package com.mxgraph.shape
mxRhombusShape.createRhombus ( java.awt.Rectangle p1, java.util.Map p2 ) [static]:java.awt.Polygon
[ run-time name: com/mxgraph/shape/mxRhombusShape.createRhombus:(Ljava/awt/Rectangle;Ljava/util/Map;)Ljava/awt/Polygon; ]
mxRhombusShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxRhombusShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxSubHandler.class
package com.mxgraph.swing.handler
mxSubHandler.getGraphComponent ( ):com.mxgraph.swing.mxGraphComponent
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.getGraphComponent:()Lcom/mxgraph/swing/mxGraphComponent; ]
mxSubHandler.getHandler ( Object p1 ):mxCellHandler
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.getHandler:(Ljava/lang/Object;)Lcom/mxgraph/swing/handler/mxCellHandler; ]
mxSubHandler.getMaxHandlers ( ):int
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.getMaxHandlers:()I ]
mxSubHandler.getToolTipText ( java.awt.event.MouseEvent p1 ):String
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.getToolTipText:(Ljava/awt/event/MouseEvent;)Ljava/lang/String; ]
mxSubHandler.mouseDragged ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.mouseDragged:(Ljava/awt/event/MouseEvent;)V ]
mxSubHandler.mouseMoved ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.mouseMoved:(Ljava/awt/event/MouseEvent;)V ]
mxSubHandler.mousePressed ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.mousePressed:(Ljava/awt/event/MouseEvent;)V ]
mxSubHandler.mouseReleased ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.mouseReleased:(Ljava/awt/event/MouseEvent;)V ]
mxSubHandler.mxSubHandler ( com.mxgraph.swing.mxGraphComponent p1 )
[ run-time name: com/mxgraph/swing/handler/mxSubHandler."<init>":(Lcom/mxgraph/swing/mxGraphComponent;)V ]
mxSubHandler.paintComponent ( java.awt.Graphics p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.paintComponent:(Ljava/awt/Graphics;)V ]
mxSubHandler.refresh ( ):void
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.refresh:()V ]
mxSubHandler.reset ( ):void
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.reset:()V ]
mxSubHandler.setMaxHandlers ( int p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSubHandler.setMaxHandlers:(I)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.drawVertex ( com.mxgraph.view.mxCellState p1 ):Object
[ run-time name: com/mxgraph/canvas/mxSvgCanvas.drawVertex:(Lcom/mxgraph/view/mxCellState;)Ljava/lang/Object; ]
jgraphx.jar, mxSwimlaneShape.class
package com.mxgraph.shape
mxSwimlaneShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxSwimlaneShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
jgraphx.jar, mxTriangleShape.class
package com.mxgraph.shape
mxTriangleShape.createTriangle ( java.awt.Rectangle p1, java.util.Map p2 ) [static]:java.awt.Polygon
[ run-time name: com/mxgraph/shape/mxTriangleShape.createTriangle:(Ljava/awt/Rectangle;Ljava/util/Map;)Ljava/awt/Polygon; ]
mxTriangleShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 ):void
[ run-time name: com/mxgraph/shape/mxTriangleShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
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.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
Problems with Data Types, High Severity (27)
jgraphx.jar
package com.mxgraph.canvas
[+] mxGraphics2DCanvas (2)
| Change | Effect |
---|
Field edgeShapes (java.util.Map) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable edgeShapes in mxGraphics2DCanvas. |
Field vertexShapes has been renamed to shapes. | Recompilation of a client program may be terminated with the message: cannot find variable vertexShapes in mxGraphics2DCanvas. |
[+] affected methods (31)
mxGraphics2DCanvas.createFillPaint ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.createTemporaryGraphics ( java.util.Map p1, float p2, com.mxgraph.util.mxRectangle p3 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.drawShape ( java.awt.Shape p1 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.fillShape ( java.awt.Shape p1 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.getGraphics ( )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.getRendererPane ( )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.getTextShape ( java.util.Map p1, boolean p2 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.isReplaceHtmlLinefeeds ( )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.loadImage ( String p1 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.mxGraphics2DCanvas ( )This constructor is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.mxGraphics2DCanvas ( java.awt.Graphics2D p1 )This constructor is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.putTextShape ( String p1, com.mxgraph.shape.mxITextShape p2 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.setGraphics ( java.awt.Graphics2D p1 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.setReplaceHtmlLinefeeds ( boolean p1 )This method is from 'mxGraphics2DCanvas' class.
mxImageCanvas.destroy ( )Field 'this.canvas' in the object of this method has type 'mxGraphics2DCanvas'.
mxImageCanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 )Field 'this.canvas' in the object of this method has type 'mxGraphics2DCanvas'.
mxImageCanvas.getGraphicsCanvas ( )Field 'this.canvas' in the object of this method has type 'mxGraphics2DCanvas'.
mxImageCanvas.getImage ( )Field 'this.canvas' in the object of this method has type 'mxGraphics2DCanvas'.
mxImageCanvas.getScale ( )Field 'this.canvas' in the object of this method has type 'mxGraphics2DCanvas'.
mxImageCanvas.getTranslate ( )Field 'this.canvas' in the object of this method has type 'mxGraphics2DCanvas'.
mxImageCanvas.mxImageCanvas ( mxGraphics2DCanvas p1, int p2, int p3, java.awt.Color p4, boolean p5 )Field 'this.canvas' in the object of this method has type 'mxGraphics2DCanvas'.
mxImageCanvas.setScale ( double p1 )Field 'this.canvas' in the object of this method has type 'mxGraphics2DCanvas'.
mxImageCanvas.setTranslate ( int p1, int p2 )Field 'this.canvas' in the object of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.reader.mxGraphViewImageReader.createGraphicsCanvas ( )Return value of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxConnectorShape.paintMarker ( mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3, boolean p4 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxDefaultTextShape.paintShape ( mxGraphics2DCanvas p1, String p2, com.mxgraph.util.mxRectangle p3, java.util.Map p4 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxHtmlTextShape.paintShape ( mxGraphics2DCanvas p1, String p2, com.mxgraph.util.mxRectangle p3, java.util.Map p4 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxITextShape.paintShape ( mxGraphics2DCanvas p1, String p2, com.mxgraph.util.mxRectangle p3, java.util.Map p4 )1st parameter 'p1' of this abstract method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxWrapTextShape.paintShape ( mxGraphics2DCanvas p1, String p2, com.mxgraph.util.mxRectangle p3, java.util.Map p4 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.util.mxCellRenderer.createBufferedImage ( com.mxgraph.view.mxGraph p1, Object[] p2, double p3, java.awt.Color p4, boolean p5, com.mxgraph.util.mxRectangle p6, mxGraphics2DCanvas p7 )7th parameter 'p7' of this method has type 'mxGraphics2DCanvas'.
[+] mxICanvas (3)
| Change | Effect |
---|
Abstract method mxICanvas.drawCell ( 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 drawCell(com.mxgraph.view.mxCellState) in mxICanvas. |
Abstract method mxICanvas.drawEdge ( com.mxgraph.view.mxCellState p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method drawEdge(com.mxgraph.view.mxCellState) in interface mxICanvas. |
Abstract method mxICanvas.drawVertex ( com.mxgraph.view.mxCellState p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method drawVertex(com.mxgraph.view.mxCellState) in interface mxICanvas. |
[+] affected methods (18)
mxICanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 )This abstract method is from 'mxICanvas' interface.
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 )Field 'this.canvas' in the object of this abstract method has type 'mxICanvas'.
com.mxgraph.reader.mxGraphViewReader.getCanvas ( )Field 'this.canvas' in the object 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.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.drawCell ( mxICanvas p1, Object p2 )1st parameter 'p1' of this method has type 'mxICanvas'.
package com.mxgraph.shape
[+] mxActorShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxActorShape. |
[+] affected methods (1)
mxActorShape.mxActorShape ( )This constructor is from 'mxActorShape' class.
[+] mxArrowShape (1)
| Change | Effect |
---|
Removed super-interface mxIEdgeShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxArrowShape. |
[+] affected methods (1)
mxArrowShape.mxArrowShape ( )This constructor is from 'mxArrowShape' class.
[+] mxCloudShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxCloudShape. |
[+] affected methods (1)
mxCloudShape.mxCloudShape ( )This constructor is from 'mxCloudShape' class.
[+] mxConnectorShape (1)
| Change | Effect |
---|
Removed super-interface mxIEdgeShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxConnectorShape. |
[+] affected methods (2)
mxConnectorShape.mxConnectorShape ( )This constructor is from 'mxConnectorShape' class.
mxConnectorShape.paintMarker ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3, boolean p4 )This method is from 'mxConnectorShape' class.
[+] mxCurveShape (1)
| Change | Effect |
---|
Removed super-interface mxIEdgeShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxCurveShape. |
[+] affected methods (2)
mxCurveShape.getCurve ( )This method is from 'mxCurveShape' class.
mxCurveShape.mxCurveShape ( )This constructor is from 'mxCurveShape' class.
[+] mxCylinderShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxCylinderShape. |
[+] affected methods (1)
mxCylinderShape.mxCylinderShape ( )This constructor is from 'mxCylinderShape' class.
[+] mxEllipseShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxEllipseShape. |
[+] affected methods (1)
mxEllipseShape.mxEllipseShape ( )This constructor is from 'mxEllipseShape' class.
[+] mxHexagonShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxHexagonShape. |
[+] affected methods (1)
mxHexagonShape.mxHexagonShape ( )This constructor is from 'mxHexagonShape' class.
[+] mxIEdgeShape (1)
| Change | Effect |
---|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class mxIEdgeShape. |
[+] affected methods (1)
mxIEdgeShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 )This abstract method is from 'mxIEdgeShape' interface.
[+] mxIVertexShape (1)
| Change | Effect |
---|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class mxIVertexShape. |
[+] affected methods (1)
mxIVertexShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.util.mxRectangle p2, java.util.Map p3 )This abstract method is from 'mxIVertexShape' interface.
[+] mxLineShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxLineShape. |
[+] affected methods (1)
mxLineShape.mxLineShape ( )This constructor is from 'mxLineShape' class.
[+] mxRectangleShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxRectangleShape. |
[+] affected methods (1)
mxRectangleShape.mxRectangleShape ( )This constructor is from 'mxRectangleShape' class.
[+] mxRhombusShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxRhombusShape. |
[+] affected methods (1)
mxRhombusShape.mxRhombusShape ( )This constructor is from 'mxRhombusShape' class.
[+] mxSwimlaneShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxSwimlaneShape. |
[+] affected methods (1)
mxSwimlaneShape.mxSwimlaneShape ( )This constructor is from 'mxSwimlaneShape' class.
[+] mxTriangleShape (1)
| Change | Effect |
---|
Removed super-interface mxIVertexShape. | Recompilation of a client program may be terminated with the message: cannot find method in mxTriangleShape. |
[+] affected methods (1)
mxTriangleShape.mxTriangleShape ( )This constructor is from 'mxTriangleShape' class.
package com.mxgraph.swing
[+] mxGraphComponent (1)
| Change | Effect |
---|
Field subHandler (handler.mxSubHandler) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable subHandler in mxGraphComponent. |
[+] affected methods (425)
handler.mxCellHandler.createHandles ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.createPreview ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getBounds ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getCursor ( java.awt.event.MouseEvent p1, int p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getGraphComponent ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getHandleBorderColor ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getHandleCount ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getHandleFillColor ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getIndex ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getIndexAt ( int p1, int p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getState ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getToolTipText ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isActive ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isHandleEnabled ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isHandlesVisible ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isHandleVisible ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isIgnoredEvent ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isLabel ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isLabelMovable ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mxCellHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.paint ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.refresh ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.reset ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.setHandlesVisible ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.start ( java.awt.event.MouseEvent p1, int p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.addListener ( String p1, com.mxgraph.util.mxEventSource.mxIEventListener p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getCell ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getHotspot ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getInvalidColor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getMarkedState ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getMarkerColor ( java.awt.event.MouseEvent p1, com.mxgraph.view.mxCellState p2, boolean p3 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getState ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getStateToMark ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getValidColor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getValidState ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.hasValidState ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.intersects ( com.mxgraph.view.mxCellState p1, java.awt.event.MouseEvent p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.isEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.isHotspotEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.isSwimlaneContentEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.isValidState ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mark ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mxCellMarker ( mxGraphComponent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mxCellMarker ( mxGraphComponent p1, java.awt.Color p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mxCellMarker ( mxGraphComponent p1, java.awt.Color p2, java.awt.Color p3 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mxCellMarker ( mxGraphComponent p1, java.awt.Color p2, java.awt.Color p3, double p4 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.paint ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.process ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1, String p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.reset ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setHotspot ( double p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setHotspotEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setInvalidColor ( java.awt.Color p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setSwimlaneContentEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setValidColor ( java.awt.Color p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.unmark ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellTracker.mxCellTracker ( mxGraphComponent p1, java.awt.Color p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.createTargetVertex ( java.awt.event.MouseEvent p1, Object p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.getConnecIcon ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.getHandleSize ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.getMarker ( )Field 'RetVal.graphComponent' in return value of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isConnecting ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isCreateTarget ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isHandleEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isHighlighting ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isKeepOnTop ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isSelect ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isValidSource ( Object p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isValidTarget ( Object p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mxConnectionHandler ( mxGraphComponent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.paint ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.reset ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setConnectIcon ( javax.swing.ImageIcon p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setCreateTarget ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setHandleEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setHandleSize ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setKeepOnTop ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setMarker ( handler.mxCellMarker p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setSelect ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.validateConnection ( Object p1, Object p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.connect ( Object p1, Object p2, boolean p3, boolean p4 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.convertPoint ( com.mxgraph.util.mxPoint p1, boolean p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createHandle ( java.awt.Point p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createHandle ( java.awt.Point p1, int p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createHandles ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createPoints ( com.mxgraph.view.mxCellState p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createPreview ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getCursor ( java.awt.event.MouseEvent p1, int p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getHandleFillColor ( int p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getIndexAt ( int p1, int p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getPreviewBounds ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getSelectionColor ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getSelectionStroke ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isCellBendable ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isCloneEnabled ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isFlipEvent ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isHandleVisible ( int p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isIgnoredEvent ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isSource ( int p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isTarget ( int p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.moveLabelTo ( com.mxgraph.view.mxCellState p1, double p2, double p3 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.movePoint ( Object p1, int p2, com.mxgraph.util.mxPoint p3 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.mxEdgeHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.paint ( java.awt.Graphics p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.reset ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.setCloneEnabled ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.validateConnection ( Object p1, Object p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxElbowEdgeHandler.mxElbowEdgeHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.convertPoint ( java.awt.Point p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.createEvent ( java.awt.dnd.DropTargetEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.createMarker ( )Field 'RetVal.graphComponent' in return value of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.dragEnter ( java.awt.dnd.DropTargetDragEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.dragExit ( java.awt.dnd.DropTargetEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.dragOver ( java.awt.dnd.DropTargetDragEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.drop ( java.awt.dnd.DropTargetDropEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.dropActionChanged ( java.awt.dnd.DropTargetDragEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.fold ( Object p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getCells ( Object p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getCursor ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getDropTarget ( java.awt.dnd.DropTargetEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getGraphComponent ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getGraphTransferHandler ( java.awt.dnd.DropTargetEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getPreviewLocation ( java.awt.event.MouseEvent p1, boolean p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isCenterPreview ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isCloneEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isImagePreview ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isMoveEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isRemoveCellsFromParent ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isSelectEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.moveCells ( Object[] p1, double p2, double p3, Object p4, java.awt.event.MouseEvent p5 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mxGraphHandler ( mxGraphComponent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.paint ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.reset ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setCenterPreview ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setCloneEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setImagePreview ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setMoveEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setRemoveCellsFromParent ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setSelectEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.shouldRemoveCellFromParent ( Object p1, Object[] p2, java.awt.event.MouseEvent p3 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.start ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.updateDragImage ( Object[] p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphTransferHandler.createGraphTransferable ( mxGraphComponent p1, Object[] p2, javax.swing.ImageIcon p3 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxGraphTransferHandler.createTransferableImage ( mxGraphComponent p1, Object[] p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxGraphTransferHandler.importCells ( mxGraphComponent p1, Object[] p2, com.mxgraph.util.mxRectangle p3 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxGraphTransferHandler.removeCells ( mxGraphComponent p1, Object[] p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxKeyboardHandler.installKeyboardActions ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxKeyboardHandler.mxKeyboardHandler ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxPanningHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxPanningHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxPanningHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxPanningHandler.mxPanningHandler ( mxGraphComponent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRotationHandler.mxRotationHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxRubberband.getBorderColor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.getFillColor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.isEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.isRubberbandTrigger ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseClicked ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseEntered ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseExited ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mxRubberband ( mxGraphComponent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.paintRubberband ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.reset ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.select ( java.awt.Rectangle p1, java.awt.event.MouseEvent p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.setBorderColor ( java.awt.Color p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.setEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.setFillColor ( java.awt.Color p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.start ( java.awt.Point p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxVertexHandler.mxVertexHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
mxGraphComponent.addCellOverlay ( Object p1, util.mxICellOverlay p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.addListener ( String p1, com.mxgraph.util.mxEventSource.mxIEventListener p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.canExportCell ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.canImportCell ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.checkTripleBuffer ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.clearCellOverlays ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.clearCellOverlays ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.createCanvas ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createCellEditor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createComponents ( com.mxgraph.view.mxCellState p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.createConnectionHandler ( )Field 'RetVal.marker.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.createGraphControl ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createGraphHandler ( )Field 'RetVal.marker.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.createHandler ( com.mxgraph.view.mxCellState p1 )Field 'RetVal.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.createHandlers ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createPanningHandler ( )Field 'RetVal.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.createTransferHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createTripleBuffer ( int p1, int p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.destroyTripleBuffer ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.escape ( java.awt.event.KeyEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getBackgroundImage ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCanvas ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellAt ( int p1, int p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellAt ( int p1, int p2, boolean p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellAt ( int p1, int p2, boolean p3, Object p4 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellEditor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellOverlays ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCells ( java.awt.Rectangle p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCells ( java.awt.Rectangle p1, Object p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getConnectionHandler ( )Field 'RetVal.marker.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.getEditingValue ( Object p1, java.util.EventObject p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getExportableCells ( Object[] p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getFoldingIcon ( com.mxgraph.view.mxCellState p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getFoldingIconBounds ( com.mxgraph.view.mxCellState p1, javax.swing.ImageIcon p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getGraph ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getGraphControl ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getGraphHandler ( )Field 'RetVal.marker.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.getGridColor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getGridStyle ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getHorizontalPageBorder ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getHorizontalPageCount ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getImportableCells ( Object[] p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getLayoutAreaSize ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageBackgroundColor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageBorderColor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageFormat ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageScale ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageShadowColor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageTranslate ( double p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPanningHandler ( )Field 'RetVal.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.getPointForEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPreferredSizeForPage ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPreviewAlpha ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getScaledPreferredSizeForGraph ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getTolerance ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getTripleBuffer ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getVerticalPageBorder ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getVerticalPageCount ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getZoomFactor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getZoomPolicy ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.hitFoldingIcon ( Object p1, int p2, int p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.importCells ( Object[] p1, double p2, double p3, Object p4, java.awt.Point p5 )This method is from 'mxGraphComponent' class.
mxGraphComponent.insertComponent ( com.mxgraph.view.mxCellState p1, java.awt.Component p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.installDoubleClickHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.installFocusHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.installKeyHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.installResizeHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isAntiAlias ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isAutoExtend ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isAutoScroll ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isCenterPage ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isCenterZoom ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isCloneEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isConnectable ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isConstrainedEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isDragEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEditEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEditing ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEnterStopsCellEditing ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEscapeEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEventsEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isExportEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isFoldingEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isForceMarqueeEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isForceTripleBuffered ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isGridEnabledEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isGridVisible ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isImportEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isInvokesStopCellEditing ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isKeepSelectionVisibleOnZoom ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPageBreaksVisible ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPageVisible ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPanning ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPanningEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPreferPageSize ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isSignificant ( double p1, double p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isSwimlaneSelectionEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isTextAntiAlias ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isToggleEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isTripleBuffered ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.labelChanged ( Object p1, Object p2, java.util.EventObject p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.maintainScrollBar ( boolean p1, double p2, boolean p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.mxGraphComponent ( com.mxgraph.view.mxGraph p1 )This constructor is from 'mxGraphComponent' class.
mxGraphComponent.mxGraphControl.mxGraphComponent#mxGraphControl ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
mxGraphComponent.mxGraphControl.getGraphContainer ( )Return value of this method has type 'mxGraphComponent'.
mxGraphComponent.paintBackground ( java.awt.Graphics p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.paintBackgroundImage ( java.awt.Graphics p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.paintBackgroundPage ( java.awt.Graphics p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.paintGrid ( java.awt.Graphics p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.print ( java.awt.Graphics p1, java.awt.print.PageFormat p2, int p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.redraw ( com.mxgraph.view.mxCellState p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.refresh ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeAllComponents ( java.util.Hashtable p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeAllOverlays ( java.util.Hashtable p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeCellOverlay ( Object p1, util.mxICellOverlay p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeCellOverlayComponent ( util.mxICellOverlay p1, Object p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeCellOverlays ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeComponent ( java.awt.Component p1, Object p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1, String p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.repaintTripleBuffer ( java.awt.Rectangle p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.scrollCellToVisible ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.scrollCellToVisible ( Object p1, boolean p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.scrollToCenter ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.selectCellForEvent ( Object p1, java.awt.event.MouseEvent p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.selectCellsForEvent ( Object[] p1, java.awt.event.MouseEvent p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.selectRegion ( java.awt.Rectangle p1, java.awt.event.MouseEvent p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setAntiAlias ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setAutoExtend ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setAutoScroll ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setBackgroundImage ( javax.swing.ImageIcon p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCellEditor ( view.mxICellEditor p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCellWarning ( Object p1, String p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCellWarning ( Object p1, String p2, javax.swing.ImageIcon p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCellWarning ( Object p1, String p2, javax.swing.ImageIcon p3, boolean p4 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCenterPage ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCenterZoom ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setConnectable ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setDragEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setEnterStopsCellEditing ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setEscapeEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setEventsEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setExportEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setFoldingEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setGraph ( com.mxgraph.view.mxGraph p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setGridColor ( java.awt.Color p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setGridStyle ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setGridVisible ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setHorizontalPageCount ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setImportEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setInvokesStopCellEditing ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setKeepSelectionVisibleOnZoom ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageBackgroundColor ( java.awt.Color p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageBorderColor ( java.awt.Color p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageBreaksVisible ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageFormat ( java.awt.print.PageFormat p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageScale ( double p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageShadowColor ( java.awt.Color p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageVisible ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPanning ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPreferPageSize ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPreviewAlpha ( float p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setSwimlaneSelectionEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setTextAntiAlias ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setTolerance ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setToolTips ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setTripleBuffered ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setVerticalPageCount ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setZoomFactor ( double p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setZoomPolicy ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.snapScaledPoint ( com.mxgraph.util.mxPoint p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.snapScaledPoint ( com.mxgraph.util.mxPoint p1, double p2, double p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.startEditing ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.startEditingAtCell ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.startEditingAtCell ( Object p1, java.util.EventObject p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.stopEditing ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateCellOverlayComponent ( com.mxgraph.view.mxCellState p1, util.mxICellOverlay p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateCellOverlays ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateComponent ( com.mxgraph.view.mxCellState p1, java.awt.Component p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateComponents ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateComponents ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.validateGraph ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.validateGraph ( Object p1, java.util.Hashtable p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoom ( boolean p1, boolean p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoom ( double p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomActual ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomAndCenter ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomIn ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomOut ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomTo ( double p1, boolean p2 )This method is from 'mxGraphComponent' class.
mxGraphOutline.checkTripleBuffer ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.createTripleBuffer ( int p1, int p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.destroyTripleBuffer ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.getGraphComponent ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.isAntiAlias ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.isDrawLabels ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.isFitPage ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.isTripleBuffered ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.mxGraphOutline ( mxGraphComponent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.paintBackground ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.paintComponent ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.paintForeground ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.paintGraph ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.repaintTripleBuffer ( java.awt.Rectangle p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setAntiAlias ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setDrawLabels ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setFinderVisible ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setFitPage ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setGraphComponent ( mxGraphComponent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setTripleBuffered ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setVisible ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setZoomHandleVisible ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.updateFinder ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.updateFinderBounds ( java.awt.Rectangle p1, boolean p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.updateScaleAndTranslate ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getCurrentValue ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getEditingCell ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getEditor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getEditorBounds ( com.mxgraph.view.mxCellState p1, double p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getInitialValue ( com.mxgraph.view.mxCellState p1, java.util.EventObject p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getMinimumEditorScale ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getMinimumHeight ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getMinimumWidth ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.installKeyHandler ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.isHideLabel ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.mxCellEditor ( mxGraphComponent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.setMinimumEditorScale ( double p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.setMinimumHeight ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.setMinimumWidth ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.startEditing ( Object p1, java.util.EventObject p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.stopEditing ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.useLabelBounds ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxInteractiveCanvas.contains ( mxGraphComponent p1, java.awt.Rectangle p2, com.mxgraph.view.mxCellState p3 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
view.mxInteractiveCanvas.hitSwimlaneContent ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2, int p3, int p4 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
view.mxInteractiveCanvas.intersects ( mxGraphComponent p1, java.awt.Rectangle p2, com.mxgraph.view.mxCellState p3 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
package com.mxgraph.swing.handler
[+] mxConnectionHandler (4)
| Change | Effect |
---|
Field preview (javax.swing.JComponent) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable preview in mxConnectionHandler. |
Field start (java.awt.Point) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable start in mxConnectionHandler. |
Field DEFAULT_CURSOR has been renamed to CONNECT_CURSOR. | Recompilation of a client program may be terminated with the message: cannot find variable DEFAULT_CURSOR in mxConnectionHandler. |
Field current has been renamed to first. | Recompilation of a client program may be terminated with the message: cannot find variable current in mxConnectionHandler. |
[+] affected methods (29)
mxConnectionHandler.createTargetVertex ( java.awt.event.MouseEvent p1, Object p2 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.getConnecIcon ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.getHandleSize ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.getMarker ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isConnecting ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isCreateTarget ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isHandleEnabled ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isHighlighting ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isKeepOnTop ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isSelect ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isValidSource ( Object p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isValidTarget ( Object p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mouseMoved ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mxConnectionHandler ( com.mxgraph.swing.mxGraphComponent p1 )This constructor is from 'mxConnectionHandler' class.
mxConnectionHandler.paint ( java.awt.Graphics p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.reset ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setConnectIcon ( javax.swing.ImageIcon p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setCreateTarget ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setHandleEnabled ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setHandleSize ( int p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setKeepOnTop ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setMarker ( mxCellMarker p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setSelect ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.validateConnection ( Object p1, Object p2 )This method is from 'mxConnectionHandler' class.
com.mxgraph.swing.mxGraphComponent.createConnectionHandler ( )Return value of this method has type 'mxConnectionHandler'.
com.mxgraph.swing.mxGraphComponent.getConnectionHandler ( )Return value of this method has type 'mxConnectionHandler'.
[+] mxSubHandler (1)
| Change | Effect |
---|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class mxSubHandler. |
[+] affected methods (13)
mxSubHandler.getGraphComponent ( )This method is from 'mxSubHandler' class.
mxSubHandler.getHandler ( Object p1 )This method is from 'mxSubHandler' class.
mxSubHandler.getMaxHandlers ( )This method is from 'mxSubHandler' class.
mxSubHandler.getToolTipText ( java.awt.event.MouseEvent p1 )This method is from 'mxSubHandler' class.
mxSubHandler.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxSubHandler' class.
mxSubHandler.mouseMoved ( java.awt.event.MouseEvent p1 )This method is from 'mxSubHandler' class.
mxSubHandler.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxSubHandler' class.
mxSubHandler.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxSubHandler' class.
mxSubHandler.mxSubHandler ( com.mxgraph.swing.mxGraphComponent p1 )This constructor is from 'mxSubHandler' class.
mxSubHandler.paintComponent ( java.awt.Graphics p1 )This method is from 'mxSubHandler' class.
mxSubHandler.refresh ( )This method is from 'mxSubHandler' class.
mxSubHandler.reset ( )This method is from 'mxSubHandler' class.
mxSubHandler.setMaxHandlers ( int p1 )This method is from 'mxSubHandler' class.
package com.mxgraph.swing.util
[+] mxMouseControl (1)
| Change | Effect |
---|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class mxMouseControl. |
[+] affected methods (8)
mxMouseControl.mouseClicked ( java.awt.event.MouseEvent p1 )This method is from 'mxMouseControl' class.
mxMouseControl.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxMouseControl' class.
mxMouseControl.mouseEntered ( java.awt.event.MouseEvent p1 )This method is from 'mxMouseControl' class.
mxMouseControl.mouseExited ( java.awt.event.MouseEvent p1 )This method is from 'mxMouseControl' class.
mxMouseControl.mouseMoved ( java.awt.event.MouseEvent p1 )This method is from 'mxMouseControl' class.
mxMouseControl.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxMouseControl' class.
mxMouseControl.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxMouseControl' class.
mxMouseControl.mxMouseControl ( )This constructor is from 'mxMouseControl' class.
to the top
Problems with Methods, High Severity (1)
jgraphx.jar, mxCurve
package com.mxgraph.util
[+] mxCurve.createCoreCurve ( ):void (1)
[ run-time name: com/mxgraph/util/mxCurve.createCoreCurve:()V ]
| Change | Effect |
---|
Access level has been changed from public to protected. | Recompilation of a client program may be terminated with the message: createCoreCurve() has protected access in com.mxgraph.util.mxCurve. |
to the top
Problems with Data Types, Medium Severity (5)
jgraphx.jar
package com.mxgraph.shape
[+] mxLabelShape (1)
| Change | Effect |
---|
Superclass has been changed from mxRectangleShape to mxImageShape. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in mxLabelShape. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxLabelShape.mxLabelShape ( )This constructor is from 'mxLabelShape' class.
package com.mxgraph.swing.handler
[+] mxConnectionHandler (1)
| Change | Effect |
---|
Superclass has been changed from com.mxgraph.swing.util.mxMouseControl to com.mxgraph.swing.util.mxMouseAdapter. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in mxConnectionHandler. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (29)
mxConnectionHandler.createTargetVertex ( java.awt.event.MouseEvent p1, Object p2 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.getConnecIcon ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.getHandleSize ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.getMarker ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isConnecting ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isCreateTarget ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isHandleEnabled ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isHighlighting ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isKeepOnTop ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isSelect ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isValidSource ( Object p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isValidTarget ( Object p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mouseMoved ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mxConnectionHandler ( com.mxgraph.swing.mxGraphComponent p1 )This constructor is from 'mxConnectionHandler' class.
mxConnectionHandler.paint ( java.awt.Graphics p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.reset ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setConnectIcon ( javax.swing.ImageIcon p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setCreateTarget ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setHandleEnabled ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setHandleSize ( int p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setKeepOnTop ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setMarker ( mxCellMarker p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setSelect ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.validateConnection ( Object p1, Object p2 )This method is from 'mxConnectionHandler' class.
com.mxgraph.swing.mxGraphComponent.createConnectionHandler ( )Return value of this method has type 'mxConnectionHandler'.
com.mxgraph.swing.mxGraphComponent.getConnectionHandler ( )Return value of this method has type 'mxConnectionHandler'.
[+] mxGraphHandler (1)
| Change | Effect |
---|
Superclass has been changed from com.mxgraph.swing.util.mxMouseControl to com.mxgraph.swing.util.mxMouseAdapter. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in mxGraphHandler. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (40)
mxGraphHandler.convertPoint ( java.awt.Point p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.createEvent ( java.awt.dnd.DropTargetEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.createMarker ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.dragEnter ( java.awt.dnd.DropTargetDragEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.dragExit ( java.awt.dnd.DropTargetEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.dragOver ( java.awt.dnd.DropTargetDragEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.drop ( java.awt.dnd.DropTargetDropEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.dropActionChanged ( java.awt.dnd.DropTargetDragEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.fold ( Object p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getCells ( Object p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getCursor ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getDropTarget ( java.awt.dnd.DropTargetEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getGraphComponent ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.getGraphTransferHandler ( java.awt.dnd.DropTargetEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getPreviewLocation ( java.awt.event.MouseEvent p1, boolean p2 )This method is from 'mxGraphHandler' class.
mxGraphHandler.isCenterPreview ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isCloneEnabled ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isImagePreview ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isMoveEnabled ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isRemoveCellsFromParent ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isSelectEnabled ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.mouseMoved ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.moveCells ( Object[] p1, double p2, double p3, Object p4, java.awt.event.MouseEvent p5 )This method is from 'mxGraphHandler' class.
mxGraphHandler.mxGraphHandler ( com.mxgraph.swing.mxGraphComponent p1 )This constructor is from 'mxGraphHandler' class.
mxGraphHandler.paint ( java.awt.Graphics p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.reset ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.setCenterPreview ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setCloneEnabled ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setImagePreview ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setMoveEnabled ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setRemoveCellsFromParent ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setSelectEnabled ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.shouldRemoveCellFromParent ( Object p1, Object[] p2, java.awt.event.MouseEvent p3 )This method is from 'mxGraphHandler' class.
mxGraphHandler.start ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.updateDragImage ( Object[] p1 )This method is from 'mxGraphHandler' class.
com.mxgraph.swing.mxGraphComponent.createGraphHandler ( )Return value of this method has type 'mxGraphHandler'.
com.mxgraph.swing.mxGraphComponent.getGraphHandler ( )Return value of this method has type 'mxGraphHandler'.
[+] mxInsertHandler (1)
| Change | Effect |
---|
Superclass has been changed from com.mxgraph.swing.util.mxMouseControl to com.mxgraph.swing.util.mxMouseAdapter. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in mxInsertHandler. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxInsertHandler.mxInsertHandler ( )This constructor is from 'mxInsertHandler' class.
[+] mxPanningHandler (1)
| Change | Effect |
---|
Superclass has been changed from com.mxgraph.swing.util.mxMouseControl to com.mxgraph.swing.util.mxMouseAdapter. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in mxPanningHandler. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (6)
mxPanningHandler.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxPanningHandler' class.
mxPanningHandler.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxPanningHandler' class.
mxPanningHandler.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxPanningHandler' class.
mxPanningHandler.mxPanningHandler ( com.mxgraph.swing.mxGraphComponent p1 )This constructor is from 'mxPanningHandler' class.
com.mxgraph.swing.mxGraphComponent.createPanningHandler ( )Return value of this method has type 'mxPanningHandler'.
com.mxgraph.swing.mxGraphComponent.getPanningHandler ( )Return value of this method has type 'mxPanningHandler'.
to the top
Problems with Data Types, Low Severity (31)
jgraphx.jar
package com.mxgraph.shape
[+] mxActorShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxActorShape.mxActorShape ( )This constructor is from 'mxActorShape' class.
[+] mxArrowShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxArrowShape.mxArrowShape ( )This constructor is from 'mxArrowShape' class.
[+] mxCloudShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxCloudShape.mxCloudShape ( )This constructor is from 'mxCloudShape' class.
[+] mxConnectorShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (2)
mxConnectorShape.mxConnectorShape ( )This constructor is from 'mxConnectorShape' class.
mxConnectorShape.paintMarker ( com.mxgraph.canvas.mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3, boolean p4 )This method is from 'mxConnectorShape' class.
[+] mxCurveShape (1)
| Change | Effect |
---|
Added super-class mxConnectorShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (2)
mxCurveShape.getCurve ( )This method is from 'mxCurveShape' class.
mxCurveShape.mxCurveShape ( )This constructor is from 'mxCurveShape' class.
[+] mxCylinderShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxCylinderShape.mxCylinderShape ( )This constructor is from 'mxCylinderShape' class.
[+] mxEllipseShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxEllipseShape.mxEllipseShape ( )This constructor is from 'mxEllipseShape' class.
[+] mxHexagonShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxHexagonShape.mxHexagonShape ( )This constructor is from 'mxHexagonShape' class.
[+] mxLineShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxLineShape.mxLineShape ( )This constructor is from 'mxLineShape' class.
[+] mxRectangleShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxRectangleShape.mxRectangleShape ( )This constructor is from 'mxRectangleShape' class.
[+] mxRhombusShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxRhombusShape.mxRhombusShape ( )This constructor is from 'mxRhombusShape' class.
[+] mxSwimlaneShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxSwimlaneShape.mxSwimlaneShape ( )This constructor is from 'mxSwimlaneShape' class.
[+] mxTriangleShape (1)
| Change | Effect |
---|
Added super-class mxBasicShape. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
mxTriangleShape.mxTriangleShape ( )This constructor is from 'mxTriangleShape' class.
package com.mxgraph.swing
[+] mxGraphComponent (1)
| Change | Effect |
---|
Field selectionCellsHandler 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 selectionCellsHandler is ambiguous. |
[+] affected methods (425)
handler.mxCellHandler.createHandles ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.createPreview ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getBounds ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getCursor ( java.awt.event.MouseEvent p1, int p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getGraphComponent ( )Return value of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getHandleBorderColor ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getHandleCount ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getHandleFillColor ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getIndex ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getIndexAt ( int p1, int p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getState ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.getToolTipText ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isActive ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isHandleEnabled ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isHandlesVisible ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isHandleVisible ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isIgnoredEvent ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isLabel ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.isLabelMovable ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.mxCellHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxCellHandler.paint ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.refresh ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.reset ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.setHandlesVisible ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellHandler.start ( java.awt.event.MouseEvent p1, int p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.addListener ( String p1, com.mxgraph.util.mxEventSource.mxIEventListener p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getCell ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getHotspot ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getInvalidColor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getMarkedState ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getMarkerColor ( java.awt.event.MouseEvent p1, com.mxgraph.view.mxCellState p2, boolean p3 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getState ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getStateToMark ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getValidColor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.getValidState ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.hasValidState ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.intersects ( com.mxgraph.view.mxCellState p1, java.awt.event.MouseEvent p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.isEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.isHotspotEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.isSwimlaneContentEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.isValidState ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mark ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mxCellMarker ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mxCellMarker ( mxGraphComponent p1, java.awt.Color p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mxCellMarker ( mxGraphComponent p1, java.awt.Color p2, java.awt.Color p3 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxCellMarker.mxCellMarker ( mxGraphComponent p1, java.awt.Color p2, java.awt.Color p3, double p4 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxCellMarker.paint ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.process ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1, String p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.reset ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setHotspot ( double p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setHotspotEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setInvalidColor ( java.awt.Color p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setSwimlaneContentEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.setValidColor ( java.awt.Color p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellMarker.unmark ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxCellTracker.mxCellTracker ( mxGraphComponent p1, java.awt.Color p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.createTargetVertex ( java.awt.event.MouseEvent p1, Object p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.getConnecIcon ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.getHandleSize ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.getMarker ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isConnecting ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isCreateTarget ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isHandleEnabled ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isHighlighting ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isKeepOnTop ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isSelect ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isValidSource ( Object p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.isValidTarget ( Object p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.mxConnectionHandler ( mxGraphComponent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.paint ( java.awt.Graphics p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.reset ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setConnectIcon ( javax.swing.ImageIcon p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setCreateTarget ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setHandleEnabled ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setHandleSize ( int p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setKeepOnTop ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setMarker ( handler.mxCellMarker p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.setSelect ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxConnectionHandler.validateConnection ( Object p1, Object p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.connect ( Object p1, Object p2, boolean p3, boolean p4 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.convertPoint ( com.mxgraph.util.mxPoint p1, boolean p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createHandle ( java.awt.Point p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createHandle ( java.awt.Point p1, int p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createHandles ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createPoints ( com.mxgraph.view.mxCellState p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.createPreview ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getCursor ( java.awt.event.MouseEvent p1, int p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getHandleFillColor ( int p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getIndexAt ( int p1, int p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getPreviewBounds ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getSelectionColor ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.getSelectionStroke ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isCellBendable ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isCloneEnabled ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isFlipEvent ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isHandleVisible ( int p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isIgnoredEvent ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isSource ( int p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.isTarget ( int p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.moveLabelTo ( com.mxgraph.view.mxCellState p1, double p2, double p3 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.movePoint ( Object p1, int p2, com.mxgraph.util.mxPoint p3 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.mxEdgeHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.paint ( java.awt.Graphics p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.reset ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.setCloneEnabled ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxEdgeHandler.validateConnection ( Object p1, Object p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxElbowEdgeHandler.mxElbowEdgeHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.convertPoint ( java.awt.Point p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.createEvent ( java.awt.dnd.DropTargetEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.createMarker ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.dragEnter ( java.awt.dnd.DropTargetDragEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.dragExit ( java.awt.dnd.DropTargetEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.dragOver ( java.awt.dnd.DropTargetDragEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.drop ( java.awt.dnd.DropTargetDropEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.dropActionChanged ( java.awt.dnd.DropTargetDragEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.fold ( Object p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getCells ( Object p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getCursor ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getDropTarget ( java.awt.dnd.DropTargetEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getGraphComponent ( )Return value of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getGraphTransferHandler ( java.awt.dnd.DropTargetEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.getPreviewLocation ( java.awt.event.MouseEvent p1, boolean p2 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isCenterPreview ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isCloneEnabled ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isImagePreview ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isMoveEnabled ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isRemoveCellsFromParent ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.isSelectEnabled ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.moveCells ( Object[] p1, double p2, double p3, Object p4, java.awt.event.MouseEvent p5 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.mxGraphHandler ( mxGraphComponent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.paint ( java.awt.Graphics p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.reset ( )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setCenterPreview ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setCloneEnabled ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setImagePreview ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setMoveEnabled ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setRemoveCellsFromParent ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.setSelectEnabled ( boolean p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.shouldRemoveCellFromParent ( Object p1, Object[] p2, java.awt.event.MouseEvent p3 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.start ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphHandler.updateDragImage ( Object[] p1 )Field 'this.marker.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxGraphTransferHandler.createGraphTransferable ( mxGraphComponent p1, Object[] p2, javax.swing.ImageIcon p3 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxGraphTransferHandler.createTransferableImage ( mxGraphComponent p1, Object[] p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxGraphTransferHandler.importCells ( mxGraphComponent p1, Object[] p2, com.mxgraph.util.mxRectangle p3 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxGraphTransferHandler.removeCells ( mxGraphComponent p1, Object[] p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxKeyboardHandler.installKeyboardActions ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxKeyboardHandler.mxKeyboardHandler ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxPanningHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxPanningHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxPanningHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxPanningHandler.mxPanningHandler ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxRotationHandler.mxRotationHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxRubberband.getBorderColor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.getFillColor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.isEnabled ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.isRubberbandTrigger ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseClicked ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseEntered ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseExited ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.mxRubberband ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
handler.mxRubberband.paintRubberband ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.reset ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.select ( java.awt.Rectangle p1, java.awt.event.MouseEvent p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.setBorderColor ( java.awt.Color p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.setEnabled ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.setFillColor ( java.awt.Color p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxRubberband.start ( java.awt.Point p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
handler.mxVertexHandler.mxVertexHandler ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
mxGraphComponent.addCellOverlay ( Object p1, util.mxICellOverlay p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.addListener ( String p1, com.mxgraph.util.mxEventSource.mxIEventListener p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.canExportCell ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.canImportCell ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.checkTripleBuffer ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.clearCellOverlays ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.clearCellOverlays ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.createCanvas ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createCellEditor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createComponents ( com.mxgraph.view.mxCellState p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.createConnectionHandler ( )Field 'RetVal.marker.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.createGraphControl ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createGraphHandler ( )Field 'RetVal.marker.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.createHandler ( com.mxgraph.view.mxCellState p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.createHandlers ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createPanningHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createTransferHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.createTripleBuffer ( int p1, int p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.destroyTripleBuffer ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.escape ( java.awt.event.KeyEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getBackgroundImage ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCanvas ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellAt ( int p1, int p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellAt ( int p1, int p2, boolean p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellAt ( int p1, int p2, boolean p3, Object p4 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellEditor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCellOverlays ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCells ( java.awt.Rectangle p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getCells ( java.awt.Rectangle p1, Object p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getConnectionHandler ( )Field 'RetVal.marker.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.getEditingValue ( Object p1, java.util.EventObject p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getExportableCells ( Object[] p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getFoldingIcon ( com.mxgraph.view.mxCellState p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getFoldingIconBounds ( com.mxgraph.view.mxCellState p1, javax.swing.ImageIcon p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getGraph ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getGraphControl ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getGraphHandler ( )Field 'RetVal.marker.graphComponent' in return value of this method has type 'mxGraphComponent'.
mxGraphComponent.getGridColor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getGridStyle ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getHorizontalPageBorder ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getHorizontalPageCount ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getImportableCells ( Object[] p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getLayoutAreaSize ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageBackgroundColor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageBorderColor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageFormat ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageScale ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageShadowColor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPageTranslate ( double p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPanningHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPointForEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPreferredSizeForPage ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getPreviewAlpha ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getScaledPreferredSizeForGraph ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getTolerance ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getTripleBuffer ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getVerticalPageBorder ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getVerticalPageCount ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getZoomFactor ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.getZoomPolicy ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.hitFoldingIcon ( Object p1, int p2, int p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.importCells ( Object[] p1, double p2, double p3, Object p4, java.awt.Point p5 )This method is from 'mxGraphComponent' class.
mxGraphComponent.insertComponent ( com.mxgraph.view.mxCellState p1, java.awt.Component p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.installDoubleClickHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.installFocusHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.installKeyHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.installResizeHandler ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isAntiAlias ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isAutoExtend ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isAutoScroll ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isCenterPage ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isCenterZoom ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isCloneEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isConnectable ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isConstrainedEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isDragEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEditEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEditing ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEnterStopsCellEditing ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEscapeEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isEventsEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isExportEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isFoldingEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isForceMarqueeEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isForceTripleBuffered ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isGridEnabledEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isGridVisible ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isImportEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isInvokesStopCellEditing ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isKeepSelectionVisibleOnZoom ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPageBreaksVisible ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPageVisible ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPanning ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPanningEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isPreferPageSize ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isSignificant ( double p1, double p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isSwimlaneSelectionEnabled ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isTextAntiAlias ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.isToggleEvent ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.isTripleBuffered ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.labelChanged ( Object p1, Object p2, java.util.EventObject p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.maintainScrollBar ( boolean p1, double p2, boolean p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.mxGraphComponent ( com.mxgraph.view.mxGraph p1 )This constructor is from 'mxGraphComponent' class.
mxGraphComponent.mxGraphControl.mxGraphComponent#mxGraphControl ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
mxGraphComponent.mxGraphControl.getGraphContainer ( )Return value of this method has type 'mxGraphComponent'.
mxGraphComponent.paintBackground ( java.awt.Graphics p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.paintBackgroundImage ( java.awt.Graphics p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.paintBackgroundPage ( java.awt.Graphics p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.paintGrid ( java.awt.Graphics p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.print ( java.awt.Graphics p1, java.awt.print.PageFormat p2, int p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.redraw ( com.mxgraph.view.mxCellState p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.refresh ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeAllComponents ( java.util.Hashtable p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeAllOverlays ( java.util.Hashtable p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeCellOverlay ( Object p1, util.mxICellOverlay p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeCellOverlayComponent ( util.mxICellOverlay p1, Object p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeCellOverlays ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeComponent ( java.awt.Component p1, Object p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1, String p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.repaintTripleBuffer ( java.awt.Rectangle p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.scrollCellToVisible ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.scrollCellToVisible ( Object p1, boolean p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.scrollToCenter ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.selectCellForEvent ( Object p1, java.awt.event.MouseEvent p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.selectCellsForEvent ( Object[] p1, java.awt.event.MouseEvent p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.selectRegion ( java.awt.Rectangle p1, java.awt.event.MouseEvent p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setAntiAlias ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setAutoExtend ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setAutoScroll ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setBackgroundImage ( javax.swing.ImageIcon p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCellEditor ( view.mxICellEditor p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCellWarning ( Object p1, String p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCellWarning ( Object p1, String p2, javax.swing.ImageIcon p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCellWarning ( Object p1, String p2, javax.swing.ImageIcon p3, boolean p4 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCenterPage ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setCenterZoom ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setConnectable ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setDragEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setEnterStopsCellEditing ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setEscapeEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setEventsEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setExportEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setFoldingEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setGraph ( com.mxgraph.view.mxGraph p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setGridColor ( java.awt.Color p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setGridStyle ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setGridVisible ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setHorizontalPageCount ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setImportEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setInvokesStopCellEditing ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setKeepSelectionVisibleOnZoom ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageBackgroundColor ( java.awt.Color p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageBorderColor ( java.awt.Color p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageBreaksVisible ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageFormat ( java.awt.print.PageFormat p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageScale ( double p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageShadowColor ( java.awt.Color p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPageVisible ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPanning ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPreferPageSize ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setPreviewAlpha ( float p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setSwimlaneSelectionEnabled ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setTextAntiAlias ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setTolerance ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setToolTips ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setTripleBuffered ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setVerticalPageCount ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setZoomFactor ( double p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.setZoomPolicy ( int p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.snapScaledPoint ( com.mxgraph.util.mxPoint p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.snapScaledPoint ( com.mxgraph.util.mxPoint p1, double p2, double p3 )This method is from 'mxGraphComponent' class.
mxGraphComponent.startEditing ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.startEditingAtCell ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.startEditingAtCell ( Object p1, java.util.EventObject p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.stopEditing ( boolean p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateCellOverlayComponent ( com.mxgraph.view.mxCellState p1, util.mxICellOverlay p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateCellOverlays ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateComponent ( com.mxgraph.view.mxCellState p1, java.awt.Component p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateComponents ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.updateComponents ( Object p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.validateGraph ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.validateGraph ( Object p1, java.util.Hashtable p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoom ( boolean p1, boolean p2 )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoom ( double p1 )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomActual ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomAndCenter ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomIn ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomOut ( )This method is from 'mxGraphComponent' class.
mxGraphComponent.zoomTo ( double p1, boolean p2 )This method is from 'mxGraphComponent' class.
mxGraphOutline.checkTripleBuffer ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.createTripleBuffer ( int p1, int p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.destroyTripleBuffer ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.getGraphComponent ( )Return value of this method has type 'mxGraphComponent'.
mxGraphOutline.isAntiAlias ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.isDrawLabels ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.isFitPage ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.isTripleBuffered ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.mxGraphOutline ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
mxGraphOutline.paintBackground ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.paintComponent ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.paintForeground ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.paintGraph ( java.awt.Graphics p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.repaintTripleBuffer ( java.awt.Rectangle p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setAntiAlias ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setDrawLabels ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setFinderVisible ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setFitPage ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setGraphComponent ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
mxGraphOutline.setTripleBuffered ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setVisible ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.setZoomHandleVisible ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.updateFinder ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.updateFinderBounds ( java.awt.Rectangle p1, boolean p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
mxGraphOutline.updateScaleAndTranslate ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getCurrentValue ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getEditingCell ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getEditor ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getEditorBounds ( com.mxgraph.view.mxCellState p1, double p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getInitialValue ( com.mxgraph.view.mxCellState p1, java.util.EventObject p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getMinimumEditorScale ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getMinimumHeight ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.getMinimumWidth ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.installKeyHandler ( )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.isHideLabel ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.mxCellEditor ( mxGraphComponent p1 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
view.mxCellEditor.setMinimumEditorScale ( double p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.setMinimumHeight ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.setMinimumWidth ( int p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.startEditing ( Object p1, java.util.EventObject p2 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.stopEditing ( boolean p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxCellEditor.useLabelBounds ( com.mxgraph.view.mxCellState p1 )Field 'this.graphComponent' in the object of this method has type 'mxGraphComponent'.
view.mxInteractiveCanvas.contains ( mxGraphComponent p1, java.awt.Rectangle p2, com.mxgraph.view.mxCellState p3 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
view.mxInteractiveCanvas.hitSwimlaneContent ( mxGraphComponent p1, com.mxgraph.view.mxCellState p2, int p3, int p4 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
view.mxInteractiveCanvas.intersects ( mxGraphComponent p1, java.awt.Rectangle p2, com.mxgraph.view.mxCellState p3 )1st parameter 'p1' of this method has type 'mxGraphComponent'.
package com.mxgraph.swing.handler
[+] mxConnectionHandler (3)
| Change | Effect |
---|
Field bounds 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 bounds is ambiguous. |
Field connectPreview 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 connectPreview is ambiguous. |
Field enabled 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 enabled is ambiguous. |
[+] affected methods (29)
mxConnectionHandler.createTargetVertex ( java.awt.event.MouseEvent p1, Object p2 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.getConnecIcon ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.getHandleSize ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.getMarker ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isConnecting ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isCreateTarget ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isHandleEnabled ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isHighlighting ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isKeepOnTop ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isSelect ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isValidSource ( Object p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.isValidTarget ( Object p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mouseMoved ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.mxConnectionHandler ( com.mxgraph.swing.mxGraphComponent p1 )This constructor is from 'mxConnectionHandler' class.
mxConnectionHandler.paint ( java.awt.Graphics p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.reset ( )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setConnectIcon ( javax.swing.ImageIcon p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setCreateTarget ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setHandleEnabled ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setHandleSize ( int p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setKeepOnTop ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setMarker ( mxCellMarker p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.setSelect ( boolean p1 )This method is from 'mxConnectionHandler' class.
mxConnectionHandler.validateConnection ( Object p1, Object p2 )This method is from 'mxConnectionHandler' class.
com.mxgraph.swing.mxGraphComponent.createConnectionHandler ( )Return value of this method has type 'mxConnectionHandler'.
com.mxgraph.swing.mxGraphComponent.getConnectionHandler ( )Return value of this method has type 'mxConnectionHandler'.
[+] mxGraphHandler (3)
| Change | Effect |
---|
Field enabled 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 enabled is ambiguous. |
Field previewBounds 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 previewBounds is ambiguous. |
Field visible 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 visible is ambiguous. |
[+] affected methods (40)
mxGraphHandler.convertPoint ( java.awt.Point p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.createEvent ( java.awt.dnd.DropTargetEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.createMarker ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.dragEnter ( java.awt.dnd.DropTargetDragEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.dragExit ( java.awt.dnd.DropTargetEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.dragOver ( java.awt.dnd.DropTargetDragEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.drop ( java.awt.dnd.DropTargetDropEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.dropActionChanged ( java.awt.dnd.DropTargetDragEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.fold ( Object p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getCells ( Object p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getCursor ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getDropTarget ( java.awt.dnd.DropTargetEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getGraphComponent ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.getGraphTransferHandler ( java.awt.dnd.DropTargetEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.getPreviewLocation ( java.awt.event.MouseEvent p1, boolean p2 )This method is from 'mxGraphHandler' class.
mxGraphHandler.isCenterPreview ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isCloneEnabled ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isImagePreview ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isMoveEnabled ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isRemoveCellsFromParent ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.isSelectEnabled ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.mouseMoved ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.moveCells ( Object[] p1, double p2, double p3, Object p4, java.awt.event.MouseEvent p5 )This method is from 'mxGraphHandler' class.
mxGraphHandler.mxGraphHandler ( com.mxgraph.swing.mxGraphComponent p1 )This constructor is from 'mxGraphHandler' class.
mxGraphHandler.paint ( java.awt.Graphics p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.reset ( )This method is from 'mxGraphHandler' class.
mxGraphHandler.setCenterPreview ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setCloneEnabled ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setImagePreview ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setMoveEnabled ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setRemoveCellsFromParent ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.setSelectEnabled ( boolean p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.shouldRemoveCellFromParent ( Object p1, Object[] p2, java.awt.event.MouseEvent p3 )This method is from 'mxGraphHandler' class.
mxGraphHandler.start ( java.awt.event.MouseEvent p1 )This method is from 'mxGraphHandler' class.
mxGraphHandler.updateDragImage ( Object[] p1 )This method is from 'mxGraphHandler' class.
com.mxgraph.swing.mxGraphComponent.createGraphHandler ( )Return value of this method has type 'mxGraphHandler'.
com.mxgraph.swing.mxGraphComponent.getGraphHandler ( )Return value of this method has type 'mxGraphHandler'.
[+] mxPanningHandler (1)
| Change | Effect |
---|
Field enabled 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 enabled is ambiguous. |
[+] affected methods (6)
mxPanningHandler.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxPanningHandler' class.
mxPanningHandler.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxPanningHandler' class.
mxPanningHandler.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxPanningHandler' class.
mxPanningHandler.mxPanningHandler ( com.mxgraph.swing.mxGraphComponent p1 )This constructor is from 'mxPanningHandler' class.
com.mxgraph.swing.mxGraphComponent.createPanningHandler ( )Return value of this method has type 'mxPanningHandler'.
com.mxgraph.swing.mxGraphComponent.getPanningHandler ( )Return value of this method has type 'mxPanningHandler'.
package com.mxgraph.util
[+] mxConstants (5)
| Change | Effect |
---|
Field DEG_PER_RAD 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 DEG_PER_RAD is ambiguous. |
Field MIN_SCALE_FOR_ROUNDED_LINES 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 MIN_SCALE_FOR_ROUNDED_LINES is ambiguous. |
Field RAD_PER_DEG 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 RAD_PER_DEG is ambiguous. |
Field STYLE_IMAGE_BACKGROUND 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_IMAGE_BACKGROUND is ambiguous. |
Field STYLE_IMAGE_BORDER 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_IMAGE_BORDER is ambiguous. |
[+] affected methods (1)
mxConstants.mxConstants ( )This constructor is from 'mxConstants' class.
[+] mxCurve (1)
| Change | Effect |
---|
Field valid 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 valid is ambiguous. |
[+] affected methods (19)
com.mxgraph.shape.mxCurveShape.getCurve ( )Return value of this method has type 'mxCurve'.
mxCurve.configureLabelCurve ( )This method is from 'mxCurve' class.
mxCurve.createCoreCurve ( )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.isLabelReversed ( )This method is from 'mxCurve' class.
mxCurve.mxCurve ( java.util.List p1 )This constructor 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.
mxCurve.updateCurve ( java.util.List p1 )This method is from 'mxCurve' class.
[+] mxEvent (4)
| Change | Effect |
---|
Field CONTINUE 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 CONTINUE is ambiguous. |
Field PAINT 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 PAINT is ambiguous. |
Field START 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 START is ambiguous. |
Field STOP 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 STOP is ambiguous. |
[+] affected methods (1)
mxEvent.mxEvent ( )This constructor is from 'mxEvent' 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
mxCloudShape
mxConnectorShape
mxCurveShape
mxCylinderShape
mxDefaultTextShape
mxDoubleEllipseShape
mxEllipseShape
mxHexagonShape
mxHtmlTextShape
mxIEdgeShape
mxImageShape
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
mxConnectionConstraint
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:17:57 2011 for JGraph X by Java API Compliance Checker 1.0
A tool for checking backward binary/source compatibility of a Java library API