Binary compatibility report for the JGraph X library between 1.4.0.3 and 1.4.0.4 versions
Test Info
Library Name | JGraph X |
Version #1 | 1.4.0.3 |
Version #2 | 1.4.0.4 |
Test Results
Total Java ARchives | 1 |
---|
Total Classes | 178 |
---|
Total Methods / Types | 2598 / 149 |
---|
Verdict | Incompatible |
---|
Problem Summary
| Severity | Count |
---|
Added Methods | - | 271 |
---|
Removed Methods | High | 25 |
---|
Problems with Data Types | High | 3 |
---|
Medium | 0 |
Low | 18 |
Problems with Methods | High | 1 |
---|
Medium | 0 |
Low | 0 |
Added Methods (271)
jgraphx.jar, Gray.class
package com.mxgraph.util.png
mxPngEncodeParam.Gray.mxPngEncodeParam#Gray ( ):public
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.com.mxgraph.util.png.mxPngEncodeParam#Gray:()V ]
mxPngEncodeParam.Gray.getBackgroundGray ( ):int
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.getBackgroundGray:()I ]
mxPngEncodeParam.Gray.getBitShift ( ):int
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.getBitShift:()I ]
mxPngEncodeParam.Gray.getTransparentGray ( ):int
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.getTransparentGray:()I ]
mxPngEncodeParam.Gray.isBackgroundSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.isBackgroundSet:()Z ]
mxPngEncodeParam.Gray.isBitDepthSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.isBitDepthSet:()Z ]
mxPngEncodeParam.Gray.isBitShiftSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.isBitShiftSet:()Z ]
mxPngEncodeParam.Gray.setBackgroundGray ( int p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.setBackgroundGray:(I)V ]
mxPngEncodeParam.Gray.setBitDepth ( int p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.setBitDepth:(I)V ]
mxPngEncodeParam.Gray.setBitShift ( int p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.setBitShift:(I)V ]
mxPngEncodeParam.Gray.setTransparentGray ( int p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.setTransparentGray:(I)V ]
mxPngEncodeParam.Gray.unsetBackground ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.unsetBackground:()V ]
mxPngEncodeParam.Gray.unsetBitShift ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Gray.unsetBitShift:()V ]
jgraphx.jar, mxAnimation.class
package com.mxgraph.swing.util
mxAnimation.getDelay ( ):int
[ run-time name: com/mxgraph/swing/util/mxAnimation.getDelay:()I ]
mxAnimation.mxAnimation ( )
[ run-time name: com/mxgraph/swing/util/mxAnimation."<init>":()V ]
mxAnimation.mxAnimation ( int p1 )
[ run-time name: com/mxgraph/swing/util/mxAnimation."<init>":(I)V ]
mxAnimation.setDelay ( int p1 ):void
[ run-time name: com/mxgraph/swing/util/mxAnimation.setDelay:(I)V ]
mxAnimation.startAnimation ( ):void
[ run-time name: com/mxgraph/swing/util/mxAnimation.startAnimation:()V ]
mxAnimation.stopAnimation ( ):void
[ run-time name: com/mxgraph/swing/util/mxAnimation.stopAnimation:()V ]
mxAnimation.updateAnimation ( ):void
[ run-time name: com/mxgraph/swing/util/mxAnimation.updateAnimation:()V ]
jgraphx.jar, mxCellStatePreview.class
package com.mxgraph.swing.view
mxCellStatePreview.addEdges ( com.mxgraph.view.mxCellState p1 ):void
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.addEdges:(Lcom/mxgraph/view/mxCellState;)V ]
mxCellStatePreview.getCount ( ):int
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.getCount:()I ]
mxCellStatePreview.getDeltas ( ):java.util.Map
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.getDeltas:()Ljava/util/Map; ]
mxCellStatePreview.getOpacity ( ):float
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.getOpacity:()F ]
mxCellStatePreview.getOpacityForCell ( Object p1 ):float
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.getOpacityForCell:(Ljava/lang/Object;)F ]
mxCellStatePreview.isCloned ( ):boolean
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.isCloned:()Z ]
mxCellStatePreview.isEmpty ( ):boolean
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.isEmpty:()Z ]
mxCellStatePreview.moveState ( com.mxgraph.view.mxCellState p1, double p2, double p3 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.moveState:(Lcom/mxgraph/view/mxCellState;DD)Lcom/mxgraph/util/mxPoint; ]
mxCellStatePreview.moveState ( com.mxgraph.view.mxCellState p1, double p2, double p3, boolean p4, boolean p5 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.moveState:(Lcom/mxgraph/view/mxCellState;DDZZ)Lcom/mxgraph/util/mxPoint; ]
mxCellStatePreview.mxCellStatePreview ( com.mxgraph.swing.mxGraphComponent p1, boolean p2 )
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview."<init>":(Lcom/mxgraph/swing/mxGraphComponent;Z)V ]
mxCellStatePreview.paint ( java.awt.Graphics p1 ):void
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.paint:(Ljava/awt/Graphics;)V ]
mxCellStatePreview.paintPreview ( com.mxgraph.canvas.mxGraphics2DCanvas p1 ):void
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.paintPreview:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;)V ]
mxCellStatePreview.paintPreviewState ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.paintPreviewState:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
mxCellStatePreview.restore ( java.util.List p1 ):void
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.restore:(Ljava/util/List;)V ]
mxCellStatePreview.restoreState ( com.mxgraph.view.mxCellState p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.restoreState:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;)V ]
mxCellStatePreview.revalidateState ( com.mxgraph.view.mxCellState p1, com.mxgraph.view.mxCellState p2, double p3, double p4 ):com.mxgraph.util.mxRectangle
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.revalidateState:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;DD)Lcom/mxgraph/util/mxRectangle; ]
mxCellStatePreview.setCloned ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.setCloned:(Z)V ]
mxCellStatePreview.setOpacity ( float p1 ):void
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.setOpacity:(F)V ]
mxCellStatePreview.show ( ):com.mxgraph.util.mxRectangle
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.show:()Lcom/mxgraph/util/mxRectangle; ]
mxCellStatePreview.snapshot ( com.mxgraph.view.mxCellState p1 ):java.util.List
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.snapshot:(Lcom/mxgraph/view/mxCellState;)Ljava/util/List; ]
mxCellStatePreview.translateState ( com.mxgraph.view.mxCellState p1, com.mxgraph.view.mxCellState p2, double p3, double p4 ):void
[ run-time name: com/mxgraph/swing/view/mxCellStatePreview.translateState:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/view/mxCellState;DD)V ]
jgraphx.jar, mxConnectPreview.class
package com.mxgraph.swing.handler
mxConnectPreview.paintPreview ( com.mxgraph.canvas.mxGraphics2DCanvas p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectPreview.paintPreview:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;)V ]
jgraphx.jar, mxGraphHandler.class
package com.mxgraph.swing.handler
mxGraphHandler.createMovePreview ( ):mxMovePreview
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.createMovePreview:()Lcom/mxgraph/swing/handler/mxMovePreview; ]
mxGraphHandler.installDragGestureHandler ( ):void
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.installDragGestureHandler:()V ]
mxGraphHandler.installDropTargetHandler ( ):void
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.installDropTargetHandler:()V ]
mxGraphHandler.isLivePreview ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.isLivePreview:()Z ]
mxGraphHandler.isMarkerEnabled ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.isMarkerEnabled:()Z ]
mxGraphHandler.setLivePreview ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.setLivePreview:(Z)V ]
mxGraphHandler.setMarkerEnabled ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxGraphHandler.setMarkerEnabled:(Z)V ]
jgraphx.jar, mxInsertHandler.class
package com.mxgraph.swing.handler
mxInsertHandler.addListener ( String p1, com.mxgraph.util.mxEventSource.mxIEventListener p2 ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.addListener:(Ljava/lang/String;Lcom/mxgraph/util/mxEventSource$mxIEventListener;)V ]
mxInsertHandler.getGraphComponent ( ):com.mxgraph.swing.mxGraphComponent
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.getGraphComponent:()Lcom/mxgraph/swing/mxGraphComponent; ]
mxInsertHandler.insertCell ( com.mxgraph.util.mxRectangle p1 ):Object
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.insertCell:(Lcom/mxgraph/util/mxRectangle;)Ljava/lang/Object; ]
mxInsertHandler.isEnabled ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.isEnabled:()Z ]
mxInsertHandler.isStartEvent ( java.awt.event.MouseEvent p1 ):boolean
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.isStartEvent:(Ljava/awt/event/MouseEvent;)Z ]
mxInsertHandler.mouseDragged ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.mouseDragged:(Ljava/awt/event/MouseEvent;)V ]
mxInsertHandler.mousePressed ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.mousePressed:(Ljava/awt/event/MouseEvent;)V ]
mxInsertHandler.mouseReleased ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.mouseReleased:(Ljava/awt/event/MouseEvent;)V ]
mxInsertHandler.mxInsertHandler ( com.mxgraph.swing.mxGraphComponent p1, String p2 )
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler."<init>":(Lcom/mxgraph/swing/mxGraphComponent;Ljava/lang/String;)V ]
mxInsertHandler.paint ( java.awt.Graphics p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.paint:(Ljava/awt/Graphics;)V ]
mxInsertHandler.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.removeListener:(Lcom/mxgraph/util/mxEventSource$mxIEventListener;)V ]
mxInsertHandler.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1, String p2 ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.removeListener:(Lcom/mxgraph/util/mxEventSource$mxIEventListener;Ljava/lang/String;)V ]
mxInsertHandler.reset ( ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.reset:()V ]
mxInsertHandler.setEnabled ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.setEnabled:(Z)V ]
mxInsertHandler.start ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler.start:(Ljava/awt/event/MouseEvent;)V ]
jgraphx.jar, mxMorphing.class
package com.mxgraph.swing.util
mxMorphing.animateCell ( Object p1, com.mxgraph.swing.view.mxCellStatePreview p2, boolean p3 ):void
[ run-time name: com/mxgraph/swing/util/mxMorphing.animateCell:(Ljava/lang/Object;Lcom/mxgraph/swing/view/mxCellStatePreview;Z)V ]
mxMorphing.getDelta ( com.mxgraph.view.mxCellState p1 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/swing/util/mxMorphing.getDelta:(Lcom/mxgraph/view/mxCellState;)Lcom/mxgraph/util/mxPoint; ]
mxMorphing.getEase ( ):double
[ run-time name: com/mxgraph/swing/util/mxMorphing.getEase:()D ]
mxMorphing.getOriginForCell ( Object p1 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/swing/util/mxMorphing.getOriginForCell:(Ljava/lang/Object;)Lcom/mxgraph/util/mxPoint; ]
mxMorphing.getSteps ( ):int
[ run-time name: com/mxgraph/swing/util/mxMorphing.getSteps:()I ]
mxMorphing.mxMorphing ( com.mxgraph.swing.mxGraphComponent p1 )
[ run-time name: com/mxgraph/swing/util/mxMorphing."<init>":(Lcom/mxgraph/swing/mxGraphComponent;)V ]
mxMorphing.mxMorphing ( com.mxgraph.swing.mxGraphComponent p1, int p2, double p3, int p4 )
[ run-time name: com/mxgraph/swing/util/mxMorphing."<init>":(Lcom/mxgraph/swing/mxGraphComponent;IDI)V ]
mxMorphing.paint ( java.awt.Graphics p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMorphing.paint:(Ljava/awt/Graphics;)V ]
mxMorphing.setCells ( Object[] p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMorphing.setCells:([Ljava/lang/Object;)V ]
mxMorphing.setEase ( double p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMorphing.setEase:(D)V ]
mxMorphing.setSteps ( int p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMorphing.setSteps:(I)V ]
mxMorphing.show ( com.mxgraph.swing.view.mxCellStatePreview p1 ):void
[ run-time name: com/mxgraph/swing/util/mxMorphing.show:(Lcom/mxgraph/swing/view/mxCellStatePreview;)V ]
mxMorphing.stopAnimation ( ):void
[ run-time name: com/mxgraph/swing/util/mxMorphing.stopAnimation:()V ]
mxMorphing.stopRecursion ( com.mxgraph.view.mxCellState p1, com.mxgraph.util.mxPoint p2 ):boolean
[ run-time name: com/mxgraph/swing/util/mxMorphing.stopRecursion:(Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/util/mxPoint;)Z ]
mxMorphing.updateAnimation ( ):void
[ run-time name: com/mxgraph/swing/util/mxMorphing.updateAnimation:()V ]
jgraphx.jar, mxMovePreview.class
package com.mxgraph.swing.handler
mxMovePreview.createCellStatePreview ( ):com.mxgraph.swing.view.mxCellStatePreview
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.createCellStatePreview:()Lcom/mxgraph/swing/view/mxCellStatePreview; ]
mxMovePreview.getCells ( com.mxgraph.view.mxCellState p1 ):Object[]
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.getCells:(Lcom/mxgraph/view/mxCellState;)[Ljava/lang/Object; ]
mxMovePreview.getMovingCells ( ):Object[]
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.getMovingCells:()[Ljava/lang/Object; ]
mxMovePreview.getPlaceholderBounds ( com.mxgraph.view.mxCellState p1 ):com.mxgraph.util.mxRectangle
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.getPlaceholderBounds:(Lcom/mxgraph/view/mxCellState;)Lcom/mxgraph/util/mxRectangle; ]
mxMovePreview.getPreviewStates ( ):com.mxgraph.view.mxCellState[]
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.getPreviewStates:()[Lcom/mxgraph/view/mxCellState; ]
mxMovePreview.getThreshold ( ):int
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.getThreshold:()I ]
mxMovePreview.isActive ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.isActive:()Z ]
mxMovePreview.isCellOpaque ( Object p1 ):boolean
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.isCellOpaque:(Ljava/lang/Object;)Z ]
mxMovePreview.isClonePreview ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.isClonePreview:()Z ]
mxMovePreview.isContextPreview ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.isContextPreview:()Z ]
mxMovePreview.isHideSelectionHandler ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.isHideSelectionHandler:()Z ]
mxMovePreview.isPlaceholderPreview ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.isPlaceholderPreview:()Z ]
mxMovePreview.mxMovePreview ( com.mxgraph.swing.mxGraphComponent p1 )
[ run-time name: com/mxgraph/swing/handler/mxMovePreview."<init>":(Lcom/mxgraph/swing/mxGraphComponent;)V ]
mxMovePreview.paint ( java.awt.Graphics p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.paint:(Ljava/awt/Graphics;)V ]
mxMovePreview.reset ( ):void
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.reset:()V ]
mxMovePreview.setClonePreview ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.setClonePreview:(Z)V ]
mxMovePreview.setContextPreview ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.setContextPreview:(Z)V ]
mxMovePreview.setHideSelectionHandler ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.setHideSelectionHandler:(Z)V ]
mxMovePreview.setPlaceholderPreview ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.setPlaceholderPreview:(Z)V ]
mxMovePreview.setThreshold ( int p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.setThreshold:(I)V ]
mxMovePreview.start ( java.awt.event.MouseEvent p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.start:(Ljava/awt/event/MouseEvent;Lcom/mxgraph/view/mxCellState;)V ]
mxMovePreview.stop ( boolean p1, java.awt.event.MouseEvent p2, double p3, double p4, boolean p5, Object p6 ):Object[]
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.stop:(ZLjava/awt/event/MouseEvent;DDZLjava/lang/Object;)[Ljava/lang/Object; ]
mxMovePreview.update ( java.awt.event.MouseEvent p1, double p2, double p3, boolean p4 ):void
[ run-time name: com/mxgraph/swing/handler/mxMovePreview.update:(Ljava/awt/event/MouseEvent;DDZ)V ]
jgraphx.jar, mxPngDecodeParam.class
package com.mxgraph.util.png
mxPngDecodeParam.getDisplayExponent ( ):float
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.getDisplayExponent:()F ]
mxPngDecodeParam.getEncodeParam ( ):mxPngEncodeParam
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.getEncodeParam:()Lcom/mxgraph/util/png/mxPngEncodeParam; ]
mxPngDecodeParam.getExpandGrayAlpha ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.getExpandGrayAlpha:()Z ]
mxPngDecodeParam.getExpandPalette ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.getExpandPalette:()Z ]
mxPngDecodeParam.getGenerateEncodeParam ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.getGenerateEncodeParam:()Z ]
mxPngDecodeParam.getOutput8BitGray ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.getOutput8BitGray:()Z ]
mxPngDecodeParam.getPerformGammaCorrection ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.getPerformGammaCorrection:()Z ]
mxPngDecodeParam.getSuppressAlpha ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.getSuppressAlpha:()Z ]
mxPngDecodeParam.getUserExponent ( ):float
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.getUserExponent:()F ]
mxPngDecodeParam.mxPngDecodeParam ( )
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam."<init>":()V ]
mxPngDecodeParam.setDisplayExponent ( float p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.setDisplayExponent:(F)V ]
mxPngDecodeParam.setEncodeParam ( mxPngEncodeParam p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.setEncodeParam:(Lcom/mxgraph/util/png/mxPngEncodeParam;)V ]
mxPngDecodeParam.setExpandGrayAlpha ( boolean p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.setExpandGrayAlpha:(Z)V ]
mxPngDecodeParam.setExpandPalette ( boolean p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.setExpandPalette:(Z)V ]
mxPngDecodeParam.setGenerateEncodeParam ( boolean p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.setGenerateEncodeParam:(Z)V ]
mxPngDecodeParam.setOutput8BitGray ( boolean p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.setOutput8BitGray:(Z)V ]
mxPngDecodeParam.setPerformGammaCorrection ( boolean p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.setPerformGammaCorrection:(Z)V ]
mxPngDecodeParam.setSuppressAlpha ( boolean p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.setSuppressAlpha:(Z)V ]
mxPngDecodeParam.setUserExponent ( float p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngDecodeParam.setUserExponent:(F)V ]
jgraphx.jar, mxPngEncodeParam.class
package com.mxgraph.util.png
mxPngEncodeParam.addPrivateChunk ( String p1, byte[] p2 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.addPrivateChunk:(Ljava/lang/String;[B)V ]
mxPngEncodeParam.filterRow ( byte[] p1, byte[] p2, byte[][] p3, int p4, int p5 ):int
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.filterRow:([B[B[[BII)I ]
mxPngEncodeParam.getBitDepth ( ):int
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getBitDepth:()I ]
mxPngEncodeParam.getChromaticity ( ):float[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getChromaticity:()[F ]
mxPngEncodeParam.getCompressedText ( ):String[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getCompressedText:()[Ljava/lang/String; ]
mxPngEncodeParam.getDefaultEncodeParam ( java.awt.image.RenderedImage p1 ) [static]:mxPngEncodeParam
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getDefaultEncodeParam:(Ljava/awt/image/RenderedImage;)Lcom/mxgraph/util/png/mxPngEncodeParam; ]
mxPngEncodeParam.getGamma ( ):float
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getGamma:()F ]
mxPngEncodeParam.getICCProfileData ( ):byte[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getICCProfileData:()[B ]
mxPngEncodeParam.getInterlacing ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getInterlacing:()Z ]
mxPngEncodeParam.getModificationTime ( ):java.util.Date
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getModificationTime:()Ljava/util/Date; ]
mxPngEncodeParam.getNumPrivateChunks ( ):int
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getNumPrivateChunks:()I ]
mxPngEncodeParam.getPaletteHistogram ( ):int[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getPaletteHistogram:()[I ]
mxPngEncodeParam.getPhysicalDimension ( ):int[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getPhysicalDimension:()[I ]
mxPngEncodeParam.getPrivateChunkData ( int p1 ):byte[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getPrivateChunkData:(I)[B ]
mxPngEncodeParam.getPrivateChunkType ( int p1 ):String
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getPrivateChunkType:(I)Ljava/lang/String; ]
mxPngEncodeParam.getSignificantBits ( ):int[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getSignificantBits:()[I ]
mxPngEncodeParam.getSRGBIntent ( ):int
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getSRGBIntent:()I ]
mxPngEncodeParam.getText ( ):String[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.getText:()[Ljava/lang/String; ]
mxPngEncodeParam.isBackgroundSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isBackgroundSet:()Z ]
mxPngEncodeParam.isChromaticitySet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isChromaticitySet:()Z ]
mxPngEncodeParam.isCompressedTextSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isCompressedTextSet:()Z ]
mxPngEncodeParam.isGammaSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isGammaSet:()Z ]
mxPngEncodeParam.isICCProfileDataSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isICCProfileDataSet:()Z ]
mxPngEncodeParam.isModificationTimeSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isModificationTimeSet:()Z ]
mxPngEncodeParam.isPaletteHistogramSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isPaletteHistogramSet:()Z ]
mxPngEncodeParam.isPhysicalDimensionSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isPhysicalDimensionSet:()Z ]
mxPngEncodeParam.isSignificantBitsSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isSignificantBitsSet:()Z ]
mxPngEncodeParam.isSRGBIntentSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isSRGBIntentSet:()Z ]
mxPngEncodeParam.isSuggestedPaletteSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isSuggestedPaletteSet:()Z ]
mxPngEncodeParam.isTextSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isTextSet:()Z ]
mxPngEncodeParam.isTransparencySet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.isTransparencySet:()Z ]
mxPngEncodeParam.mxPngEncodeParam ( )
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam."<init>":()V ]
mxPngEncodeParam.paethPredictor ( int p1, int p2, int p3 ) [static]:int
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.paethPredictor:(III)I ]
mxPngEncodeParam.removeAllPrivateChunks ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.removeAllPrivateChunks:()V ]
mxPngEncodeParam.removeUnsafeToCopyPrivateChunks ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.removeUnsafeToCopyPrivateChunks:()V ]
mxPngEncodeParam.setBitDepth ( int p1 ) [abstract]:void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setBitDepth:(I)V ]
mxPngEncodeParam.setChromaticity ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setChromaticity:(FFFFFFFF)V ]
mxPngEncodeParam.setChromaticity ( float[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setChromaticity:([F)V ]
mxPngEncodeParam.setCompressedText ( String[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setCompressedText:([Ljava/lang/String;)V ]
mxPngEncodeParam.setGamma ( float p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setGamma:(F)V ]
mxPngEncodeParam.setICCProfileData ( byte[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setICCProfileData:([B)V ]
mxPngEncodeParam.setInterlacing ( boolean p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setInterlacing:(Z)V ]
mxPngEncodeParam.setModificationTime ( java.util.Date p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setModificationTime:(Ljava/util/Date;)V ]
mxPngEncodeParam.setPaletteHistogram ( int[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setPaletteHistogram:([I)V ]
mxPngEncodeParam.setPhysicalDimension ( int p1, int p2, int p3 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setPhysicalDimension:(III)V ]
mxPngEncodeParam.setPhysicalDimension ( int[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setPhysicalDimension:([I)V ]
mxPngEncodeParam.setSignificantBits ( int[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setSignificantBits:([I)V ]
mxPngEncodeParam.setSRGBIntent ( int p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setSRGBIntent:(I)V ]
mxPngEncodeParam.setSuggestedPalette ( mxPngSuggestedPaletteEntry[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setSuggestedPalette:([Lcom/mxgraph/util/png/mxPngSuggestedPaletteEntry;)V ]
mxPngEncodeParam.setText ( String[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.setText:([Ljava/lang/String;)V ]
mxPngEncodeParam.unsetBackground ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetBackground:()V ]
mxPngEncodeParam.unsetBitDepth ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetBitDepth:()V ]
mxPngEncodeParam.unsetChromaticity ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetChromaticity:()V ]
mxPngEncodeParam.unsetCompressedText ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetCompressedText:()V ]
mxPngEncodeParam.unsetGamma ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetGamma:()V ]
mxPngEncodeParam.unsetICCProfileData ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetICCProfileData:()V ]
mxPngEncodeParam.unsetModificationTime ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetModificationTime:()V ]
mxPngEncodeParam.unsetPaletteHistogram ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetPaletteHistogram:()V ]
mxPngEncodeParam.unsetPhysicalDimension ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetPhysicalDimension:()V ]
mxPngEncodeParam.unsetSignificantBits ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetSignificantBits:()V ]
mxPngEncodeParam.unsetSRGBIntent ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetSRGBIntent:()V ]
mxPngEncodeParam.unsetSuggestedPalette ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetSuggestedPalette:()V ]
mxPngEncodeParam.unsetText ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetText:()V ]
mxPngEncodeParam.unsetTransparency ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.unsetTransparency:()V ]
jgraphx.jar, mxPngImageDecoder.class
package com.mxgraph.util.png
mxPngImageDecoder.decodeAsRaster ( ):java.awt.image.Raster
[ run-time name: com/mxgraph/util/png/mxPngImageDecoder.decodeAsRaster:()Ljava/awt/image/Raster; ]
mxPngImageDecoder.decodeAsRaster ( int p1 ):java.awt.image.Raster
[ run-time name: com/mxgraph/util/png/mxPngImageDecoder.decodeAsRaster:(I)Ljava/awt/image/Raster; ]
mxPngImageDecoder.decodeAsRenderedImage ( ):java.awt.image.RenderedImage
[ run-time name: com/mxgraph/util/png/mxPngImageDecoder.decodeAsRenderedImage:()Ljava/awt/image/RenderedImage; ]
mxPngImageDecoder.decodeAsRenderedImage ( int p1 ):java.awt.image.RenderedImage
[ run-time name: com/mxgraph/util/png/mxPngImageDecoder.decodeAsRenderedImage:(I)Ljava/awt/image/RenderedImage; ]
mxPngImageDecoder.getInputStream ( ):java.io.InputStream
[ run-time name: com/mxgraph/util/png/mxPngImageDecoder.getInputStream:()Ljava/io/InputStream; ]
mxPngImageDecoder.getParam ( ):mxPngDecodeParam
[ run-time name: com/mxgraph/util/png/mxPngImageDecoder.getParam:()Lcom/mxgraph/util/png/mxPngDecodeParam; ]
mxPngImageDecoder.mxPngImageDecoder ( java.io.InputStream p1, mxPngDecodeParam p2 )
[ run-time name: com/mxgraph/util/png/mxPngImageDecoder."<init>":(Ljava/io/InputStream;Lcom/mxgraph/util/png/mxPngDecodeParam;)V ]
mxPngImageDecoder.setParam ( mxPngDecodeParam p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngImageDecoder.setParam:(Lcom/mxgraph/util/png/mxPngDecodeParam;)V ]
jgraphx.jar, mxPngImageEncoder.class
package com.mxgraph.util.png
mxPngImageEncoder.encode ( java.awt.image.RenderedImage p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngImageEncoder.encode:(Ljava/awt/image/RenderedImage;)V ]
mxPngImageEncoder.getOutputStream ( ):java.io.OutputStream
[ run-time name: com/mxgraph/util/png/mxPngImageEncoder.getOutputStream:()Ljava/io/OutputStream; ]
mxPngImageEncoder.getParam ( ):mxPngEncodeParam
[ run-time name: com/mxgraph/util/png/mxPngImageEncoder.getParam:()Lcom/mxgraph/util/png/mxPngEncodeParam; ]
mxPngImageEncoder.mxPngImageEncoder ( java.io.OutputStream p1, mxPngEncodeParam p2 )
[ run-time name: com/mxgraph/util/png/mxPngImageEncoder."<init>":(Ljava/io/OutputStream;Lcom/mxgraph/util/png/mxPngEncodeParam;)V ]
mxPngImageEncoder.setParam ( mxPngEncodeParam p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngImageEncoder.setParam:(Lcom/mxgraph/util/png/mxPngEncodeParam;)V ]
jgraphx.jar, mxPngSuggestedPaletteEntry.class
package com.mxgraph.util.png
mxPngSuggestedPaletteEntry.mxPngSuggestedPaletteEntry ( )
[ run-time name: com/mxgraph/util/png/mxPngSuggestedPaletteEntry."<init>":()V ]
jgraphx.jar, mxRotationHandler.class
package com.mxgraph.swing.handler
mxRotationHandler.createHandle ( ):javax.swing.JComponent
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.createHandle:()Ljavax/swing/JComponent; ]
mxRotationHandler.getGraphComponent ( ):com.mxgraph.swing.mxGraphComponent
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.getGraphComponent:()Lcom/mxgraph/swing/mxGraphComponent; ]
mxRotationHandler.isEnabled ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.isEnabled:()Z ]
mxRotationHandler.isStateHandled ( com.mxgraph.view.mxCellState p1 ):boolean
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.isStateHandled:(Lcom/mxgraph/view/mxCellState;)Z ]
mxRotationHandler.mouseDragged ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.mouseDragged:(Ljava/awt/event/MouseEvent;)V ]
mxRotationHandler.mouseMoved ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.mouseMoved:(Ljava/awt/event/MouseEvent;)V ]
mxRotationHandler.mousePressed ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.mousePressed:(Ljava/awt/event/MouseEvent;)V ]
mxRotationHandler.mouseReleased ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.mouseReleased:(Ljava/awt/event/MouseEvent;)V ]
mxRotationHandler.mxRotationHandler ( com.mxgraph.swing.mxGraphComponent p1 )
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler."<init>":(Lcom/mxgraph/swing/mxGraphComponent;)V ]
mxRotationHandler.paint ( java.awt.Graphics p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.paint:(Ljava/awt/Graphics;)V ]
mxRotationHandler.reset ( ):void
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.reset:()V ]
mxRotationHandler.setEnabled ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.setEnabled:(Z)V ]
mxRotationHandler.start ( java.awt.event.MouseEvent p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler.start:(Ljava/awt/event/MouseEvent;)V ]
jgraphx.jar, mxSelectionCellsHandler.class
package com.mxgraph.swing.handler
mxSelectionCellsHandler.isVisible ( ):boolean
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.isVisible:()Z ]
mxSelectionCellsHandler.setVisible ( boolean p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxSelectionCellsHandler.setVisible:(Z)V ]
jgraphx.jar, mxSimpleRenderedImage.class
package com.mxgraph.util.png
mxSimpleRenderedImage.copyData ( java.awt.image.WritableRaster p1 ):java.awt.image.WritableRaster
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.copyData:(Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster; ]
mxSimpleRenderedImage.getBounds ( ):java.awt.Rectangle
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getBounds:()Ljava/awt/Rectangle; ]
mxSimpleRenderedImage.getColorModel ( ):java.awt.image.ColorModel
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getColorModel:()Ljava/awt/image/ColorModel; ]
mxSimpleRenderedImage.getData ( ):java.awt.image.Raster
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getData:()Ljava/awt/image/Raster; ]
mxSimpleRenderedImage.getData ( java.awt.Rectangle p1 ):java.awt.image.Raster
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getData:(Ljava/awt/Rectangle;)Ljava/awt/image/Raster; ]
mxSimpleRenderedImage.getHeight ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getHeight:()I ]
mxSimpleRenderedImage.getMaxTileX ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getMaxTileX:()I ]
mxSimpleRenderedImage.getMaxTileY ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getMaxTileY:()I ]
mxSimpleRenderedImage.getMaxX ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getMaxX:()I ]
mxSimpleRenderedImage.getMaxY ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getMaxY:()I ]
mxSimpleRenderedImage.getMinTileX ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getMinTileX:()I ]
mxSimpleRenderedImage.getMinTileY ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getMinTileY:()I ]
mxSimpleRenderedImage.getMinX ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getMinX:()I ]
mxSimpleRenderedImage.getMinY ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getMinY:()I ]
mxSimpleRenderedImage.getNumXTiles ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getNumXTiles:()I ]
mxSimpleRenderedImage.getNumYTiles ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getNumYTiles:()I ]
mxSimpleRenderedImage.getProperty ( String p1 ):Object
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getProperty:(Ljava/lang/String;)Ljava/lang/Object; ]
mxSimpleRenderedImage.getPropertyNames ( ):String[]
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getPropertyNames:()[Ljava/lang/String; ]
mxSimpleRenderedImage.getPropertyNames ( String p1 ):String[]
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getPropertyNames:(Ljava/lang/String;)[Ljava/lang/String; ]
mxSimpleRenderedImage.getSampleModel ( ):java.awt.image.SampleModel
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getSampleModel:()Ljava/awt/image/SampleModel; ]
mxSimpleRenderedImage.getSources ( ):java.util.Vector
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getSources:()Ljava/util/Vector; ]
mxSimpleRenderedImage.getTileGridXOffset ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getTileGridXOffset:()I ]
mxSimpleRenderedImage.getTileGridYOffset ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getTileGridYOffset:()I ]
mxSimpleRenderedImage.getTileHeight ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getTileHeight:()I ]
mxSimpleRenderedImage.getTileWidth ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getTileWidth:()I ]
mxSimpleRenderedImage.getWidth ( ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.getWidth:()I ]
mxSimpleRenderedImage.mxSimpleRenderedImage ( )
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage."<init>":()V ]
mxSimpleRenderedImage.tileXToX ( int p1 ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.tileXToX:(I)I ]
mxSimpleRenderedImage.tileXToX ( int p1, int p2, int p3 ) [static]:int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.tileXToX:(III)I ]
mxSimpleRenderedImage.tileYToY ( int p1 ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.tileYToY:(I)I ]
mxSimpleRenderedImage.tileYToY ( int p1, int p2, int p3 ) [static]:int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.tileYToY:(III)I ]
mxSimpleRenderedImage.XToTileX ( int p1 ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.XToTileX:(I)I ]
mxSimpleRenderedImage.XToTileX ( int p1, int p2, int p3 ) [static]:int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.XToTileX:(III)I ]
mxSimpleRenderedImage.YToTileY ( int p1 ):int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.YToTileY:(I)I ]
mxSimpleRenderedImage.YToTileY ( int p1, int p2, int p3 ) [static]:int
[ run-time name: com/mxgraph/util/png/mxSimpleRenderedImage.YToTileY:(III)I ]
jgraphx.jar, mxUtils.class
package com.mxgraph.util
mxUtils.parseXml ( String p1 ) [static]:org.w3c.dom.Document
[ run-time name: com/mxgraph/util/mxUtils.parseXml:(Ljava/lang/String;)Lorg/w3c/dom/Document; ]
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; ]
jgraphx.jar, Palette.class
package com.mxgraph.util.png
mxPngEncodeParam.Palette.mxPngEncodeParam#Palette ( ):public
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.com.mxgraph.util.png.mxPngEncodeParam#Palette:()V ]
mxPngEncodeParam.Palette.getBackgroundPaletteIndex ( ):int
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.getBackgroundPaletteIndex:()I ]
mxPngEncodeParam.Palette.getPalette ( ):int[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.getPalette:()[I ]
mxPngEncodeParam.Palette.getPaletteTransparency ( ):byte[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.getPaletteTransparency:()[B ]
mxPngEncodeParam.Palette.isBackgroundSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.isBackgroundSet:()Z ]
mxPngEncodeParam.Palette.isPaletteSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.isPaletteSet:()Z ]
mxPngEncodeParam.Palette.setBackgroundPaletteIndex ( int p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.setBackgroundPaletteIndex:(I)V ]
mxPngEncodeParam.Palette.setBitDepth ( int p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.setBitDepth:(I)V ]
mxPngEncodeParam.Palette.setPalette ( int[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.setPalette:([I)V ]
mxPngEncodeParam.Palette.setPaletteTransparency ( byte[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.setPaletteTransparency:([B)V ]
mxPngEncodeParam.Palette.unsetBackground ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.unsetBackground:()V ]
mxPngEncodeParam.Palette.unsetPalette ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.Palette.unsetPalette:()V ]
jgraphx.jar, RGB.class
package com.mxgraph.util.png
mxPngEncodeParam.RGB.mxPngEncodeParam#RGB ( ):public
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.RGB.com.mxgraph.util.png.mxPngEncodeParam#RGB:()V ]
mxPngEncodeParam.RGB.getBackgroundRGB ( ):int[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.RGB.getBackgroundRGB:()[I ]
mxPngEncodeParam.RGB.getTransparentRGB ( ):int[]
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.RGB.getTransparentRGB:()[I ]
mxPngEncodeParam.RGB.isBackgroundSet ( ):boolean
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.RGB.isBackgroundSet:()Z ]
mxPngEncodeParam.RGB.setBackgroundRGB ( int[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.RGB.setBackgroundRGB:([I)V ]
mxPngEncodeParam.RGB.setBitDepth ( int p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.RGB.setBitDepth:(I)V ]
mxPngEncodeParam.RGB.setTransparentRGB ( int[] p1 ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.RGB.setTransparentRGB:([I)V ]
mxPngEncodeParam.RGB.unsetBackground ( ):void
[ run-time name: com/mxgraph/util/png/mxPngEncodeParam.RGB.unsetBackground:()V ]
to the top
Removed Methods (25)
jgraphx.jar, mxCurve.class
package com.mxgraph.util
mxCurve.isValid ( ):boolean
[ run-time name: com/mxgraph/util/mxCurve.isValid:()Z ]
mxCurve.numCurves ( ):int
[ run-time name: com/mxgraph/util/mxCurve.numCurves:()I ]
mxCurve.setValid ( boolean p1 ):void
[ run-time name: com/mxgraph/util/mxCurve.setValid:(Z)V ]
jgraphx.jar, mxGraphics2DCanvas.class
package com.mxgraph.canvas
mxGraphics2DCanvas.drawShape ( java.awt.Shape p1 ):void
[ run-time name: com/mxgraph/canvas/mxGraphics2DCanvas.drawShape:(Ljava/awt/Shape;)V ]
jgraphx.jar, mxInsertHandler.class
package com.mxgraph.swing.handler
mxInsertHandler.mxInsertHandler ( )
[ run-time name: com/mxgraph/swing/handler/mxInsertHandler."<init>":()V ]
jgraphx.jar, mxLighweightTextPane.class
package com.mxgraph.util
mxLighweightTextPane.firePropertyChange ( String p1, boolean p2, boolean p3 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.firePropertyChange:(Ljava/lang/String;ZZ)V ]
mxLighweightTextPane.firePropertyChange ( String p1, byte p2, byte p3 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.firePropertyChange:(Ljava/lang/String;BB)V ]
mxLighweightTextPane.firePropertyChange ( String p1, char p2, char p3 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.firePropertyChange:(Ljava/lang/String;CC)V ]
mxLighweightTextPane.firePropertyChange ( String p1, double p2, double p3 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.firePropertyChange:(Ljava/lang/String;DD)V ]
mxLighweightTextPane.firePropertyChange ( String p1, float p2, float p3 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.firePropertyChange:(Ljava/lang/String;FF)V ]
mxLighweightTextPane.firePropertyChange ( String p1, int p2, int p3 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.firePropertyChange:(Ljava/lang/String;II)V ]
mxLighweightTextPane.firePropertyChange ( String p1, long p2, long p3 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.firePropertyChange:(Ljava/lang/String;JJ)V ]
mxLighweightTextPane.firePropertyChange ( String p1, Object p2, Object p3 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.firePropertyChange:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V ]
mxLighweightTextPane.firePropertyChange ( String p1, short p2, short p3 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.firePropertyChange:(Ljava/lang/String;SS)V ]
mxLighweightTextPane.getSharedInstance ( ) [static]:mxLighweightTextPane
[ run-time name: com/mxgraph/util/mxLighweightTextPane.getSharedInstance:()Lcom/mxgraph/util/mxLighweightTextPane; ]
mxLighweightTextPane.mxLighweightTextPane ( )
[ run-time name: com/mxgraph/util/mxLighweightTextPane."<init>":()V ]
mxLighweightTextPane.repaint ( java.awt.Rectangle p1 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.repaint:(Ljava/awt/Rectangle;)V ]
mxLighweightTextPane.repaint ( long p1, int p2, int p3, int p4, int p5 ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.repaint:(JIIII)V ]
mxLighweightTextPane.revalidate ( ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.revalidate:()V ]
mxLighweightTextPane.validate ( ):void
[ run-time name: com/mxgraph/util/mxLighweightTextPane.validate:()V ]
jgraphx.jar, mxRotationHandler.class
package com.mxgraph.swing.handler
mxRotationHandler.mxRotationHandler ( com.mxgraph.swing.mxGraphComponent p1, com.mxgraph.view.mxCellState p2 )
[ run-time name: com/mxgraph/swing/handler/mxRotationHandler."<init>":(Lcom/mxgraph/swing/mxGraphComponent;Lcom/mxgraph/view/mxCellState;)V ]
jgraphx.jar, mxUtils.class
package com.mxgraph.util
mxUtils.getTextArea ( ) [static]:javax.swing.JTextArea
[ run-time name: com/mxgraph/util/mxUtils.getTextArea:()Ljavax/swing/JTextArea; ]
mxUtils.parse ( String p1 ) [static]:org.w3c.dom.Document
[ run-time name: com/mxgraph/util/mxUtils.parse:(Ljava/lang/String;)Lorg/w3c/dom/Document; ]
jgraphx.jar, mxWrapTextShape.class
package com.mxgraph.shape
mxWrapTextShape.mxWrapTextShape ( )
[ run-time name: com/mxgraph/shape/mxWrapTextShape."<init>":()V ]
mxWrapTextShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, String p2, com.mxgraph.util.mxRectangle p3, java.util.Map p4 ):void
[ run-time name: com/mxgraph/shape/mxWrapTextShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Ljava/lang/String;Lcom/mxgraph/util/mxRectangle;Ljava/util/Map;)V ]
to the top
Problems with Data Types, High Severity (3)
jgraphx.jar
package com.mxgraph.shape
[+] mxWrapTextShape (1)
| Change | Effect |
---|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
mxWrapTextShape.mxWrapTextShape ( )This constructor is from 'mxWrapTextShape' class.
mxWrapTextShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, String p2, com.mxgraph.util.mxRectangle p3, java.util.Map p4 )This method is from 'mxWrapTextShape' class.
package com.mxgraph.util
[+] mxLighweightTextPane (1)
| Change | Effect |
---|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
mxLighweightTextPane.firePropertyChange ( String p1, boolean p2, boolean p3 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.firePropertyChange ( String p1, byte p2, byte p3 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.firePropertyChange ( String p1, char p2, char p3 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.firePropertyChange ( String p1, double p2, double p3 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.firePropertyChange ( String p1, float p2, float p3 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.firePropertyChange ( String p1, int p2, int p3 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.firePropertyChange ( String p1, long p2, long p3 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.firePropertyChange ( String p1, Object p2, Object p3 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.firePropertyChange ( String p1, short p2, short p3 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.getSharedInstance ( )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.mxLighweightTextPane ( )This constructor is from 'mxLighweightTextPane' class.
mxLighweightTextPane.repaint ( java.awt.Rectangle p1 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.repaint ( long p1, int p2, int p3, int p4, int p5 )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.revalidate ( )This method is from 'mxLighweightTextPane' class.
mxLighweightTextPane.validate ( )This method is from 'mxLighweightTextPane' class.
[+] mxUtils (1)
| Change | Effect |
---|
Field lazyTextArea (javax.swing.JTextArea) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (73)
mxUtils.addStylename ( String p1, String p2 )This method is from 'mxUtils' class.
mxUtils.clearRect ( java.awt.Graphics2D p1, java.awt.Rectangle p2, java.awt.Color p3 )This method is from 'mxUtils' class.
mxUtils.contains ( Object[] p1, Object p2 )This method is from 'mxUtils' class.
mxUtils.createBufferedImage ( int p1, int p2, java.awt.Color p3 )This method is from 'mxUtils' class.
mxUtils.createDocument ( )This method is from 'mxUtils' class.
mxUtils.createHtmlDocument ( )This method is from 'mxUtils' class.
mxUtils.createHtmlDocument ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.createHtmlDocument ( java.util.Map p1, String p2, double p3 )This method is from 'mxUtils' class.
mxUtils.createHtmlDocumentObject ( java.util.Map p1, double p2 )This method is from 'mxUtils' class.
mxUtils.createSvgDocument ( int p1, int p2 )This method is from 'mxUtils' class.
mxUtils.createTable ( org.w3c.dom.Document p1, String p2, int p3, int p4, int p5, int p6, double p7, java.util.Map p8 )This method is from 'mxUtils' class.
mxUtils.createVmlDocument ( )This method is from 'mxUtils' class.
mxUtils.drawImageClip ( java.awt.Graphics p1, java.awt.image.BufferedImage p2, java.awt.image.ImageObserver p3 )This method is from 'mxUtils' class.
mxUtils.eval ( String p1 )This method is from 'mxUtils' class.
mxUtils.fillClippedRect ( java.awt.Graphics p1, int p2, int p3, int p4, int p5 )This method is from 'mxUtils' class.
mxUtils.findNearestSegment ( com.mxgraph.view.mxCellState p1, double p2, double p3 )This method is from 'mxUtils' class.
mxUtils.findNode ( org.w3c.dom.Node p1, String p2, String p3 )This method is from 'mxUtils' class.
mxUtils.getBodyMarkup ( String p1, boolean p2 )This method is from 'mxUtils' class.
mxUtils.getBoundingBox ( mxRectangle p1, double p2 )This method is from 'mxUtils' class.
mxUtils.getColor ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getColor ( java.util.Map p1, String p2, java.awt.Color p3 )This method is from 'mxUtils' class.
mxUtils.getDouble ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getDouble ( java.util.Map p1, String p2, double p3 )This method is from 'mxUtils' class.
mxUtils.getFloat ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getFloat ( java.util.Map p1, String p2, float p3 )This method is from 'mxUtils' class.
mxUtils.getFont ( java.util.Map p1 )This method is from 'mxUtils' class.
mxUtils.getFont ( java.util.Map p1, double p2 )This method is from 'mxUtils' class.
mxUtils.getHexColorString ( java.awt.Color p1 )This method is from 'mxUtils' class.
mxUtils.getInt ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getInt ( java.util.Map p1, String p2, int p3 )This method is from 'mxUtils' class.
mxUtils.getLabelPaintBounds ( String p1, java.util.Map p2, boolean p3, mxPoint p4, mxRectangle p5, double p6 )This method is from 'mxUtils' class.
mxUtils.getLabelSize ( String p1, java.util.Map p2, boolean p3, int p4 )This method is from 'mxUtils' class.
mxUtils.getMd5Hash ( String p1 )This method is from 'mxUtils' class.
mxUtils.getPrettyXml ( org.w3c.dom.Node p1 )This method is from 'mxUtils' class.
mxUtils.getPrettyXml ( org.w3c.dom.Node p1, String p2, String p3 )This method is from 'mxUtils' class.
mxUtils.getRotatedPoint ( mxPoint p1, double p2, double p3 )This method is from 'mxUtils' class.
mxUtils.getRotatedPoint ( mxPoint p1, double p2, double p3, mxPoint p4 )This method is from 'mxUtils' class.
mxUtils.getScaledLabelBounds ( double p1, double p2, mxRectangle p3, double p4, double p5, java.util.Map p6, double p7 )This method is from 'mxUtils' class.
mxUtils.getSizeForHtml ( String p1, java.util.Map p2 )This method is from 'mxUtils' class.
mxUtils.getSizeForString ( String p1, java.awt.Font p2, int p3 )This method is from 'mxUtils' class.
mxUtils.getString ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.getString ( java.util.Map p1, String p2, String p3 )This method is from 'mxUtils' class.
mxUtils.getStylename ( String p1 )This method is from 'mxUtils' class.
mxUtils.getStylenames ( String p1 )This method is from 'mxUtils' class.
mxUtils.getXml ( org.w3c.dom.Node p1 )This method is from 'mxUtils' class.
mxUtils.hexString ( java.awt.Color p1 )This method is from 'mxUtils' class.
mxUtils.htmlEntities ( String p1 )This method is from 'mxUtils' class.
mxUtils.indexOf ( Object[] p1, Object p2 )This method is from 'mxUtils' class.
mxUtils.indexOfStylename ( String p1, String p2 )This method is from 'mxUtils' class.
mxUtils.intersection ( double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8 )This method is from 'mxUtils' class.
mxUtils.intersectsHotspot ( com.mxgraph.view.mxCellState p1, int p2, int p3, double p4 )This method is from 'mxUtils' class.
mxUtils.intersectsHotspot ( com.mxgraph.view.mxCellState p1, int p2, int p3, double p4, int p5, int p6 )This method is from 'mxUtils' class.
mxUtils.isNode ( Object p1, String p2 )This method is from 'mxUtils' class.
mxUtils.isNode ( Object p1, String p2, String p3, String p4 )This method is from 'mxUtils' class.
mxUtils.isTrue ( java.util.Map p1, String p2 )This method is from 'mxUtils' class.
mxUtils.isTrue ( java.util.Map p1, String p2, boolean p3 )This method is from 'mxUtils' class.
mxUtils.loadDocument ( String p1 )This method is from 'mxUtils' class.
mxUtils.loadImage ( String p1 )This method is from 'mxUtils' class.
mxUtils.mxUtils ( )This constructor is from 'mxUtils' class.
mxUtils.parseColor ( String p1 )This method is from 'mxUtils' class.
mxUtils.readFile ( String p1 )This method is from 'mxUtils' class.
mxUtils.removeAllStylenames ( String p1 )This method is from 'mxUtils' class.
mxUtils.removeStylename ( String p1, String p2 )This method is from 'mxUtils' class.
mxUtils.selectSingleNode ( org.w3c.dom.Document p1, String p2 )This method is from 'mxUtils' class.
mxUtils.setAntiAlias ( java.awt.Graphics2D p1, boolean p2, boolean p3 )This method is from 'mxUtils' class.
mxUtils.setCellStyleFlags ( com.mxgraph.model.mxIGraphModel p1, Object[] p2, String p3, int p4, Boolean p5 )This method is from 'mxUtils' class.
mxUtils.setCellStyles ( com.mxgraph.model.mxIGraphModel p1, Object[] p2, String p3, String p4 )This method is from 'mxUtils' class.
mxUtils.setStyle ( String p1, String p2, String p3 )This method is from 'mxUtils' class.
mxUtils.setStyleFlag ( String p1, String p2, int p3, Boolean p4 )This method is from 'mxUtils' class.
mxUtils.sortCells ( java.util.Collection p1, boolean p2 )This method is from 'mxUtils' class.
mxUtils.sortCells ( Object[] p1, boolean p2 )This method is from 'mxUtils' class.
mxUtils.translatePoints ( java.util.List p1, double p2, double p3 )This method is from 'mxUtils' class.
mxUtils.writeFile ( String p1, String p2 )This method is from 'mxUtils' class.
to the top
Problems with Methods, High Severity (1)
jgraphx.jar, mxCurve
package com.mxgraph.util
[+] mxCurve.getLowerIndexOfSegment ( String p1, double p2 ):int (1)
[ run-time name: com/mxgraph/util/mxCurve.getLowerIndexOfSegment:(Ljava/lang/String;D)I ]
| Change | Effect |
---|
Access level has been changed from public to protected. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Low Severity (18)
jgraphx.jar
package com.mxgraph.canvas
[+] mxGraphics2DCanvas (1)
| Change | Effect |
---|
Field TEXT_SHAPE_WRAP (java.lang.String) with the compile-time constant value "wrap" has been removed from this class. | A client program may change behavior. |
[+] affected methods (71)
mxGraphics2DCanvas.createFillPaint ( com.mxgraph.util.mxRectangle p1, java.util.Map p2 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.createStroke ( float p1, boolean 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.drawCell ( com.mxgraph.view.mxCellState p1 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.drawImage ( java.awt.Rectangle p1, String p2 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.drawLabel ( String p1, com.mxgraph.view.mxCellState p2, boolean p3 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.fillShape ( java.awt.Shape p1 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.fillShape ( java.awt.Shape p1, boolean p2 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.flushImageCache ( )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.getGraphics ( )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.getRendererPane ( )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.getShape ( java.util.Map p1 )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.paintPolyline ( com.mxgraph.util.mxPoint[] p1, boolean p2 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.paintRectangle ( java.awt.Rectangle p1, java.awt.Color p2, java.awt.Color p3 )This method is from 'mxGraphics2DCanvas' class.
mxGraphics2DCanvas.putShape ( String p1, com.mxgraph.shape.mxIShape p2 )This method 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.drawCell ( com.mxgraph.view.mxCellState p1 )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.mxActorShape.createShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxArrowShape.createShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxBasicShape.configureGraphics ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2, boolean p3 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxBasicShape.createShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxBasicShape.getFillColor ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxBasicShape.getStrokeColor ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxBasicShape.hasShadow ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxBasicShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxCloudShape.createShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' 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.mxConnectorShape.paintPolyline ( mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxConnectorShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxCurveShape.paintPolyline ( mxGraphics2DCanvas p1, java.util.List p2, java.util.Map p3 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxCurveShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxCylinderShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )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.mxDoubleEllipseShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxEllipseShape.createShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxHexagonShape.createShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )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.mxImageShape.getFillColor ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxImageShape.getImageBounds ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxImageShape.getImageForStyle ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxImageShape.getStrokeColor ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxImageShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxIShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this abstract 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.mxLabelShape.getFillColor ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxLabelShape.getImageBounds ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxLabelShape.getStrokeColor ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxLineShape.createPoints ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxLineShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxRectangleShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxRhombusShape.createShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxSwimlaneShape.paintShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )1st parameter 'p1' of this method has type 'mxGraphics2DCanvas'.
com.mxgraph.shape.mxTriangleShape.createShape ( mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )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'.
package com.mxgraph.shape
[+] mxRectangleShape (1)
| Change | Effect |
---|
Method mxRectangleShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ) has been moved up type hierarchy to mxBasicShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ) | Method mxBasicShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ) will be called instead of mxRectangleShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ) in a client program. |
[+] affected methods (1)
mxRectangleShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )Method 'mxBasicShape.createShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 )' will be called instead of this method in a client program.
package com.mxgraph.swing.handler
[+] mxGraphHandler (3)
| Change | Effect |
---|
Field livePreview 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 and cause IncompatibleClassChangeError exception. |
Field markerEnabled 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 and cause IncompatibleClassChangeError exception. |
Field movePreview 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (45)
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.isEnabled ( )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.isVisible ( )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.setEnabled ( 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.setPreviewBounds ( java.awt.Rectangle 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.setVisible ( 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 (3)
| Change | Effect |
---|
Method com.mxgraph.swing.util.mxMouseAdapter.mouseDragged ( java.awt.event.MouseEvent p1 ) has been overridden by mxInsertHandler.mouseDragged ( java.awt.event.MouseEvent p1 ) | Method mxInsertHandler.mouseDragged ( java.awt.event.MouseEvent p1 ) will be called instead of com.mxgraph.swing.util.mxMouseAdapter.mouseDragged ( java.awt.event.MouseEvent p1 ) in a client program. |
Method com.mxgraph.swing.util.mxMouseAdapter.mousePressed ( java.awt.event.MouseEvent p1 ) has been overridden by mxInsertHandler.mousePressed ( java.awt.event.MouseEvent p1 ) | Method mxInsertHandler.mousePressed ( java.awt.event.MouseEvent p1 ) will be called instead of com.mxgraph.swing.util.mxMouseAdapter.mousePressed ( java.awt.event.MouseEvent p1 ) in a client program. |
Method com.mxgraph.swing.util.mxMouseAdapter.mouseReleased ( java.awt.event.MouseEvent p1 ) has been overridden by mxInsertHandler.mouseReleased ( java.awt.event.MouseEvent p1 ) | Method mxInsertHandler.mouseReleased ( java.awt.event.MouseEvent p1 ) will be called instead of com.mxgraph.swing.util.mxMouseAdapter.mouseReleased ( java.awt.event.MouseEvent p1 ) in a client program. |
[+] affected methods (3)
com.mxgraph.swing.util.mxMouseAdapter.mouseDragged ( java.awt.event.MouseEvent p1 )Method 'mxInsertHandler.mouseDragged ( java.awt.event.MouseEvent p1 )' will be called instead of this method in a client program.
com.mxgraph.swing.util.mxMouseAdapter.mousePressed ( java.awt.event.MouseEvent p1 )Method 'mxInsertHandler.mousePressed ( java.awt.event.MouseEvent p1 )' will be called instead of this method in a client program.
com.mxgraph.swing.util.mxMouseAdapter.mouseReleased ( java.awt.event.MouseEvent p1 )Method 'mxInsertHandler.mouseReleased ( java.awt.event.MouseEvent p1 )' will be called instead of this method in a client program.
[+] mxRotationHandler (4)
| Change | Effect |
---|
Method com.mxgraph.swing.util.mxMouseAdapter.mouseDragged ( java.awt.event.MouseEvent p1 ) has been overridden by mxRotationHandler.mouseDragged ( java.awt.event.MouseEvent p1 ) | Method mxRotationHandler.mouseDragged ( java.awt.event.MouseEvent p1 ) will be called instead of com.mxgraph.swing.util.mxMouseAdapter.mouseDragged ( java.awt.event.MouseEvent p1 ) in a client program. |
Method com.mxgraph.swing.util.mxMouseAdapter.mouseMoved ( java.awt.event.MouseEvent p1 ) has been overridden by mxRotationHandler.mouseMoved ( java.awt.event.MouseEvent p1 ) | Method mxRotationHandler.mouseMoved ( java.awt.event.MouseEvent p1 ) will be called instead of com.mxgraph.swing.util.mxMouseAdapter.mouseMoved ( java.awt.event.MouseEvent p1 ) in a client program. |
Method com.mxgraph.swing.util.mxMouseAdapter.mousePressed ( java.awt.event.MouseEvent p1 ) has been overridden by mxRotationHandler.mousePressed ( java.awt.event.MouseEvent p1 ) | Method mxRotationHandler.mousePressed ( java.awt.event.MouseEvent p1 ) will be called instead of com.mxgraph.swing.util.mxMouseAdapter.mousePressed ( java.awt.event.MouseEvent p1 ) in a client program. |
Method com.mxgraph.swing.util.mxMouseAdapter.mouseReleased ( java.awt.event.MouseEvent p1 ) has been overridden by mxRotationHandler.mouseReleased ( java.awt.event.MouseEvent p1 ) | Method mxRotationHandler.mouseReleased ( java.awt.event.MouseEvent p1 ) will be called instead of com.mxgraph.swing.util.mxMouseAdapter.mouseReleased ( java.awt.event.MouseEvent p1 ) in a client program. |
[+] affected methods (4)
com.mxgraph.swing.util.mxMouseAdapter.mouseDragged ( java.awt.event.MouseEvent p1 )Method 'mxRotationHandler.mouseDragged ( java.awt.event.MouseEvent p1 )' will be called instead of this method in a client program.
com.mxgraph.swing.util.mxMouseAdapter.mouseMoved ( java.awt.event.MouseEvent p1 )Method 'mxRotationHandler.mouseMoved ( java.awt.event.MouseEvent p1 )' will be called instead of this method in a client program.
com.mxgraph.swing.util.mxMouseAdapter.mousePressed ( java.awt.event.MouseEvent p1 )Method 'mxRotationHandler.mousePressed ( java.awt.event.MouseEvent p1 )' will be called instead of this method in a client program.
com.mxgraph.swing.util.mxMouseAdapter.mouseReleased ( java.awt.event.MouseEvent p1 )Method 'mxRotationHandler.mouseReleased ( java.awt.event.MouseEvent p1 )' will be called instead of this method in a client program.
[+] mxSelectionCellsHandler (1)
| Change | Effect |
---|
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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (20)
mxSelectionCellsHandler.getGraphComponent ( )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.getHandler ( Object p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.getMaxHandlers ( )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.getToolTipText ( java.awt.event.MouseEvent p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.isEnabled ( )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.mouseClicked ( java.awt.event.MouseEvent p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.mouseDragged ( java.awt.event.MouseEvent p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.mouseEntered ( java.awt.event.MouseEvent p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.mouseExited ( java.awt.event.MouseEvent p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.mouseMoved ( java.awt.event.MouseEvent p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.mousePressed ( java.awt.event.MouseEvent p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.mouseReleased ( java.awt.event.MouseEvent p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.mxSelectionCellsHandler ( com.mxgraph.swing.mxGraphComponent p1 )This constructor is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.paintHandles ( java.awt.Graphics p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.refresh ( )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.reset ( )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.setEnabled ( boolean p1 )This method is from 'mxSelectionCellsHandler' class.
mxSelectionCellsHandler.setMaxHandlers ( int p1 )This method is from 'mxSelectionCellsHandler' class.
com.mxgraph.swing.mxGraphComponent.createSelectionCellsHandler ( )Return value of this method has type 'mxSelectionCellsHandler'.
com.mxgraph.swing.mxGraphComponent.getSelectionCellsHandler ( )Return value of this method has type 'mxSelectionCellsHandler'.
package com.mxgraph.util
[+] mxConstants (2)
| Change | Effect |
---|
Field LABEL_SCALE_BUFFER 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 and cause IncompatibleClassChangeError exception. |
Field STYLE_SEGMENT 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
mxConstants.mxConstants ( )This constructor is from 'mxConstants' class.
[+] mxEvent (2)
| Change | Effect |
---|
Field DONE 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 and cause IncompatibleClassChangeError exception. |
Field INSERT 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
mxEvent.mxEvent ( )This constructor is from 'mxEvent' class.
package com.mxgraph.view
[+] mxGraph (1)
| Change | Effect |
---|
Value of final field VERSION (java.lang.String) has been changed from "1.4.0.3" to "1.4.0.4". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (997)
com.mxgraph.analysis.mxGraphAnalysis.getConnectionComponents ( mxGraph p1, Object[] p2, Object[] p3 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.analysis.mxGraphAnalysis.getMinimumSpanningTree ( mxGraph p1, Object[] p2, com.mxgraph.analysis.mxICostFunction p3, boolean p4 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.analysis.mxGraphAnalysis.getMinimumSpanningTree ( mxGraph p1, Object[] p2, Object[] p3, com.mxgraph.analysis.mxICostFunction p4 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.analysis.mxGraphAnalysis.getShortestPath ( mxGraph p1, Object p2, Object p3, com.mxgraph.analysis.mxICostFunction p4, int p5, boolean p6 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.io.mxVdxCodec.decode ( org.w3c.dom.Document p1, mxGraph p2 )2nd parameter 'p2' of this method has type 'mxGraph'.
com.mxgraph.layout.hierarchical.mxHierarchicalLayout.mxHierarchicalLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.hierarchical.mxHierarchicalLayout.mxHierarchicalLayout ( mxGraph p1, int p2 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.hierarchical.stage.mxCoordinateAssignment.calculateWidestRank ( mxGraph p1, com.mxgraph.layout.hierarchical.model.mxGraphHierarchyModel p2 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.hierarchical.stage.mxCoordinateAssignment.rankCoordinates ( int p1, mxGraph p2, com.mxgraph.layout.hierarchical.model.mxGraphHierarchyModel p3 )2nd parameter 'p2' of this method has type 'mxGraph'.
com.mxgraph.layout.mxCircleLayout.mxCircleLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxCircleLayout.mxCircleLayout ( mxGraph p1, double p2 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxCompactTreeLayout.mxCompactTreeLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxCompactTreeLayout.mxCompactTreeLayout ( mxGraph p1, boolean p2 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxCompactTreeLayout.mxCompactTreeLayout ( mxGraph p1, boolean p2, boolean p3 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxEdgeLabelLayout.mxEdgeLabelLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxFastOrganicLayout.mxFastOrganicLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.getConstraint ( Object p1, Object p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.getConstraint ( Object p1, Object p2, Object p3, boolean p4 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.getGraph ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.getVertexBounds ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.isEdgeIgnored ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.isUseBoundingBox ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.isVertexIgnored ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.isVertexMovable ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.moveCell ( Object p1, double p2, double p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.mxGraphLayout ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.setEdgePoints ( Object p1, java.util.List p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.setEdgeStyleEnabled ( Object p1, boolean p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.setUseBoundingBox ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxGraphLayout.setVertexLocation ( Object p1, double p2, double p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.layout.mxOrganicLayout.mxOrganicLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxOrganicLayout.mxOrganicLayout ( mxGraph p1, java.awt.geom.Rectangle2D p2 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxParallelEdgeLayout.mxParallelEdgeLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxParallelEdgeLayout.mxParallelEdgeLayout ( mxGraph p1, int p2 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxPartitionLayout.mxPartitionLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxPartitionLayout.mxPartitionLayout ( mxGraph p1, boolean p2 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxPartitionLayout.mxPartitionLayout ( mxGraph p1, boolean p2, int p3 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxPartitionLayout.mxPartitionLayout ( mxGraph p1, boolean p2, int p3, int p4 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxStackLayout.mxStackLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxStackLayout.mxStackLayout ( mxGraph p1, boolean p2 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxStackLayout.mxStackLayout ( mxGraph p1, boolean p2, int p3 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.mxStackLayout.mxStackLayout ( mxGraph p1, boolean p2, int p3, int p4, int p5, int p6 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.orthogonal.model.mxOrthogonalModel.mxOrthogonalModel ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.layout.orthogonal.mxOrthogonalLayout.mxOrthogonalLayout ( mxGraph p1 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.createHandles ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.createPreview ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getBounds ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getCursor ( java.awt.event.MouseEvent p1, int p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getGraphComponent ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getHandleBorderColor ( int p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getHandleCount ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getHandleFillColor ( int p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getIndex ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getIndexAt ( int p1, int p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getState ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.getToolTipText ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.isActive ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.isHandleEnabled ( int p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.isHandlesVisible ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.isHandleVisible ( int p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.isIgnoredEvent ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.isLabel ( int p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.isLabelMovable ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.mxCellHandler ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.paint ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.refresh ( mxCellState p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.reset ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.setHandlesVisible ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellHandler.start ( java.awt.event.MouseEvent p1, int p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.addListener ( String p1, com.mxgraph.util.mxEventSource.mxIEventListener p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.getCell ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.getHotspot ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.getInvalidColor ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.getMarkedState ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.getMarkerColor ( java.awt.event.MouseEvent p1, mxCellState p2, boolean p3 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.getState ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.getStateToMark ( mxCellState p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.getValidColor ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.getValidState ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.hasValidState ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.intersects ( mxCellState p1, java.awt.event.MouseEvent p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.isEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.isHotspotEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.isSwimlaneContentEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.isValidState ( mxCellState p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.mark ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.mxCellMarker ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.mxCellMarker ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Color p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.mxCellMarker ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Color p2, java.awt.Color p3 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.mxCellMarker ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Color p2, java.awt.Color p3, double p4 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.paint ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.process ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1, String p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.reset ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.setEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.setHotspot ( double p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.setHotspotEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.setInvalidColor ( java.awt.Color p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.setSwimlaneContentEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.setValidColor ( java.awt.Color p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellMarker.unmark ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxCellTracker.mxCellTracker ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Color p2 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.createConnectPreview ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.createTargetVertex ( java.awt.event.MouseEvent p1, Object p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.getConnecIcon ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.getConnectPreview ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.getHandleSize ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.getMarker ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.isConnecting ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.isCreateTarget ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.isEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.isHandleEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.isHighlighting ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.isKeepOnTop ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.isSelect ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.isValidSource ( Object p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.isValidTarget ( Object p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.mxConnectionHandler ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.paint ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.reset ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.setBounds ( java.awt.Rectangle p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.setConnectIcon ( javax.swing.ImageIcon p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.setCreateTarget ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.setEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.setHandleEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.setHandleSize ( int p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.setKeepOnTop ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.setMarker ( com.mxgraph.swing.handler.mxCellMarker p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.setSelect ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.start ( java.awt.event.MouseEvent p1, mxCellState p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectionHandler.validateConnection ( Object p1, Object p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.createCell ( mxCellState p1, String p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.getDirtyRect ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.getDirtyRect ( com.mxgraph.util.mxRectangle p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.getPreviewState ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.getSourceState ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.getStartPoint ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.isActive ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.mxConnectPreview ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.paint ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.revalidate ( mxCellState p1, Object p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.start ( java.awt.event.MouseEvent p1, mxCellState p2, String p3 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.stop ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.stop ( boolean p1, java.awt.event.MouseEvent p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.transformScreenPoint ( double p1, double p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxConnectPreview.update ( java.awt.event.MouseEvent p1, mxCellState p2, double p3, double p4 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.connect ( Object p1, Object p2, boolean p3, boolean p4 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.convertPoint ( com.mxgraph.util.mxPoint p1, boolean p2 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.createHandle ( java.awt.Point p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.createHandle ( java.awt.Point p1, int p2 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.createHandles ( )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.createPoints ( mxCellState p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.createPreview ( )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.getCursor ( java.awt.event.MouseEvent p1, int p2 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.getHandleFillColor ( int p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.getIndexAt ( int p1, int p2 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.getPreviewBounds ( )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.getSelectionColor ( )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.getSelectionStroke ( )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.isCellBendable ( )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.isCloneEnabled ( )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.isFlipEvent ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.isHandleVisible ( int p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.isIgnoredEvent ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.isSource ( int p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.isTarget ( int p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.moveLabelTo ( mxCellState p1, double p2, double p3 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.movePoint ( Object p1, int p2, com.mxgraph.util.mxPoint p3 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.mxEdgeHandler ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.paint ( java.awt.Graphics p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.reset ( )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.setCloneEnabled ( boolean p1 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxEdgeHandler.validateConnection ( Object p1, Object p2 )Field 'this.marker.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxElbowEdgeHandler.mxElbowEdgeHandler ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.convertPoint ( java.awt.Point p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.createEvent ( java.awt.dnd.DropTargetEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.createMarker ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.dragEnter ( java.awt.dnd.DropTargetDragEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.dragExit ( java.awt.dnd.DropTargetEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.dragOver ( java.awt.dnd.DropTargetDragEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.drop ( java.awt.dnd.DropTargetDropEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.dropActionChanged ( java.awt.dnd.DropTargetDragEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.fold ( Object p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.getCells ( Object p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.getCursor ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.getDropTarget ( java.awt.dnd.DropTargetEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.getGraphComponent ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.getGraphTransferHandler ( java.awt.dnd.DropTargetEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.getPreviewLocation ( java.awt.event.MouseEvent p1, boolean p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.isCenterPreview ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.isCloneEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.isEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.isImagePreview ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.isMoveEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.isRemoveCellsFromParent ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.isSelectEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.isVisible ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.moveCells ( Object[] p1, double p2, double p3, Object p4, java.awt.event.MouseEvent p5 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.mxGraphHandler ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.paint ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.reset ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.setCenterPreview ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.setCloneEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.setEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.setImagePreview ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.setMoveEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.setPreviewBounds ( java.awt.Rectangle p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.setRemoveCellsFromParent ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.setSelectEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.setVisible ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.shouldRemoveCellFromParent ( Object p1, Object[] p2, java.awt.event.MouseEvent p3 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.start ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphHandler.updateDragImage ( Object[] p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphTransferHandler.createGraphTransferable ( com.mxgraph.swing.mxGraphComponent p1, Object[] p2, javax.swing.ImageIcon p3 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphTransferHandler.createTransferableImage ( com.mxgraph.swing.mxGraphComponent p1, Object[] p2 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphTransferHandler.importCells ( com.mxgraph.swing.mxGraphComponent p1, Object[] p2, com.mxgraph.util.mxRectangle p3 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxGraphTransferHandler.removeCells ( com.mxgraph.swing.mxGraphComponent p1, Object[] p2 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxKeyboardHandler.installKeyboardActions ( com.mxgraph.swing.mxGraphComponent p1 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxKeyboardHandler.mxKeyboardHandler ( com.mxgraph.swing.mxGraphComponent p1 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxPanningHandler.isEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxPanningHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxPanningHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxPanningHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxPanningHandler.mxPanningHandler ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxPanningHandler.setEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.getBorderColor ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.getFillColor ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.isEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.isRubberbandTrigger ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.mouseClicked ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.mouseEntered ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.mouseExited ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.mxRubberband ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.paintRubberband ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.reset ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.select ( java.awt.Rectangle p1, java.awt.event.MouseEvent p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.setBorderColor ( java.awt.Color p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.setEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.setFillColor ( java.awt.Color p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxRubberband.start ( java.awt.Point p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.getGraphComponent ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.getHandler ( Object p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.getMaxHandlers ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.getToolTipText ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.isEnabled ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.mouseClicked ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.mouseDragged ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.mouseEntered ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.mouseExited ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.mouseMoved ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.mousePressed ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.mouseReleased ( java.awt.event.MouseEvent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.mxSelectionCellsHandler ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.paintHandles ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.refresh ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.reset ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.setEnabled ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxSelectionCellsHandler.setMaxHandlers ( int p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.handler.mxVertexHandler.mxVertexHandler ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.addCellOverlay ( Object p1, com.mxgraph.swing.util.mxICellOverlay p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.addListener ( String p1, com.mxgraph.util.mxEventSource.mxIEventListener p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.canExportCell ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.canImportCell ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.checkTripleBuffer ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.clearCellOverlays ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.clearCellOverlays ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createCanvas ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createCellEditor ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createComponents ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createConnectionHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createGraphControl ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createGraphHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createHandler ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createHandlers ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createPanningHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createSelectionCellsHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createTransferHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.createTripleBuffer ( int p1, int p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.destroyTripleBuffer ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.escape ( java.awt.event.KeyEvent p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getBackgroundImage ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getCanvas ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getCellAt ( int p1, int p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getCellAt ( int p1, int p2, boolean p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getCellAt ( int p1, int p2, boolean p3, Object p4 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getCellEditor ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getCellOverlays ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getCells ( java.awt.Rectangle p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getCells ( java.awt.Rectangle p1, Object p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getConnectionHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getEditingValue ( Object p1, java.util.EventObject p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getExportableCells ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getFoldingIcon ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getFoldingIconBounds ( mxCellState p1, javax.swing.ImageIcon p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getGraph ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getGraphControl ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getGraphHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getGridColor ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getGridStyle ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getHorizontalPageBorder ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getHorizontalPageCount ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getImportableCells ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getLayoutAreaSize ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPageBackgroundColor ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPageBorderColor ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPageFormat ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPageScale ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPageShadowColor ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPageTranslate ( double p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPanningHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPointForEvent ( java.awt.event.MouseEvent p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPreferredSizeForPage ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getPreviewAlpha ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getScaledPreferredSizeForGraph ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getSelectionCellsHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getTolerance ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getTripleBuffer ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getVerticalPageBorder ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getVerticalPageCount ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getZoomFactor ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.getZoomPolicy ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.hitFoldingIcon ( Object p1, int p2, int p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.importCells ( Object[] p1, double p2, double p3, Object p4, java.awt.Point p5 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.insertComponent ( mxCellState p1, java.awt.Component p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.installDoubleClickHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.installFocusHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.installKeyHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.installResizeHandler ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isAntiAlias ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isAutoExtend ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isAutoScroll ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isCenterPage ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isCenterZoom ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isCloneEvent ( java.awt.event.MouseEvent p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isConnectable ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isConstrainedEvent ( java.awt.event.MouseEvent p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isDragEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isEditEvent ( java.awt.event.MouseEvent p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isEditing ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isEnterStopsCellEditing ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isEscapeEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isEventsEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isExportEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isFoldingEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isForceMarqueeEvent ( java.awt.event.MouseEvent p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isForceTripleBuffered ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isGridEnabledEvent ( java.awt.event.MouseEvent p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isGridVisible ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isImportEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isInvokesStopCellEditing ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isKeepSelectionVisibleOnZoom ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isPageBreaksVisible ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isPageVisible ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isPanning ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isPanningEvent ( java.awt.event.MouseEvent p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isPreferPageSize ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isSignificant ( double p1, double p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isSwimlaneSelectionEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isTextAntiAlias ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isToggleEvent ( java.awt.event.MouseEvent p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.isTripleBuffered ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.labelChanged ( Object p1, Object p2, java.util.EventObject p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.maintainScrollBar ( boolean p1, double p2, boolean p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.mxGraphComponent ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.mxGraphControl.com.mxgraph.swing.mxGraphComponent#mxGraphControl ( com.mxgraph.swing.mxGraphComponent p1 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.mxGraphControl.getGraphContainer ( )Field 'RetVal.graph' in return value of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.paintBackground ( java.awt.Graphics p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.paintBackgroundImage ( java.awt.Graphics p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.paintBackgroundPage ( java.awt.Graphics p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.paintGrid ( java.awt.Graphics p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.print ( java.awt.Graphics p1, java.awt.print.PageFormat p2, int p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.redraw ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.refresh ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.removeAllComponents ( java.util.Hashtable p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.removeAllOverlays ( java.util.Hashtable p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.removeCellOverlay ( Object p1, com.mxgraph.swing.util.mxICellOverlay p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.removeCellOverlayComponent ( com.mxgraph.swing.util.mxICellOverlay p1, Object p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.removeCellOverlays ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.removeComponent ( java.awt.Component p1, Object p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.removeListener ( com.mxgraph.util.mxEventSource.mxIEventListener p1, String p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.repaintTripleBuffer ( java.awt.Rectangle p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.scrollCellToVisible ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.scrollCellToVisible ( Object p1, boolean p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.scrollToCenter ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.selectCellForEvent ( Object p1, java.awt.event.MouseEvent p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.selectCellsForEvent ( Object[] p1, java.awt.event.MouseEvent p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.selectRegion ( java.awt.Rectangle p1, java.awt.event.MouseEvent p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setAntiAlias ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setAutoExtend ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setAutoScroll ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setBackgroundImage ( javax.swing.ImageIcon p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setCellEditor ( com.mxgraph.swing.view.mxICellEditor p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setCellWarning ( Object p1, String p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setCellWarning ( Object p1, String p2, javax.swing.ImageIcon p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setCellWarning ( Object p1, String p2, javax.swing.ImageIcon p3, boolean p4 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setCenterPage ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setCenterZoom ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setConnectable ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setDragEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setEnterStopsCellEditing ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setEscapeEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setEventsEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setExportEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setFoldingEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setGraph ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setGridColor ( java.awt.Color p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setGridStyle ( int p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setGridVisible ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setHorizontalPageCount ( int p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setImportEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setInvokesStopCellEditing ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setKeepSelectionVisibleOnZoom ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPageBackgroundColor ( java.awt.Color p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPageBorderColor ( java.awt.Color p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPageBreaksVisible ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPageFormat ( java.awt.print.PageFormat p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPageScale ( double p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPageShadowColor ( java.awt.Color p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPageVisible ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPanning ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPreferPageSize ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setPreviewAlpha ( float p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setSwimlaneSelectionEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setTextAntiAlias ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setTolerance ( int p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setToolTips ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setTripleBuffered ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setVerticalPageCount ( int p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setZoomFactor ( double p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.setZoomPolicy ( int p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.snapScaledPoint ( com.mxgraph.util.mxPoint p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.snapScaledPoint ( com.mxgraph.util.mxPoint p1, double p2, double p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.startEditing ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.startEditingAtCell ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.startEditingAtCell ( Object p1, java.util.EventObject p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.stopEditing ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.updateCellOverlayComponent ( mxCellState p1, com.mxgraph.swing.util.mxICellOverlay p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.updateCellOverlays ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.updateComponent ( mxCellState p1, java.awt.Component p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.updateComponents ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.updateComponents ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.validateGraph ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.validateGraph ( Object p1, java.util.Hashtable p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.zoom ( boolean p1, boolean p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.zoom ( double p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.zoomActual ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.zoomAndCenter ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.zoomIn ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.zoomOut ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphComponent.zoomTo ( double p1, boolean p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.checkTripleBuffer ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.createTripleBuffer ( int p1, int p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.destroyTripleBuffer ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.getGraphComponent ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.isAntiAlias ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.isDrawLabels ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.isFitPage ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.isTripleBuffered ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.mxGraphOutline ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.paintBackground ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.paintComponent ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.paintForeground ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.paintGraph ( java.awt.Graphics p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.repaintTripleBuffer ( java.awt.Rectangle p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.setAntiAlias ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.setDrawLabels ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.setFinderVisible ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.setFitPage ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.setGraphComponent ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.setTripleBuffered ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.setVisible ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.setZoomHandleVisible ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.updateFinder ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.updateFinderBounds ( java.awt.Rectangle p1, boolean p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.mxGraphOutline.updateScaleAndTranslate ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.util.mxGraphActions.getGraph ( java.awt.event.ActionEvent p1 )Return value of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.getCurrentValue ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.getEditingCell ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.getEditor ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.getEditorBounds ( mxCellState p1, double p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.getInitialValue ( mxCellState p1, java.util.EventObject p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.getMinimumEditorScale ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.getMinimumHeight ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.getMinimumWidth ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.installKeyHandler ( )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.isHideLabel ( mxCellState p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.mxCellEditor ( com.mxgraph.swing.mxGraphComponent p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.setMinimumEditorScale ( double p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.setMinimumHeight ( int p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.setMinimumWidth ( int p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.startEditing ( Object p1, java.util.EventObject p2 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.stopEditing ( boolean p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxCellEditor.useLabelBounds ( mxCellState p1 )Field 'this.graphComponent.graph' in the object of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxInteractiveCanvas.contains ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Rectangle p2, mxCellState p3 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxInteractiveCanvas.hitSwimlaneContent ( com.mxgraph.swing.mxGraphComponent p1, mxCellState p2, int p3, int p4 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.swing.view.mxInteractiveCanvas.intersects ( com.mxgraph.swing.mxGraphComponent p1, java.awt.Rectangle p2, mxCellState p3 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.util.mxCellRenderer.createBufferedImage ( mxGraph p1, Object[] p2, double p3, java.awt.Color p4, boolean p5, com.mxgraph.util.mxRectangle p6 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.util.mxCellRenderer.createBufferedImage ( mxGraph p1, Object[] p2, double p3, java.awt.Color p4, boolean p5, com.mxgraph.util.mxRectangle p6, com.mxgraph.canvas.mxGraphics2DCanvas p7 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.util.mxCellRenderer.createHtmlDocument ( mxGraph p1, Object[] p2, double p3, java.awt.Color p4, com.mxgraph.util.mxRectangle p5 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.util.mxCellRenderer.createSvgDocument ( mxGraph p1, Object[] p2, double p3, java.awt.Color p4, com.mxgraph.util.mxRectangle p5 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.util.mxCellRenderer.createVmlDocument ( mxGraph p1, Object[] p2, double p3, java.awt.Color p4, com.mxgraph.util.mxRectangle p5 )1st parameter 'p1' of this method has type 'mxGraph'.
com.mxgraph.util.mxCellRenderer.drawCells ( mxGraph p1, Object[] p2, double p3, com.mxgraph.util.mxRectangle p4, com.mxgraph.util.mxCellRenderer.CanvasFactory p5 )1st parameter 'p1' of this method has type 'mxGraph'.
mxCellState.getView ( )Field 'RetVal.graph' in return value of this method has type 'mxGraph'.
mxCellState.mxCellState ( mxGraphView p1, Object p2, java.util.Map p3 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
mxCellState.setView ( mxGraphView p1 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
mxGraph.addAllEdges ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.addCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.addCell ( Object p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.addCell ( Object p1, Object p2, Integer p3, Object p4, Object p5 )This method is from 'mxGraph' class.
mxGraph.addCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.addCells ( Object[] p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.addCells ( Object[] p1, Object p2, Integer p3 )This method is from 'mxGraph' class.
mxGraph.addCells ( Object[] p1, Object p2, Integer p3, Object p4, Object p5 )This method is from 'mxGraph' class.
mxGraph.addEdge ( Object p1, Object p2, Object p3, Object p4, Integer p5 )This method is from 'mxGraph' class.
mxGraph.addPropertyChangeListener ( java.beans.PropertyChangeListener p1 )This method is from 'mxGraph' class.
mxGraph.addPropertyChangeListener ( String p1, java.beans.PropertyChangeListener p2 )This method is from 'mxGraph' class.
mxGraph.addSelectionCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.addSelectionCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.alignCells ( String p1 )This method is from 'mxGraph' class.
mxGraph.alignCells ( String p1, Object[] p2 )This method is from 'mxGraph' class.
mxGraph.alignCells ( String p1, Object[] p2, Object p3 )This method is from 'mxGraph' class.
mxGraph.cellConnected ( Object p1, Object p2, boolean p3, mxConnectionConstraint p4 )This method is from 'mxGraph' class.
mxGraph.cellDrawn ( com.mxgraph.canvas.mxICanvas p1, mxCellState p2, Object p3, Object p4 )This method is from 'mxGraph' class.
mxGraph.cellLabelChanged ( Object p1, Object p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.cellsAdded ( Object[] p1, Object p2, Integer p3, Object p4, Object p5, boolean p6 )This method is from 'mxGraph' class.
mxGraph.cellsFolded ( Object[] p1, boolean p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.cellSizeUpdated ( Object p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.cellsMoved ( Object[] p1, double p2, double p3, boolean p4, boolean p5 )This method is from 'mxGraph' class.
mxGraph.cellsOrdered ( Object[] p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.cellsRemoved ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.cellsResized ( Object[] p1, com.mxgraph.util.mxRectangle[] p2 )This method is from 'mxGraph' class.
mxGraph.cellsToggled ( Object[] p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.clearSelection ( )This method is from 'mxGraph' class.
mxGraph.cloneCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.cloneCells ( Object[] p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.connectCell ( Object p1, Object p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.connectCell ( Object p1, Object p2, boolean p3, mxConnectionConstraint p4 )This method is from 'mxGraph' class.
mxGraph.constrainChild ( Object p1 )This method is from 'mxGraph' class.
mxGraph.convertValueToString ( Object p1 )This method is from 'mxGraph' class.
mxGraph.createEdge ( Object p1, String p2, Object p3, Object p4, Object p5, String p6 )This method is from 'mxGraph' class.
mxGraph.createGraphView ( )This method is from 'mxGraph' class.
mxGraph.createGroupCell ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.createSelectionModel ( )This method is from 'mxGraph' class.
mxGraph.createStylesheet ( )This method is from 'mxGraph' class.
mxGraph.createVertex ( Object p1, String p2, Object p3, double p4, double p5, double p6, double p7, String p8 )This method is from 'mxGraph' class.
mxGraph.disconnectGraph ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.drawCell ( com.mxgraph.canvas.mxICanvas p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.drawGraph ( com.mxgraph.canvas.mxICanvas p1 )This method is from 'mxGraph' class.
mxGraph.drawState ( com.mxgraph.canvas.mxICanvas p1, mxCellState p2, String p3 )This method is from 'mxGraph' class.
mxGraph.enterGroup ( )This method is from 'mxGraph' class.
mxGraph.enterGroup ( Object p1 )This method is from 'mxGraph' class.
mxGraph.exitGroup ( )This method is from 'mxGraph' class.
mxGraph.extendParent ( Object p1 )This method is from 'mxGraph' class.
mxGraph.findTreeRoots ( Object p1 )This method is from 'mxGraph' class.
mxGraph.findTreeRoots ( Object p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.findTreeRoots ( Object p1, boolean p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.flipEdge ( Object p1 )This method is from 'mxGraph' class.
mxGraph.foldCells ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.foldCells ( boolean p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.foldCells ( boolean p1, boolean p2, Object[] p3 )This method is from 'mxGraph' class.
mxGraph.getAllConnectionConstraints ( mxCellState p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.getAllEdges ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.getAlternateEdgeStyle ( )This method is from 'mxGraph' class.
mxGraph.getBorder ( )This method is from 'mxGraph' class.
mxGraph.getBoundingBox ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getBoundingBox ( Object p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.getBoundingBox ( Object p1, boolean p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.getBoundingBoxFromGeometry ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.getBoundsForCells ( Object[] p1, boolean p2, boolean p3, boolean p4 )This method is from 'mxGraph' class.
mxGraph.getBoundsForGroup ( Object p1, Object[] p2, double p3 )This method is from 'mxGraph' class.
mxGraph.getCellBounds ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getCellBounds ( Object p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.getCellBounds ( Object p1, boolean p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.getCellBounds ( Object p1, boolean p2, boolean p3, boolean p4 )This method is from 'mxGraph' class.
mxGraph.getCellContainmentArea ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getCellGeometry ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getCellsBeyond ( double p1, double p2, Object p3, boolean p4, boolean p5 )This method is from 'mxGraph' class.
mxGraph.getCellsForGroup ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.getCellStyle ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getCellValidationError ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getChangesRepaintThreshold ( )This method is from 'mxGraph' class.
mxGraph.getChildCells ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getChildCells ( Object p1, boolean p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.getChildEdges ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getChildOffsetForCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getChildVertices ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getCloneableCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.getConnectionConstraint ( mxCellState p1, mxCellState p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.getConnectionPoint ( mxCellState p1, mxConnectionConstraint p2 )This method is from 'mxGraph' class.
mxGraph.getConnections ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getConnections ( Object p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.getCurrentRoot ( )This method is from 'mxGraph' class.
mxGraph.getDefaultLoopStyle ( )This method is from 'mxGraph' class.
mxGraph.getDefaultOverlap ( )This method is from 'mxGraph' class.
mxGraph.getDefaultParent ( )This method is from 'mxGraph' class.
mxGraph.getDeletableCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.getDropTarget ( Object[] p1, java.awt.Point p2, Object p3 )This method is from 'mxGraph' class.
mxGraph.getEdges ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getEdges ( Object p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.getEdges ( Object p1, Object p2, boolean p3, boolean p4, boolean p5 )This method is from 'mxGraph' class.
mxGraph.getEdgesBetween ( Object p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.getEdgesBetween ( Object p1, Object p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.getEdgeValidationError ( Object p1, Object p2, Object p3 )This method is from 'mxGraph' class.
mxGraph.getFoldableCells ( Object[] p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.getGraphBounds ( )This method is from 'mxGraph' class.
mxGraph.getGridSize ( )This method is from 'mxGraph' class.
mxGraph.getImage ( mxCellState p1 )This method is from 'mxGraph' class.
mxGraph.getIncomingEdges ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getIncomingEdges ( Object p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.getLabel ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getLinkForCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getMaximumGraphBounds ( )This method is from 'mxGraph' class.
mxGraph.getMinimumGraphSize ( )This method is from 'mxGraph' class.
mxGraph.getModel ( )This method is from 'mxGraph' class.
mxGraph.getMovableCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.getMultiplicities ( )This method is from 'mxGraph' class.
mxGraph.getOpposites ( Object[] p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.getOpposites ( Object[] p1, Object p2, boolean p3, boolean p4 )This method is from 'mxGraph' class.
mxGraph.getOutgoingEdges ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getOutgoingEdges ( Object p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.getOverlap ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getPaintBounds ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.getPreferredSizeForCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getRemovedCellsForChanges ( java.util.List p1 )This method is from 'mxGraph' class.
mxGraph.getSelectionCell ( )This method is from 'mxGraph' class.
mxGraph.getSelectionCells ( )This method is from 'mxGraph' class.
mxGraph.getSelectionCellsForChanges ( java.util.List p1 )This method is from 'mxGraph' class.
mxGraph.getSelectionCount ( )This method is from 'mxGraph' class.
mxGraph.getSelectionModel ( )This method is from 'mxGraph' class.
mxGraph.getStartSize ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getStylesheet ( )This method is from 'mxGraph' class.
mxGraph.getTargetForCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getTerminalForPort ( Object p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.getToolTipForCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getTranslateForRoot ( Object p1 )This method is from 'mxGraph' class.
mxGraph.getView ( )This method is from 'mxGraph' class.
mxGraph.graphModelChanged ( com.mxgraph.model.mxIGraphModel p1, java.util.List p2 )This method is from 'mxGraph' class.
mxGraph.groupCells ( )This method is from 'mxGraph' class.
mxGraph.groupCells ( Object p1 )This method is from 'mxGraph' class.
mxGraph.groupCells ( Object p1, double p2 )This method is from 'mxGraph' class.
mxGraph.groupCells ( Object p1, double p2, Object[] p3 )This method is from 'mxGraph' class.
mxGraph.home ( )This method is from 'mxGraph' class.
mxGraph.insertEdge ( Object p1, String p2, Object p3, Object p4, Object p5 )This method is from 'mxGraph' class.
mxGraph.insertEdge ( Object p1, String p2, Object p3, Object p4, Object p5, String p6 )This method is from 'mxGraph' class.
mxGraph.insertVertex ( Object p1, String p2, Object p3, double p4, double p5, double p6, double p7 )This method is from 'mxGraph' class.
mxGraph.insertVertex ( Object p1, String p2, Object p3, double p4, double p5, double p6, double p7, String p8 )This method is from 'mxGraph' class.
mxGraph.isAllowDanglingEdges ( )This method is from 'mxGraph' class.
mxGraph.isAllowLoops ( )This method is from 'mxGraph' class.
mxGraph.isAllowNegativeCoordinates ( )This method is from 'mxGraph' class.
mxGraph.isAllowOverlapParent ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isAutoSizeCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isAutoSizeCells ( )This method is from 'mxGraph' class.
mxGraph.isCellBendable ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellCloneable ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellCollapsed ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellConnectable ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellDeletable ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellDisconnectable ( Object p1, Object p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.isCellEditable ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellFoldable ( Object p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.isCellLocked ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellMovable ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellResizable ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellsBendable ( )This method is from 'mxGraph' class.
mxGraph.isCellsCloneable ( )This method is from 'mxGraph' class.
mxGraph.isCellsDeletable ( )This method is from 'mxGraph' class.
mxGraph.isCellsDisconnectable ( )This method is from 'mxGraph' class.
mxGraph.isCellsEditable ( )This method is from 'mxGraph' class.
mxGraph.isCellSelectable ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellSelected ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCellsLocked ( )This method is from 'mxGraph' class.
mxGraph.isCellsMovable ( )This method is from 'mxGraph' class.
mxGraph.isCellsResizable ( )This method is from 'mxGraph' class.
mxGraph.isCellsSelectable ( )This method is from 'mxGraph' class.
mxGraph.isCellVisible ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isCloneInvalidEdges ( )This method is from 'mxGraph' class.
mxGraph.isCollapseToPreferredSize ( )This method is from 'mxGraph' class.
mxGraph.isConnectableEdges ( )This method is from 'mxGraph' class.
mxGraph.isConstrainChild ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isConstrainChildren ( )This method is from 'mxGraph' class.
mxGraph.isDisconnectOnMove ( )This method is from 'mxGraph' class.
mxGraph.isDropEnabled ( )This method is from 'mxGraph' class.
mxGraph.isEdgeLabelsMovable ( )This method is from 'mxGraph' class.
mxGraph.isEdgeValid ( Object p1, Object p2, Object p3 )This method is from 'mxGraph' class.
mxGraph.isEnabled ( )This method is from 'mxGraph' class.
mxGraph.isExtendParent ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isExtendParents ( )This method is from 'mxGraph' class.
mxGraph.isExtendParentsOnAdd ( )This method is from 'mxGraph' class.
mxGraph.isGridEnabled ( )This method is from 'mxGraph' class.
mxGraph.isHtmlLabel ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isHtmlLabels ( )This method is from 'mxGraph' class.
mxGraph.isKeepEdgesInBackground ( )This method is from 'mxGraph' class.
mxGraph.isKeepEdgesInForeground ( )This method is from 'mxGraph' class.
mxGraph.isLabelClipped ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isLabelMovable ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isLabelsClipped ( )This method is from 'mxGraph' class.
mxGraph.isLabelsVisible ( )This method is from 'mxGraph' class.
mxGraph.isLoop ( mxCellState p1 )This method is from 'mxGraph' class.
mxGraph.isMultigraph ( )This method is from 'mxGraph' class.
mxGraph.isOrthogonal ( mxCellState p1 )This method is from 'mxGraph' class.
mxGraph.isPort ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isResetEdgesOnConnect ( )This method is from 'mxGraph' class.
mxGraph.isResetEdgesOnMove ( )This method is from 'mxGraph' class.
mxGraph.isResetEdgesOnResize ( )This method is from 'mxGraph' class.
mxGraph.isResetViewOnRootChange ( )This method is from 'mxGraph' class.
mxGraph.isSelectionEmpty ( )This method is from 'mxGraph' class.
mxGraph.isSplitEnabled ( )This method is from 'mxGraph' class.
mxGraph.isSplitTarget ( Object p1, Object[] p2 )This method is from 'mxGraph' class.
mxGraph.isSwimlane ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isSwimlaneNesting ( )This method is from 'mxGraph' class.
mxGraph.isValidConnection ( Object p1, Object p2 )This method is from 'mxGraph' class.
mxGraph.isValidDropTarget ( Object p1, Object[] p2 )This method is from 'mxGraph' class.
mxGraph.isValidRoot ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isValidSource ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isValidTarget ( Object p1 )This method is from 'mxGraph' class.
mxGraph.isVertexLabelsMovable ( )This method is from 'mxGraph' class.
mxGraph.main ( String[] p1 )This method is from 'mxGraph' class.
mxGraph.moveCells ( Object[] p1, double p2, double p3 )This method is from 'mxGraph' class.
mxGraph.moveCells ( Object[] p1, double p2, double p3, boolean p4 )This method is from 'mxGraph' class.
mxGraph.moveCells ( Object[] p1, double p2, double p3, boolean p4, Object p5, java.awt.Point p6 )This method is from 'mxGraph' class.
mxGraph.mxGraph ( )This constructor is from 'mxGraph' class.
mxGraph.mxGraph ( com.mxgraph.model.mxIGraphModel p1 )This constructor is from 'mxGraph' class.
mxGraph.mxGraph ( com.mxgraph.model.mxIGraphModel p1, mxStylesheet p2 )This constructor is from 'mxGraph' class.
mxGraph.mxGraph ( mxStylesheet p1 )This constructor is from 'mxGraph' class.
mxGraph.orderCells ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.orderCells ( boolean p1, Object[] p2 )This method is from 'mxGraph' class.
mxGraph.processChange ( com.mxgraph.util.mxUndoableEdit.mxUndoableChange p1, boolean p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.processChanges ( java.util.List p1, boolean p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.refresh ( )This method is from 'mxGraph' class.
mxGraph.removeCells ( )This method is from 'mxGraph' class.
mxGraph.removeCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.removeCells ( Object[] p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.removeCellsFromParent ( )This method is from 'mxGraph' class.
mxGraph.removeCellsFromParent ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.removePropertyChangeListener ( java.beans.PropertyChangeListener p1 )This method is from 'mxGraph' class.
mxGraph.removePropertyChangeListener ( String p1, java.beans.PropertyChangeListener p2 )This method is from 'mxGraph' class.
mxGraph.removeSelectionCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.removeSelectionCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.removeStateForCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.repaint ( )This method is from 'mxGraph' class.
mxGraph.repaint ( com.mxgraph.util.mxRectangle p1 )This method is from 'mxGraph' class.
mxGraph.resetEdge ( Object p1 )This method is from 'mxGraph' class.
mxGraph.resetEdges ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.resizeCell ( Object p1, com.mxgraph.util.mxRectangle p2 )This method is from 'mxGraph' class.
mxGraph.resizeCells ( Object[] p1, com.mxgraph.util.mxRectangle[] p2 )This method is from 'mxGraph' class.
mxGraph.selectAll ( )This method is from 'mxGraph' class.
mxGraph.selectAll ( Object p1 )This method is from 'mxGraph' class.
mxGraph.selectCell ( boolean p1, boolean p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.selectCells ( boolean p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.selectCells ( boolean p1, boolean p2, Object p3 )This method is from 'mxGraph' class.
mxGraph.selectChildCell ( )This method is from 'mxGraph' class.
mxGraph.selectEdges ( )This method is from 'mxGraph' class.
mxGraph.selectEdges ( Object p1 )This method is from 'mxGraph' class.
mxGraph.selectNextCell ( )This method is from 'mxGraph' class.
mxGraph.selectParentCell ( )This method is from 'mxGraph' class.
mxGraph.selectPreviousCell ( )This method is from 'mxGraph' class.
mxGraph.selectVertices ( )This method is from 'mxGraph' class.
mxGraph.selectVertices ( Object p1 )This method is from 'mxGraph' class.
mxGraph.setAllowDanglingEdges ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setAllowLoops ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setAllowNegativeCoordinates ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setAlternateEdgeStyle ( String p1 )This method is from 'mxGraph' class.
mxGraph.setAutoSizeCells ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setBorder ( int p1 )This method is from 'mxGraph' class.
mxGraph.setCellsBendable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCellsCloneable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCellsDeletable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCellsDisconnectable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCellsEditable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCellsLocked ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCellsMovable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCellsResizable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCellsSelectable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCellStyle ( String p1 )This method is from 'mxGraph' class.
mxGraph.setCellStyle ( String p1, Object[] p2 )This method is from 'mxGraph' class.
mxGraph.setCellStyleFlags ( String p1, int p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.setCellStyleFlags ( String p1, int p2, Boolean p3, Object[] p4 )This method is from 'mxGraph' class.
mxGraph.setCellStyles ( String p1, String p2 )This method is from 'mxGraph' class.
mxGraph.setCellStyles ( String p1, String p2, Object[] p3 )This method is from 'mxGraph' class.
mxGraph.setChangesRepaintThreshold ( int p1 )This method is from 'mxGraph' class.
mxGraph.setCloneInvalidEdges ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setCollapseToPreferredSize ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setConnectableEdges ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setConnectionConstraint ( Object p1, Object p2, boolean p3, mxConnectionConstraint p4 )This method is from 'mxGraph' class.
mxGraph.setConstrainChildren ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setDefaultLoopStyle ( mxEdgeStyle.mxEdgeStyleFunction p1 )This method is from 'mxGraph' class.
mxGraph.setDefaultOverlap ( double p1 )This method is from 'mxGraph' class.
mxGraph.setDefaultParent ( Object p1 )This method is from 'mxGraph' class.
mxGraph.setDisconnectOnMove ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setDropEnabled ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setEdgeLabelsMovable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setEnabled ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setExtendParents ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setExtendParentsOnAdd ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setGridEnabled ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setGridSize ( int p1 )This method is from 'mxGraph' class.
mxGraph.setHtmlLabels ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setKeepEdgesInBackground ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setKeepEdgesInForeground ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setLabelsClipped ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setLabelsVisible ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setMaximumGraphBounds ( com.mxgraph.util.mxRectangle p1 )This method is from 'mxGraph' class.
mxGraph.setMinimumGraphSize ( com.mxgraph.util.mxRectangle p1 )This method is from 'mxGraph' class.
mxGraph.setModel ( com.mxgraph.model.mxIGraphModel p1 )This method is from 'mxGraph' class.
mxGraph.setMultigraph ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setMultiplicities ( mxMultiplicity[] p1 )This method is from 'mxGraph' class.
mxGraph.setResetEdgesOnConnect ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setResetEdgesOnMove ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setResetEdgesOnResize ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setResetViewOnRootChange ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setSelectionCell ( Object p1 )This method is from 'mxGraph' class.
mxGraph.setSelectionCells ( java.util.Collection p1 )This method is from 'mxGraph' class.
mxGraph.setSelectionCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.setSplitEnabled ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setStylesheet ( mxStylesheet p1 )This method is from 'mxGraph' class.
mxGraph.setSwimlaneNesting ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setVertexLabelsMovable ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.setView ( mxGraphView p1 )Field 'p1.graph' in 1st parameter 'p1' of this method has type 'mxGraph'.
mxGraph.snap ( double p1 )This method is from 'mxGraph' class.
mxGraph.splitEdge ( Object p1, Object[] p2 )This method is from 'mxGraph' class.
mxGraph.splitEdge ( Object p1, Object[] p2, double p3, double p4 )This method is from 'mxGraph' class.
mxGraph.splitEdge ( Object p1, Object[] p2, Object p3, double p4, double p5 )This method is from 'mxGraph' class.
mxGraph.swapBounds ( Object p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.toggleCells ( boolean p1 )This method is from 'mxGraph' class.
mxGraph.toggleCells ( boolean p1, Object[] p2 )This method is from 'mxGraph' class.
mxGraph.toggleCells ( boolean p1, Object[] p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.toggleCellStyle ( String p1, boolean p2, Object p3 )This method is from 'mxGraph' class.
mxGraph.toggleCellStyleFlags ( String p1, int p2 )This method is from 'mxGraph' class.
mxGraph.toggleCellStyleFlags ( String p1, int p2, Object[] p3 )This method is from 'mxGraph' class.
mxGraph.toggleCellStyles ( String p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.toggleCellStyles ( String p1, boolean p2, Object[] p3 )This method is from 'mxGraph' class.
mxGraph.translateCell ( Object p1, double p2, double p3 )This method is from 'mxGraph' class.
mxGraph.traverse ( Object p1, boolean p2, mxGraph.mxICellVisitor p3 )This method is from 'mxGraph' class.
mxGraph.traverse ( Object p1, boolean p2, mxGraph.mxICellVisitor p3, Object p4, java.util.Set p5 )This method is from 'mxGraph' class.
mxGraph.ungroupCells ( )This method is from 'mxGraph' class.
mxGraph.ungroupCells ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.updateAlternateBounds ( Object p1, com.mxgraph.model.mxGeometry p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.updateCellSize ( Object p1 )This method is from 'mxGraph' class.
mxGraph.updateCellSize ( Object p1, boolean p2 )This method is from 'mxGraph' class.
mxGraph.updateGroupBounds ( )This method is from 'mxGraph' class.
mxGraph.updateGroupBounds ( Object[] p1 )This method is from 'mxGraph' class.
mxGraph.updateGroupBounds ( Object[] p1, int p2 )This method is from 'mxGraph' class.
mxGraph.updateGroupBounds ( Object[] p1, int p2, boolean p3 )This method is from 'mxGraph' class.
mxGraph.validateCell ( Object p1, java.util.Hashtable p2 )This method is from 'mxGraph' class.
mxGraph.validateEdge ( Object p1, Object p2, Object p3 )This method is from 'mxGraph' class.
mxGraphSelectionModel.addCell ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.addCells ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.cellAdded ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.cellRemoved ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.changeSelection ( java.util.Collection p1, java.util.Collection p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.clear ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.getCell ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.getCells ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.getFirstSelectableCell ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.isEmpty ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.isSelected ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.isSingleSelection ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.mxGraphSelectionModel ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.removeCell ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.removeCells ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.setCell ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.setCells ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.setSingleSelection ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphSelectionModel.size ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.childMoved ( mxCellState p1, mxCellState p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.clear ( Object p1, boolean p2, boolean p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.createState ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getBoundingBox ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getBounds ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getBounds ( Object[] p1, boolean p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getCellStates ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getCurrentRoot ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getEdgeStyle ( mxCellState p1, java.util.List p2, Object p3, Object p4 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getGraph ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getGraphBounds ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getNextPoint ( mxCellState p1, mxCellState p2, boolean p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getPerimeterBounds ( mxCellState p1, double p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getPerimeterFunction ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getPerimeterPoint ( mxCellState p1, com.mxgraph.util.mxPoint p2, boolean p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getPerimeterPoint ( mxCellState p1, com.mxgraph.util.mxPoint p2, boolean p3, double p4 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getPoint ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getPoint ( mxCellState p1, com.mxgraph.model.mxGeometry p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getRelativePoint ( mxCellState p1, double p2, double p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getRoutingCenterX ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getRoutingCenterY ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getScale ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getState ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getState ( Object p1, boolean p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getStates ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getTerminalPort ( mxCellState p1, mxCellState p2, boolean p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getTranslate ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.getVisibleTerminal ( Object p1, boolean p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.invalidate ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.invalidate ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.mxGraphView ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.reload ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.removeState ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.revalidate ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.scaleAndTranslate ( double p1, double p2, double p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.setCurrentRoot ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.setGraphBounds ( com.mxgraph.util.mxRectangle p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.setScale ( double p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.setStates ( java.util.Hashtable p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.setTranslate ( com.mxgraph.util.mxPoint p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.transformControlPoint ( mxCellState p1, com.mxgraph.util.mxPoint p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.updateBoundingBox ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.updateEdgeBounds ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.updateFixedTerminalPoint ( mxCellState p1, mxCellState p2, boolean p3, mxConnectionConstraint p4 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.updateFixedTerminalPoints ( mxCellState p1, mxCellState p2, mxCellState p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.updateFloatingTerminalPoint ( mxCellState p1, mxCellState p2, mxCellState p3, boolean p4 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.updateFloatingTerminalPoints ( mxCellState p1, mxCellState p2, mxCellState p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.updateLabelBounds ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.updatePoints ( mxCellState p1, java.util.List p2, mxCellState p3, mxCellState p4 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.updateVertexLabelOffset ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.validate ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.validateBounds ( mxCellState p1, Object p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxGraphView.validatePoints ( mxCellState p1, Object p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.beforeUndo ( com.mxgraph.util.mxUndoableEdit p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.cellsMoved ( Object[] p1, java.awt.Point p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.destroy ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.executeLayout ( com.mxgraph.layout.mxIGraphLayout p1, Object p2 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.getCellsForChange ( com.mxgraph.util.mxUndoableEdit.mxUndoableChange p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.getCellsForChanges ( java.util.List p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.getGraph ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.getLayout ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.isBubbling ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.isEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.layoutCells ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.mxLayoutManager ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.setBubbling ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.setEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxLayoutManager.setGraph ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxMultiplicity.check ( mxGraph p1, Object p2, Object p3, Object p4, int p5, int p6 )1st parameter 'p1' of this method has type 'mxGraph'.
mxMultiplicity.checkType ( mxGraph p1, Object p2, String p3 )1st parameter 'p1' of this method has type 'mxGraph'.
mxMultiplicity.checkType ( mxGraph p1, Object p2, String p3, String p4, String p5 )1st parameter 'p1' of this method has type 'mxGraph'.
mxSpaceManager.cellResized ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.cellsResized ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.destroy ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.getCellsToShift ( mxCellState p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.getGraph ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.isCellIgnored ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.isCellShiftable ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.isEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.isExtendParents ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.isShiftDownwards ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.isShiftRightwards ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.mxSpaceManager ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.setEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.setExtendParents ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.setGraph ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.setShiftDownwards ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.setShiftRightwards ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSpaceManager.shiftCell ( Object p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9, boolean p10 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.cellsAdded ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.cellsResized ( Object[] p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.destroy ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.getGraph ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.isBubbling ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.isEnabled ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.isHorizontal ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.isSiblings ( )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.isSwimlaneIgnored ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.mxSwimlaneManager ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.resizeParent ( Object p1, double p2, double p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.resizeSwimlane ( Object p1, double p2, double p3 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.setBubbling ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.setEnabled ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.setGraph ( mxGraph p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.setHorizontal ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.setSiblings ( boolean p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.swimlaneAdded ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxSwimlaneManager.swimlaneResized ( Object p1 )Field 'this.graph' in the object of this method has type 'mxGraph'.
mxTemporaryCellStates.destroy ( )Field 'this.view.graph' in the object of this method has type 'mxGraph'.
mxTemporaryCellStates.mxTemporaryCellStates ( mxGraphView p1 )Field 'this.view.graph' in the object of this method has type 'mxGraph'.
mxTemporaryCellStates.mxTemporaryCellStates ( mxGraphView p1, double p2 )Field 'this.view.graph' in the object of this method has type 'mxGraph'.
mxTemporaryCellStates.mxTemporaryCellStates ( mxGraphView p1, double p2, Object[] p3 )Field 'this.view.graph' in the object of this method has type 'mxGraph'.
to the top
Java ARchives (1)
jgraphx.jar
to the top
Classes (178)
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
mxVdxCodec
package com.mxgraph.layout
mxCircleLayout
mxCompactTreeLayout
mxCompactTreeLayout.Polygon
mxCompactTreeLayout.Polyline
mxCompactTreeLayout.TreeNode
mxEdgeLabelLayout
mxFastOrganicLayout
mxGraphLayout
mxIGraphLayout
mxOrganicLayout
mxOrganicLayout.CellWrapper
mxParallelEdgeLayout
mxPartitionLayout
mxStackLayout
package com.mxgraph.layout.hierarchical
mxHierarchicalLayout
package com.mxgraph.layout.hierarchical.model
mxGraphAbstractHierarchyCell
mxGraphHierarchyEdge
mxGraphHierarchyModel
mxGraphHierarchyModel.CellVisitor
mxGraphHierarchyNode
mxGraphHierarchyRank
package com.mxgraph.layout.hierarchical.stage
mxCoordinateAssignment
mxCoordinateAssignment.AreaSpatialCache
mxCoordinateAssignment.WeightedCellSorter
mxHierarchicalLayoutStage
mxMedianHybridCrossingReduction
mxMedianHybridCrossingReduction.MedianCellSorter
mxMinimumCycleRemover
package com.mxgraph.layout.orthogonal
mxOrthogonalLayout
package com.mxgraph.layout.orthogonal.model
mxOrthogonalModel
mxPointPair
mxPointSequence
mxSegment
package com.mxgraph.model
mxCell
mxCellPath
mxGeometry
mxGraphModel
mxGraphModel.Filter
mxGraphModel.mxChildChange
mxGraphModel.mxCollapseChange
mxGraphModel.mxGeometryChange
mxGraphModel.mxRootChange
mxGraphModel.mxStyleChange
mxGraphModel.mxTerminalChange
mxGraphModel.mxValueChange
mxGraphModel.mxVisibleChange
mxICell
mxIGraphModel
mxIGraphModel.mxAtomicGraphModelChange
package com.mxgraph.reader
mxGraphViewImageReader
mxGraphViewReader
package com.mxgraph.shape
mxActorShape
mxArrowShape
mxBasicShape
mxCloudShape
mxConnectorShape
mxCurveShape
mxCylinderShape
mxDefaultTextShape
mxDoubleEllipseShape
mxEllipseShape
mxHexagonShape
mxHtmlTextShape
mxImageShape
mxIShape
mxITextShape
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
mxConnectPreview
mxEdgeHandler
mxElbowEdgeHandler
mxGraphHandler
mxGraphTransferHandler
mxInsertHandler
mxKeyboardHandler
mxPanningHandler
mxRotationHandler
mxRubberband
mxSelectionCellsHandler
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
mxMouseAdapter
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:47 2011 for JGraph X by Java API Compliance Checker 1.0
A tool for checking backward binary/source compatibility of a Java library API