Source compatibility report for the JGraph X library from version 1.5.1.11 to 1.6.0.0
Summary
1 |
260 |
3492 / 220 |
Incompatible |
Problem Summary
Added Methods (11)
jgraphx.jar, mxCellState.class
package com.mxgraph.view
mxCellState.getLabel ( ):String
[ run-time name: com/mxgraph/view/mxCellState.getLabel:()Ljava/lang/String; ]
mxCellState.setLabel ( String p1 ):void
[ run-time name: com/mxgraph/view/mxCellState.setLabel:(Ljava/lang/String;)V ]
jgraphx.jar, mxCurveLabelShape.class
package com.mxgraph.shape
mxCurveLabelShape.postprocessGlyph ( com.mxgraph.util.mxCurve p1, String p2, int p3, double p4 ):void
[ run-time name: com/mxgraph/shape/mxCurveLabelShape.postprocessGlyph:(Lcom/mxgraph/util/mxCurve;Ljava/lang/String;ID)V ]
jgraphx.jar, mxGraph.class
package com.mxgraph.view
mxGraph.drawState ( com.mxgraph.canvas.mxICanvas p1, mxCellState p2, boolean p3 ):void
[ run-time name: com/mxgraph/view/mxGraph.drawState:(Lcom/mxgraph/canvas/mxICanvas;Lcom/mxgraph/view/mxCellState;Z)V ]
mxGraph.isTerminalPointMovable ( Object p1, boolean p2 ):boolean
[ run-time name: com/mxgraph/view/mxGraph.isTerminalPointMovable:(Ljava/lang/Object;Z)Z ]
jgraphx.jar, mxGraphView.class
package com.mxgraph.view
mxGraphView.getWordWrapWidth ( mxCellState p1 ):double
[ run-time name: com/mxgraph/view/mxGraphView.getWordWrapWidth:(Lcom/mxgraph/view/mxCellState;)D ]
mxGraphView.updateLabel ( mxCellState p1 ):void
[ run-time name: com/mxgraph/view/mxGraphView.updateLabel:(Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxUtils.class
package com.mxgraph.util
mxUtils.firstCharAt ( String p1, int p2, int p3 ) [static]:int
[ run-time name: com/mxgraph/util/mxUtils.firstCharAt:(Ljava/lang/String;II)I ]
mxUtils.getLabelSize ( String p1, java.util.Map p2, boolean p3, double p4 ) [static]:mxRectangle
[ run-time name: com/mxgraph/util/mxUtils.getLabelSize:(Ljava/lang/String;Ljava/util/Map;ZD)Lcom/mxgraph/util/mxRectangle; ]
mxUtils.getSizeForString ( String p1, java.awt.Font p2, double p3 ) [static]:mxRectangle
[ run-time name: com/mxgraph/util/mxUtils.getSizeForString:(Ljava/lang/String;Ljava/awt/Font;D)Lcom/mxgraph/util/mxRectangle; ]
mxUtils.wordWrap ( String p1, java.awt.FontMetrics p2, double p3 ) [static]:String[]
[ run-time name: com/mxgraph/util/mxUtils.wordWrap:(Ljava/lang/String;Ljava/awt/FontMetrics;D)[Ljava/lang/String; ]
to the top
Removed Methods (6)
jgraphx.jar, mxCurveLabelShape.class
package com.mxgraph.shape
mxCurveLabelShape.postprocessGlyph ( com.mxgraph.util.mxCurve p1, int p2, double p3 ):void
[ run-time name: com/mxgraph/shape/mxCurveLabelShape.postprocessGlyph:(Lcom/mxgraph/util/mxCurve;ID)V ]
jgraphx.jar, mxGraph.class
package com.mxgraph.view
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 ]
jgraphx.jar, mxGraphControl.class
package com.mxgraph.swing
mxGraphComponent.mxGraphControl.getDisplayLabelForCell ( Object p1 ):String
[ run-time name: com/mxgraph/swing/mxGraphComponent.mxGraphControl.getDisplayLabelForCell:(Ljava/lang/Object;)Ljava/lang/String; ]
jgraphx.jar, mxUtils.class
package com.mxgraph.util
mxUtils.getLabelSize ( String p1, java.util.Map p2, boolean p3, int p4, double p5 ) [static]:mxRectangle
[ run-time name: com/mxgraph/util/mxUtils.getLabelSize:(Ljava/lang/String;Ljava/util/Map;ZID)Lcom/mxgraph/util/mxRectangle; ]
mxUtils.getSizeForString ( String p1, java.awt.Font p2, int p3, double p4 ) [static]:mxRectangle
[ run-time name: com/mxgraph/util/mxUtils.getSizeForString:(Ljava/lang/String;Ljava/awt/Font;ID)Lcom/mxgraph/util/mxRectangle; ]
mxUtils.wordWrap ( String p1, java.awt.FontMetrics p2, int p3 ) [static]:String[]
[ run-time name: com/mxgraph/util/mxUtils.wordWrap:(Ljava/lang/String;Ljava/awt/FontMetrics;I)[Ljava/lang/String; ]
to the top
Problems with Data Types, Low risk (3)
Shorthand notations: RetVal - method's return value; this - reference to method's object.
jgraphx.jar
package com.mxgraph.util
[+] mxConstants (2)
|
Field STYLE_AUTOSIZE 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_AUTOSIZE is ambiguous. |
Field STYLE_FOLDABLE 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_FOLDABLE is ambiguous. |
[+] affected methods (1)
mxConstants.mxConstants ( ):
This constructor is from 'mxConstants' class.
package com.mxgraph.view
[+] mxCellState (1)
|
Field label 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 label is ambiguous. |
[+] affected methods (421)
com.mxgraph.analysis.mxConstantCostFunction.getCost ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.analysis.mxDistanceCostFunction.getCost ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.analysis.mxICostFunction.getCost ( mxCellState p1 ):
1st parameter 'p1' of this abstract method has type 'mxCellState'.
com.mxgraph.canvas.mxGraphics2DCanvas.drawCell ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.canvas.mxGraphics2DCanvas.drawLabel ( String p1, mxCellState p2, boolean p3 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.canvas.mxHtmlCanvas.drawCell ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.canvas.mxHtmlCanvas.drawLabel ( String p1, mxCellState p2, boolean p3 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.canvas.mxICanvas.drawCell ( mxCellState p1 ):
1st parameter 'p1' of this abstract method has type 'mxCellState'.
com.mxgraph.canvas.mxICanvas.drawLabel ( String p1, mxCellState p2, boolean p3 ):
2nd parameter 'p2' of this abstract method has type 'mxCellState'.
com.mxgraph.canvas.mxImageCanvas.drawCell ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.canvas.mxImageCanvas.drawLabel ( String p1, mxCellState p2, boolean p3 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.canvas.mxSvgCanvas.drawCell ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.canvas.mxSvgCanvas.drawLabel ( String p1, mxCellState p2, boolean p3 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.canvas.mxVmlCanvas.drawCell ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.canvas.mxVmlCanvas.drawLabel ( String p1, mxCellState p2, boolean p3 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.layout.mxEdgeLabelLayout.avoid ( mxCellState p1, mxCellState p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.reader.mxGraphViewReader.parseState ( mxCellState p1, boolean p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.shape.mxActorShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxArrowShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxBasicShape.configureGraphics ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2, boolean p3 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxBasicShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxBasicShape.getFillColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxBasicShape.getGradientBounds ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxBasicShape.getStrokeColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxBasicShape.hasGradient ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxBasicShape.hasShadow ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxBasicShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxCloudShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxConnectorShape.paintMarker ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2, boolean p3 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxConnectorShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.calculationLabelPosition ( java.util.Map p1, String p2 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.getCenterVisiblePosition ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.getCurve ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.getLabelBounds ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.getRotationEnabled ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.intersectsRect ( java.awt.Rectangle p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.mxCurveLabelShape ( mxCellState p1, com.mxgraph.util.mxCurve p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, String p2, mxCellState p3, java.util.Map p4 ):
3rd parameter 'p3' of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.setCurve ( com.mxgraph.util.mxCurve p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.setRotationEnabled ( boolean p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveLabelShape.updateLabelBounds ( String p1, java.util.Map p2 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.shape.mxCurveShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxCylinderShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxDefaultTextShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, String p2, mxCellState p3, java.util.Map p4 ):
3rd parameter 'p3' of this method has type 'mxCellState'.
com.mxgraph.shape.mxDoubleEllipseShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxEllipseShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxHexagonShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxHtmlTextShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, String p2, mxCellState p3, java.util.Map p4 ):
3rd parameter 'p3' of this method has type 'mxCellState'.
com.mxgraph.shape.mxImageShape.getFillColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxImageShape.getImageBounds ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxImageShape.getImageForStyle ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxImageShape.getStrokeColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxImageShape.hasGradient ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxImageShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxIMarker.paintMarker ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2, String p3, com.mxgraph.util.mxPoint p4, double p5, double p6, double p7 ):
2nd parameter 'p2' of this abstract method has type 'mxCellState'.
com.mxgraph.shape.mxIShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this abstract method has type 'mxCellState'.
com.mxgraph.shape.mxITextShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, String p2, mxCellState p3, java.util.Map p4 ):
3rd parameter 'p3' of this abstract method has type 'mxCellState'.
com.mxgraph.shape.mxLabelShape.drawGlassEffect ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxLabelShape.getFillColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxLabelShape.getImageBounds ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxLabelShape.getStrokeColor ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxLabelShape.hasGradient ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxLabelShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxLineShape.createPoints ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxLineShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxRectangleShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxRhombusShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxStencilShape.paintNode ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2, com.mxgraph.shape.mxStencilShape.svgShape p3, double p4, double p5 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxStencilShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxSwimlaneShape.getGradientBounds ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxSwimlaneShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.shape.mxTriangleShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.createHandles ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.createPreview ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getBounds ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getCursor ( java.awt.event.MouseEvent p1, int p2 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getGraphComponent ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getHandleBorderColor ( int p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getHandleCount ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getHandleFillColor ( int p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getIndex ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getIndexAt ( int p1, int p2 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getSelectionColor ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getSelectionStroke ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getState ( ):
Return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.getToolTipText ( java.awt.event.MouseEvent p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.isActive ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.isHandleEnabled ( int p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.isHandlesVisible ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.isHandleVisible ( int p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.isIgnoredEvent ( java.awt.event.MouseEvent p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.isLabel ( int p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.isLabelMovable ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.mouseDragged ( java.awt.event.MouseEvent p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.mouseMoved ( java.awt.event.MouseEvent p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.mousePressed ( java.awt.event.MouseEvent p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.mouseReleased ( java.awt.event.MouseEvent p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.mxCellHandler ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.paint ( java.awt.Graphics p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.refresh ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.reset ( ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.setHandlesVisible ( boolean p1 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellHandler.start ( java.awt.event.MouseEvent p1, int p2 ):
Field 'this.state' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.addListener ( String p1, com.mxgraph.util.mxEventSource.mxIEventListener p2 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getCell ( java.awt.event.MouseEvent p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getCurrentColor ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getHotspot ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getInvalidColor ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getMarkedState ( ):
Return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getMarkerColor ( java.awt.event.MouseEvent p1, mxCellState p2, boolean p3 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getState ( java.awt.event.MouseEvent p1 ):
Return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getStateToMark ( mxCellState p1 ):
Return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getValidColor ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.getValidState ( ):
Return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.hasValidState ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.intersects ( mxCellState p1, java.awt.event.MouseEvent p2 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.isEnabled ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.isHotspotEnabled ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.isSwimlaneContentEnabled ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.isValidState ( mxCellState p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.mark ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.mxCellMarker ( com.mxgraph.swing.mxGraphComponent p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.mxCellMarker ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Color p2 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.mxCellMarker ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Color p2, java.awt.Color p3 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.mxCellMarker ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Color p2, java.awt.Color p3, double p4 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.paint ( java.awt.Graphics p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.process ( java.awt.event.MouseEvent p1 ):
Return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1, String p2 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.reset ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.setCurrentColor ( java.awt.Color p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.setEnabled ( boolean p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.setHotspot ( double p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.setHotspotEnabled ( boolean p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.setInvalidColor ( java.awt.Color p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.setMarkedState ( mxCellState p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.setSwimlaneContentEnabled ( boolean p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.setValidColor ( java.awt.Color p1 ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxCellMarker.unmark ( ):
Field 'this.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.addListener ( String p1, com.mxgraph.util.mxEventSource.mxIEventListener p2 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.createConnectPreview ( ):
Field 'RetVal.previewState' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.createTargetVertex ( java.awt.event.MouseEvent p1, Object p2 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.getConnecIcon ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.getConnectPreview ( ):
Field 'RetVal.previewState' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.getHandleSize ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.getMarker ( ):
Field 'RetVal.markedState' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.isConnecting ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.isCreateTarget ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.isEnabled ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.isHandleEnabled ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.isHighlighting ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.isKeepOnTop ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.isSelect ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.isValidSource ( Object p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.isValidTarget ( Object p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.mouseDragged ( java.awt.event.MouseEvent p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.mouseMoved ( java.awt.event.MouseEvent p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.mousePressed ( java.awt.event.MouseEvent p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.mouseReleased ( java.awt.event.MouseEvent p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.mxConnectionHandler ( com.mxgraph.swing.mxGraphComponent p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.paint ( java.awt.Graphics p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1, String p2 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.reset ( ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setBounds ( java.awt.Rectangle p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setConnectIcon ( javax.swing.ImageIcon p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setConnectPreview ( com.mxgraph.swing.handler.mxConnectPreview p1 ):
Field 'p1.sourceState' in 1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setCreateTarget ( boolean p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setEnabled ( boolean p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setHandleEnabled ( boolean p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setHandleSize ( int p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setKeepOnTop ( boolean p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setMarker ( com.mxgraph.swing.handler.mxCellMarker p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.setSelect ( boolean p1 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.start ( java.awt.event.MouseEvent p1, mxCellState p2 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectionHandler.validateConnection ( Object p1, Object p2 ):
Field 'this.connectPreview.previewState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.createCell ( mxCellState p1, String p2 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.getDirtyRect ( ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.getDirtyRect ( com.mxgraph.util.mxRectangle p1 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.getPreviewState ( ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.getSourceState ( ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.getStartPoint ( ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.isActive ( ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.mxConnectPreview ( com.mxgraph.swing.mxGraphComponent p1 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.paint ( java.awt.Graphics p1 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.paintPreview ( com.mxgraph.canvas.mxGraphics2DCanvas p1 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.revalidate ( mxCellState p1, Object p2 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.start ( java.awt.event.MouseEvent p1, mxCellState p2, String p3 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.stop ( boolean p1 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.stop ( boolean p1, java.awt.event.MouseEvent p2 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.transformScreenPoint ( double p1, double p2 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxConnectPreview.update ( java.awt.event.MouseEvent p1, mxCellState p2, double p3, double p4 ):
Field 'this.sourceState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.connect ( Object p1, Object p2, boolean p3, boolean p4 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.convertPoint ( com.mxgraph.util.mxPoint p1, boolean p2 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.createHandle ( java.awt.Point p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.createHandle ( java.awt.Point p1, int p2 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.createHandles ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.createPoints ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.createPreview ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.getCursor ( java.awt.event.MouseEvent p1, int p2 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.getHandleFillColor ( int p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.getIndexAt ( int p1, int p2 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.getPreviewBounds ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.getSelectionColor ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.getSelectionStroke ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.isCellBendable ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.isCloneEnabled ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.isFlipEvent ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.isHandleVisible ( int p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.isIgnoredEvent ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.isSource ( int p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.isTarget ( int p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.mouseDragged ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.mousePressed ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.mouseReleased ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.moveLabelTo ( mxCellState p1, double p2, double p3 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.movePoint ( Object p1, int p2, com.mxgraph.util.mxPoint p3 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.mxEdgeHandler ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.paint ( java.awt.Graphics p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.reset ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.setCloneEnabled ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxEdgeHandler.validateConnection ( Object p1, Object p2 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxElbowEdgeHandler.mxElbowEdgeHandler ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.convertPoint ( java.awt.Point p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.createEvent ( java.awt.dnd.DropTargetEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.createMarker ( ):
Field 'RetVal.markedState' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.createMovePreview ( ):
Field 'RetVal.startState' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.dragEnter ( java.awt.dnd.DropTargetDragEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.dragExit ( java.awt.dnd.DropTargetEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.dragOver ( java.awt.dnd.DropTargetDragEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.drop ( java.awt.dnd.DropTargetDropEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.dropActionChanged ( java.awt.dnd.DropTargetDragEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.fold ( Object p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.getCells ( Object p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.getCursor ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.getDropTarget ( java.awt.dnd.DropTargetEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.getGraphComponent ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.getGraphTransferHandler ( java.awt.dnd.DropTargetEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.getPreviewLocation ( java.awt.event.MouseEvent p1, boolean p2 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.installDragGestureHandler ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.installDropTargetHandler ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isCenterPreview ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isCloneEnabled ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isEnabled ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isImagePreview ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isLivePreview ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isMarkerEnabled ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isMoveEnabled ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isRemoveCellsFromParent ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isSelectEnabled ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.isVisible ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.mouseDragged ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.mouseMoved ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.mousePressed ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.mouseReleased ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.moveCells ( Object[] p1, double p2, double p3, Object p4, java.awt.event.MouseEvent p5 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.mxGraphHandler ( com.mxgraph.swing.mxGraphComponent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.paint ( java.awt.Graphics p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.reset ( ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setCenterPreview ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setCloneEnabled ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setEnabled ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setImagePreview ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setLivePreview ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setMarkerEnabled ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setMoveEnabled ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setPreviewBounds ( java.awt.Rectangle p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setRemoveCellsFromParent ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setSelectEnabled ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.setVisible ( boolean p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.shouldRemoveCellFromParent ( Object p1, Object[] p2, java.awt.event.MouseEvent p3 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.start ( java.awt.event.MouseEvent p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxGraphHandler.updateDragImage ( Object[] p1 ):
Field 'this.marker.validState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.createCellStatePreview ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.getCells ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.getMovingCells ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.getPlaceholderBounds ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.getPreviewStates ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.getThreshold ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.isActive ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.isCellOpaque ( Object p1 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.isClonePreview ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.isContextPreview ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.isHideSelectionHandler ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.isPlaceholderPreview ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.mxMovePreview ( com.mxgraph.swing.mxGraphComponent p1 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.paint ( java.awt.Graphics p1 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.repaint ( com.mxgraph.util.mxRectangle p1 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.reset ( ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.setClonePreview ( boolean p1 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.setContextPreview ( boolean p1 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.setHideSelectionHandler ( boolean p1 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.setPlaceholderPreview ( boolean p1 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.setThreshold ( int p1 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.start ( java.awt.event.MouseEvent p1, mxCellState p2 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.stop ( boolean p1, java.awt.event.MouseEvent p2, double p3, double p4, boolean p5, Object p6 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxMovePreview.update ( java.awt.event.MouseEvent p1, double p2, double p3, boolean p4 ):
Field 'this.startState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.createHandle ( ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.getGraphComponent ( ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.isEnabled ( ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.isStateHandled ( mxCellState p1 ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.mouseDragged ( java.awt.event.MouseEvent p1 ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.mouseMoved ( java.awt.event.MouseEvent p1 ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.mousePressed ( java.awt.event.MouseEvent p1 ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.mouseReleased ( java.awt.event.MouseEvent p1 ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.mxRotationHandler ( com.mxgraph.swing.mxGraphComponent p1 ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.paint ( java.awt.Graphics p1 ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.reset ( ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.setEnabled ( boolean p1 ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxRotationHandler.start ( java.awt.event.MouseEvent p1 ):
Field 'this.currentState' in the object of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.getHandler ( Object p1 ):
Field 'RetVal.state' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.handler.mxVertexHandler.mxVertexHandler ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.createComponents ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.createConnectionHandler ( ):
Field 'RetVal.marker.markedState' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.createGraphHandler ( ):
Field 'RetVal.marker.markedState' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.createHandler ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.getConnectionHandler ( ):
Field 'RetVal.marker.markedState' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.getFoldingIcon ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.getFoldingIconBounds ( mxCellState p1, javax.swing.ImageIcon p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.getGraphHandler ( ):
Field 'RetVal.marker.markedState' in return value of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.insertComponent ( mxCellState p1, java.awt.Component p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.mxGraphControl.cellDrawn ( com.mxgraph.canvas.mxICanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.mxGraphControl.getExtendedCellBounds ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.mxGraphControl.hitClip ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.redraw ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.updateCellOverlayComponent ( mxCellState p1, com.mxgraph.swing.util.mxICellOverlay p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.mxGraphComponent.updateComponent ( mxCellState p1, java.awt.Component p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.util.mxCellOverlay.getBounds ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.util.mxICellOverlay.getBounds ( mxCellState p1 ):
1st parameter 'p1' of this abstract method has type 'mxCellState'.
com.mxgraph.swing.util.mxMorphing.getDelta ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.util.mxMorphing.stopRecursion ( mxCellState p1, com.mxgraph.util.mxPoint p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellEditor.getEditorBounds ( mxCellState p1, double p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellEditor.getInitialValue ( mxCellState p1, java.util.EventObject p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellEditor.isHideLabel ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellEditor.useLabelBounds ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellStatePreview.addEdges ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellStatePreview.moveState ( mxCellState p1, double p2, double p3 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellStatePreview.moveState ( mxCellState p1, double p2, double p3, boolean p4, boolean p5 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellStatePreview.paintPreviewState ( com.mxgraph.canvas.mxGraphics2DCanvas p1, mxCellState p2 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellStatePreview.restoreState ( mxCellState p1, mxCellState p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellStatePreview.revalidateState ( mxCellState p1, mxCellState p2, double p3, double p4 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellStatePreview.snapshot ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxCellStatePreview.translateState ( mxCellState p1, mxCellState p2, double p3, double p4 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxInteractiveCanvas.contains ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Rectangle p2, mxCellState p3 ):
3rd parameter 'p3' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxInteractiveCanvas.hitSwimlaneContent ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2, int p3, int p4 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
com.mxgraph.swing.view.mxInteractiveCanvas.intersects ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Rectangle p2, mxCellState p3 ):
3rd parameter 'p3' of this method has type 'mxCellState'.
com.mxgraph.util.mxUtils.findNearestSegment ( mxCellState p1, double p2, double p3 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.util.mxUtils.intersectsHotspot ( mxCellState p1, int p2, int p3, double p4 ):
1st parameter 'p1' of this method has type 'mxCellState'.
com.mxgraph.util.mxUtils.intersectsHotspot ( mxCellState p1, int p2, int p3, double p4, int p5, int p6 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxCellState.clone ( ):
This method is from 'mxCellState' class.
mxCellState.getAbsoluteOffset ( ):
This method is from 'mxCellState' class.
mxCellState.getAbsolutePoint ( int p1 ):
This method is from 'mxCellState' class.
mxCellState.getAbsolutePointCount ( ):
This method is from 'mxCellState' class.
mxCellState.getAbsolutePoints ( ):
This method is from 'mxCellState' class.
mxCellState.getBoundingBox ( ):
This method is from 'mxCellState' class.
mxCellState.getCell ( ):
This method is from 'mxCellState' class.
mxCellState.getLabelBounds ( ):
This method is from 'mxCellState' class.
mxCellState.getLength ( ):
This method is from 'mxCellState' class.
mxCellState.getOrigin ( ):
This method is from 'mxCellState' class.
mxCellState.getPerimeterBounds ( ):
This method is from 'mxCellState' class.
mxCellState.getPerimeterBounds ( double p1 ):
This method is from 'mxCellState' class.
mxCellState.getSegments ( ):
This method is from 'mxCellState' class.
mxCellState.getStyle ( ):
This method is from 'mxCellState' class.
mxCellState.getTerminalDistance ( ):
This method is from 'mxCellState' class.
mxCellState.getView ( ):
This method is from 'mxCellState' class.
mxCellState.isInvalid ( ):
This method is from 'mxCellState' class.
mxCellState.mxCellState ( ):
This constructor is from 'mxCellState' class.
mxCellState.mxCellState ( mxGraphView p1, Object p2, java.util.Map p3 ):
This constructor is from 'mxCellState' class.
mxCellState.setAbsoluteOffset ( com.mxgraph.util.mxPoint p1 ):
This method is from 'mxCellState' class.
mxCellState.setAbsolutePoint ( int p1, com.mxgraph.util.mxPoint p2 ):
This method is from 'mxCellState' class.
mxCellState.setAbsolutePoints ( java.util.List p1 ):
This method is from 'mxCellState' class.
mxCellState.setAbsoluteTerminalPoint ( com.mxgraph.util.mxPoint p1, boolean p2 ):
This method is from 'mxCellState' class.
mxCellState.setBoundingBox ( com.mxgraph.util.mxRectangle p1 ):
This method is from 'mxCellState' class.
mxCellState.setCell ( Object p1 ):
This method is from 'mxCellState' class.
mxCellState.setInvalid ( boolean p1 ):
This method is from 'mxCellState' class.
mxCellState.setLabelBounds ( com.mxgraph.util.mxRectangle p1 ):
This method is from 'mxCellState' class.
mxCellState.setLength ( double p1 ):
This method is from 'mxCellState' class.
mxCellState.setOrigin ( com.mxgraph.util.mxPoint p1 ):
This method is from 'mxCellState' class.
mxCellState.setSegments ( double[] p1 ):
This method is from 'mxCellState' class.
mxCellState.setStyle ( java.util.Map p1 ):
This method is from 'mxCellState' class.
mxCellState.setTerminalDistance ( double p1 ):
This method is from 'mxCellState' class.
mxCellState.setView ( mxGraphView p1 ):
This method is from 'mxCellState' class.
mxEdgeStyle.mxEdgeStyleFunction.apply ( mxCellState p1, mxCellState p2, mxCellState p3, java.util.List p4, java.util.List p5 ):
3rd parameter 'p3' of this abstract method has type 'mxCellState'.
mxGraph.cellDrawn ( com.mxgraph.canvas.mxICanvas p1, mxCellState p2, Object p3, Object p4 ):
2nd parameter 'p2' of this method has type 'mxCellState'.
mxGraph.getAllConnectionConstraints ( mxCellState p1, boolean p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraph.getConnectionConstraint ( mxCellState p1, mxCellState p2, boolean p3 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraph.getConnectionPoint ( mxCellState p1, mxConnectionConstraint p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraph.getImage ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraph.isLoop ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraph.isOrthogonal ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.childMoved ( mxCellState p1, mxCellState p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.createState ( Object p1 ):
Return value of this method has type 'mxCellState'.
mxGraphView.getEdgeStyle ( mxCellState p1, java.util.List p2, Object p3, Object p4 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getNextPoint ( mxCellState p1, mxCellState p2, boolean p3 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getPerimeterBounds ( mxCellState p1, double p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getPerimeterFunction ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getPerimeterPoint ( mxCellState p1, com.mxgraph.util.mxPoint p2, boolean p3 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getPerimeterPoint ( mxCellState p1, com.mxgraph.util.mxPoint p2, boolean p3, double p4 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getPoint ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getPoint ( mxCellState p1, com.mxgraph.model.mxGeometry p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getRelativePoint ( mxCellState p1, double p2, double p3 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getRoutingCenterX ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getRoutingCenterY ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.getState ( Object p1 ):
Return value of this method has type 'mxCellState'.
mxGraphView.getState ( Object p1, boolean p2 ):
Return value of this method has type 'mxCellState'.
mxGraphView.getTerminalPort ( mxCellState p1, mxCellState p2, boolean p3 ):
Return value of this method has type 'mxCellState'.
mxGraphView.removeState ( Object p1 ):
Return value of this method has type 'mxCellState'.
mxGraphView.transformControlPoint ( mxCellState p1, com.mxgraph.util.mxPoint p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.updateBoundingBox ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.updateEdgeBounds ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.updateFixedTerminalPoint ( mxCellState p1, mxCellState p2, boolean p3, mxConnectionConstraint p4 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.updateFixedTerminalPoints ( mxCellState p1, mxCellState p2, mxCellState p3 ):
3rd parameter 'p3' of this method has type 'mxCellState'.
mxGraphView.updateFloatingTerminalPoint ( mxCellState p1, mxCellState p2, mxCellState p3, boolean p4 ):
3rd parameter 'p3' of this method has type 'mxCellState'.
mxGraphView.updateFloatingTerminalPoints ( mxCellState p1, mxCellState p2, mxCellState p3 ):
3rd parameter 'p3' of this method has type 'mxCellState'.
mxGraphView.updateLabelBounds ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.updatePoints ( mxCellState p1, java.util.List p2, mxCellState p3, mxCellState p4 ):
3rd parameter 'p3' of this method has type 'mxCellState'.
mxGraphView.updateVertexLabelOffset ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.validateBounds ( mxCellState p1, Object p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxGraphView.validatePoints ( mxCellState p1, Object p2 ):
1st parameter 'p1' of this method has type 'mxCellState'.
mxPerimeter.mxPerimeterFunction.apply ( com.mxgraph.util.mxRectangle p1, mxCellState p2, com.mxgraph.util.mxPoint p3, boolean p4 ):
2nd parameter 'p2' of this abstract method has type 'mxCellState'.
mxSpaceManager.getCellsToShift ( mxCellState p1 ):
1st parameter 'p1' of this method has type 'mxCellState'.
to the top
Java ARchives (1)
jgraphx.jar
to the top
Classes (260)
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
mxChildChangeCodec
mxCodec
mxCodecRegistry
mxGdCodec
mxGenericChangeCodec
mxGmlCodec
mxModelCodec
mxObjectCodec
mxRootChangeCodec
mxStylesheetCodec
mxTerminalChangeCodec
mxVdxCodec
package com.mxgraph.io.gd
mxGdDocument
mxGdDocument.mxGDParseState
mxGdEdge
mxGdNode
package com.mxgraph.io.gml
mxGmlConstants
mxGmlData
mxGmlEdge
mxGmlGraph
mxGmlKey
mxGmlKey.keyForValues
mxGmlKey.keyTypeValues
mxGmlKeyManager
mxGmlNode
mxGmlPort
mxGmlShapeEdge
mxGmlShapeNode
mxGmlUtils
package com.mxgraph.io.vdx
mxDelegateShape
mxGeneralShape
mxMasterElement
mxMasterShape
mxMastersManager
mxPropertiesManager
mxStyleSheet
mxStyleSheetManager
mxVdxConstants
mxVdxShape
mxVdxShapeForm
mxVdxTextParser
mxVdxUtils
PageShapeIDKey
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.HierarchicalEdgeStyle
mxCoordinateAssignment.WeightedCellSorter
mxHierarchicalLayoutStage
mxMedianHybridCrossingReduction
mxMedianHybridCrossingReduction.MedianCellSorter
mxMinimumCycleRemover
package com.mxgraph.layout.orthogonal
mxOrthogonalLayout
package com.mxgraph.layout.orthogonal.model
mxOrthogonalModel
mxPointPair
mxPointSequence
mxSegment
package com.mxgraph.model
mxCell
mxCellPath
mxGeometry
mxGraphModel
mxGraphModel.Filter
mxGraphModel.mxChildChange
mxGraphModel.mxCollapseChange
mxGraphModel.mxGeometryChange
mxGraphModel.mxRootChange
mxGraphModel.mxStyleChange
mxGraphModel.mxTerminalChange
mxGraphModel.mxValueChange
mxGraphModel.mxVisibleChange
mxICell
mxIGraphModel
mxIGraphModel.mxAtomicGraphModelChange
package com.mxgraph.reader
mxGraphViewImageReader
mxGraphViewReader
package com.mxgraph.shape
mxActorShape
mxArrowShape
mxBasicShape
mxCloudShape
mxConnectorShape
mxCurveLabelShape
mxCurveLabelShape.LabelGlyphCache
mxCurveLabelShape.LabelPosition
mxCurveShape
mxCylinderShape
mxDefaultTextShape
mxDoubleEllipseShape
mxEllipseShape
mxHexagonShape
mxHtmlTextShape
mxImageShape
mxIMarker
mxIShape
mxITextShape
mxLabelShape
mxLineShape
mxMarkerRegistry
mxRectangleShape
mxRhombusShape
mxStencilShape
mxStencilShape.svgShape
mxSwimlaneShape
mxTriangleShape
package com.mxgraph.sharing
mxSession
mxSharedGraphModel
mxSharedState
mxSharedState.mxDiagramChangeListener
package com.mxgraph.swing
mxGraphComponent
mxGraphComponent.mxGraphControl
mxGraphComponent.mxMouseRedirector
mxGraphOutline
mxGraphOutline.MouseTracker
package com.mxgraph.swing.handler
mxCellHandler
mxCellMarker
mxCellTracker
mxConnectionHandler
mxConnectPreview
mxEdgeHandler
mxElbowEdgeHandler
mxGraphHandler
mxGraphTransferHandler
mxInsertHandler
mxKeyboardHandler
mxMovePreview
mxPanningHandler
mxRotationHandler
mxRubberband
mxSelectionCellsHandler
mxVertexHandler
package com.mxgraph.swing.util
mxAnimation
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
mxMorphing
mxMouseAdapter
package com.mxgraph.swing.view
mxCellEditor
mxCellEditor.NoLinefeedHtmlEditorKit
mxCellEditor.NoLinefeedHtmlWriter
mxCellStatePreview
mxICellEditor
mxInteractiveCanvas
package com.mxgraph.util
mxBase64
mxCellRenderer
mxCellRenderer.CanvasFactory
mxConstants
mxCurve
mxEvent
mxEventObject
mxEventSource
mxEventSource.mxIEventListener
mxImage
mxImageBundle
mxLightweightLabel
mxLine
mxPoint
mxRectangle
mxResources
mxSpline
mxSpline1D
mxUndoableEdit
mxUndoableEdit.mxUndoableChange
mxUndoManager
mxUtils
package com.mxgraph.util.png
ChunkStream
CRC
IDATOutputStream
mxPngEncodeParam
mxPngEncodeParam.Gray
mxPngEncodeParam.Palette
mxPngEncodeParam.RGB
mxPngImageEncoder
mxPngSuggestedPaletteEntry
mxPngTextDecoder
package com.mxgraph.util.svg
AbstractParser
AWTPathProducer
AWTPolygonProducer
AWTPolylineProducer
CSSConstants
DefaultErrorHandler
ErrorHandler
ExtendedGeneralPath
ExtendedGeneralPath.EPI
ExtendedPathIterator
NormalizingReader
NumberParser
ParseException
Parser
PathHandler
PathParser
PointsHandler
PointsParser
ShapeProducer
StringNormalizingReader
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 Sat Apr 2 09:02:00 2011 for JGraph X by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java library API