Binary compatibility report for the JGraph X library  between 1.4.0.9 and 1.4.1.0 versions

Test Info


Library NameJGraph X
Version #11.4.0.9
Version #21.4.1.0

Test Results


Total Java ARchives1
Total Classes197
Total Methods / Types3394 / 160
VerdictIncompatible

Problem Summary


SeverityCount
Added Methods-767
Removed MethodsHigh62
Problems with
Data Types
High3
Medium0
Low4
Problems with
Methods
High0
Medium0
Low0

Added Methods (767)


jgraphx.jar, AbstractParser.class
package com.mxgraph.util.svg
AbstractParser.AbstractParser ( )
AbstractParser.createErrorMessage String p1, Object[] p2 ):String
AbstractParser.doParse ( ) [abstract]:void
AbstractParser.getBundleClassName ( ):String
AbstractParser.getCurrent ( ):int
AbstractParser.parse String p1 ):void
AbstractParser.reportCharacterExpectedError char p1, int p2 ):void
AbstractParser.reportError String p1, Object[] p2 ):void
AbstractParser.reportUnexpectedCharacterError int p1 ):void
AbstractParser.setErrorHandler ErrorHandler p1 ):void
AbstractParser.skipCommaSpaces ( ):void
AbstractParser.skipSpaces ( ):void

jgraphx.jar, AWTPathProducer.class
package com.mxgraph.util.svg
AWTPathProducer.arcAbs float p1, float p2, float p3, boolean p4, boolean p5, float p6, float p7 ):void
AWTPathProducer.arcRel float p1, float p2, float p3, boolean p4, boolean p5, float p6, float p7 ):void
AWTPathProducer.AWTPathProducer ( )
AWTPathProducer.closePath ( ):void
AWTPathProducer.createShape String p1, int p2 ) [static]:java.awt.Shape
AWTPathProducer.curvetoCubicAbs float p1, float p2, float p3, float p4, float p5, float p6 ):void
AWTPathProducer.curvetoCubicRel float p1, float p2, float p3, float p4, float p5, float p6 ):void
AWTPathProducer.curvetoCubicSmoothAbs float p1, float p2, float p3, float p4 ):void
AWTPathProducer.curvetoCubicSmoothRel float p1, float p2, float p3, float p4 ):void
AWTPathProducer.curvetoQuadraticAbs float p1, float p2, float p3, float p4 ):void
AWTPathProducer.curvetoQuadraticRel float p1, float p2, float p3, float p4 ):void
AWTPathProducer.curvetoQuadraticSmoothAbs float p1, float p2 ):void
AWTPathProducer.curvetoQuadraticSmoothRel float p1, float p2 ):void
AWTPathProducer.endPath ( ):void
AWTPathProducer.getShape ( ):java.awt.Shape
AWTPathProducer.getWindingRule ( ):int
AWTPathProducer.linetoAbs float p1, float p2 ):void
AWTPathProducer.linetoHorizontalAbs float p1 ):void
AWTPathProducer.linetoHorizontalRel float p1 ):void
AWTPathProducer.linetoRel float p1, float p2 ):void
AWTPathProducer.linetoVerticalAbs float p1 ):void
AWTPathProducer.linetoVerticalRel float p1 ):void
AWTPathProducer.movetoAbs float p1, float p2 ):void
AWTPathProducer.movetoRel float p1, float p2 ):void
AWTPathProducer.setWindingRule int p1 ):void
AWTPathProducer.startPath ( ):void

jgraphx.jar, AWTPolygonProducer.class
package com.mxgraph.util.svg
AWTPolygonProducer.AWTPolygonProducer ( )
AWTPolygonProducer.createShape String p1, int p2 ) [static]:java.awt.Shape
AWTPolygonProducer.endPoints ( ):void

jgraphx.jar, AWTPolylineProducer.class
package com.mxgraph.util.svg
AWTPolylineProducer.AWTPolylineProducer ( )
AWTPolylineProducer.createShape String p1, int p2 ) [static]:java.awt.Shape
AWTPolylineProducer.endPoints ( ):void
AWTPolylineProducer.getShape ( ):java.awt.Shape
AWTPolylineProducer.getWindingRule ( ):int
AWTPolylineProducer.point float p1, float p2 ):void
AWTPolylineProducer.setWindingRule int p1 ):void
AWTPolylineProducer.startPoints ( ):void

jgraphx.jar, DefaultErrorHandler.class
package com.mxgraph.util.svg
DefaultErrorHandler.DefaultErrorHandler ( )
DefaultErrorHandler.error ParseException p1 ):void

jgraphx.jar, ErrorHandler.class
package com.mxgraph.util.svg
ErrorHandler.error ParseException p1 ) [abstract]:void

jgraphx.jar, ExtendedGeneralPath.class
package com.mxgraph.util.svg
ExtendedGeneralPath.append ExtendedPathIterator p1, boolean p2 ):void
ExtendedGeneralPath.append java.awt.geom.PathIterator p1, boolean p2 ):void
ExtendedGeneralPath.append java.awt.Shape p1, boolean p2 ):void
ExtendedGeneralPath.arcTo float p1, float p2, float p3, boolean p4, boolean p5, float p6, float p7 ):void
ExtendedGeneralPath.checkMoveTo ( ):void
ExtendedGeneralPath.clone ( ):Object
ExtendedGeneralPath.closePath ( ):void
ExtendedGeneralPath.computeArc double p1, double p2, double p3, double p4, double p5, boolean p6, boolean p7, double p8, double p9 ) [static]:java.awt.geom.Arc2D
ExtendedGeneralPath.contains double p1, double p2 ):boolean
ExtendedGeneralPath.contains double p1, double p2, double p3, double p4 ):boolean
ExtendedGeneralPath.contains java.awt.geom.Point2D p1 ):boolean
ExtendedGeneralPath.contains java.awt.geom.Rectangle2D p1 ):boolean
ExtendedGeneralPath.createTransformedShape java.awt.geom.AffineTransform p1 ):java.awt.Shape
ExtendedGeneralPath.curveTo float p1, float p2, float p3, float p4, float p5, float p6 ):void
ExtendedGeneralPath.ExtendedGeneralPath ( )
ExtendedGeneralPath.ExtendedGeneralPath int p1 )
ExtendedGeneralPath.ExtendedGeneralPath int p1, int p2 )
ExtendedGeneralPath.ExtendedGeneralPath java.awt.Shape p1 )
ExtendedGeneralPath.getBounds ( ):java.awt.Rectangle
ExtendedGeneralPath.getBounds2D ( ):java.awt.geom.Rectangle2D
ExtendedGeneralPath.getCurrentPoint ( ):java.awt.geom.Point2D
ExtendedGeneralPath.getExtendedPathIterator ( ):ExtendedPathIterator
ExtendedGeneralPath.getPathIterator java.awt.geom.AffineTransform p1 ):java.awt.geom.PathIterator
ExtendedGeneralPath.getPathIterator java.awt.geom.AffineTransform p1, double p2 ):java.awt.geom.PathIterator
ExtendedGeneralPath.getWindingRule ( ):int
ExtendedGeneralPath.intersects double p1, double p2, double p3, double p4 ):boolean
ExtendedGeneralPath.intersects java.awt.geom.Rectangle2D p1 ):boolean
ExtendedGeneralPath.lineTo float p1, float p2 ):void
ExtendedGeneralPath.moveTo float p1, float p2 ):void
ExtendedGeneralPath.quadTo float p1, float p2, float p3, float p4 ):void
ExtendedGeneralPath.reset ( ):void
ExtendedGeneralPath.setWindingRule int p1 ):void
ExtendedGeneralPath.transform java.awt.geom.AffineTransform p1 ):void

jgraphx.jar, ExtendedPathIterator.class
package com.mxgraph.util.svg
ExtendedPathIterator.currentSegment ( ) [abstract]:int
ExtendedPathIterator.currentSegment double[] p1 ) [abstract]:int
ExtendedPathIterator.currentSegment float[] p1 ) [abstract]:int
ExtendedPathIterator.getWindingRule ( ) [abstract]:int
ExtendedPathIterator.isDone ( ) [abstract]:boolean
ExtendedPathIterator.next ( ) [abstract]:void

jgraphx.jar, keyForValues.class
package com.mxgraph.io.gml
mxGmlKey.keyForValues.valueOf String p1 ) [static]:mxGmlKey.keyForValues
mxGmlKey.keyForValues.values ( ) [static]:mxGmlKey.keyForValues[]

jgraphx.jar, keyTypeValues.class
package com.mxgraph.io.gml
mxGmlKey.keyTypeValues.valueOf String p1 ) [static]:mxGmlKey.keyTypeValues
mxGmlKey.keyTypeValues.values ( ) [static]:mxGmlKey.keyTypeValues[]

jgraphx.jar, mxBase64.class
package com.mxgraph.util
mxBase64.decode byte[] p1 ) [static]:byte[]
mxBase64.decode char[] p1 ) [static]:byte[]
mxBase64.decode String p1 ) [static]:byte[]
mxBase64.decodeFast byte[] p1 ) [static]:byte[]
mxBase64.decodeFast char[] p1 ) [static]:byte[]
mxBase64.decodeFast String p1 ) [static]:byte[]
mxBase64.encodeToByte byte[] p1, boolean p2 ) [static]:byte[]
mxBase64.encodeToChar byte[] p1, boolean p2 ) [static]:char[]
mxBase64.encodeToString byte[] p1, boolean p2 ) [static]:String
mxBase64.mxBase64 ( )

jgraphx.jar, mxConnectionHandler.class
package com.mxgraph.swing.handler
mxConnectionHandler.setConnectPreview mxConnectPreview p1 ):void

jgraphx.jar, mxCurve.class
package com.mxgraph.util
mxCurve.validateCurve ( ):boolean

jgraphx.jar, mxDelegateShape.class
package com.mxgraph.io.vdx
mxDelegateShape.getBeginArrow ( ):String
mxDelegateShape.getBeginArrowSize ( ):String
mxDelegateShape.getEndArrow ( ):String
mxDelegateShape.getEndArrowSize ( ):String
mxDelegateShape.getFillColor ( ):String
mxDelegateShape.getFillForeColor ( ):String
mxDelegateShape.getFillPattern ( ):String
mxDelegateShape.getFlags String p1 ):String
mxDelegateShape.getHorizontalAlign String p1 ):int
mxDelegateShape.getIndentFirst String p1 ):String
mxDelegateShape.getIndentLeft String p1 ):String
mxDelegateShape.getIndentRight String p1 ):String
mxDelegateShape.getLetterSpace String p1 ):String
mxDelegateShape.getLineColor ( ):String
mxDelegateShape.getLinePattern ( ):String
mxDelegateShape.getLineWeight ( ):double
mxDelegateShape.getRounding ( ):double
mxDelegateShape.getRTLText String p1 ):String
mxDelegateShape.getShdwPattern ( ):String
mxDelegateShape.getSpAfter String p1 ):String
mxDelegateShape.getSpBefore String p1 ):String
mxDelegateShape.getSpLine String p1 ):double
mxDelegateShape.getTextBkgndColor ( ):String
mxDelegateShape.getTextBottomMargin ( ):double
mxDelegateShape.getTextColor String p1 ):String
mxDelegateShape.getTextFont String p1 ):String
mxDelegateShape.getTextLeftMargin ( ):double
mxDelegateShape.getTextPos String p1 ):int
mxDelegateShape.getTextRightMargin ( ):double
mxDelegateShape.getTextSize String p1 ):String
mxDelegateShape.getTextStrike String p1 ):boolean
mxDelegateShape.getTextStyle String p1 ):String
mxDelegateShape.getTextTopMargin ( ):double
mxDelegateShape.getTransparence ( ):double
mxDelegateShape.getVerticalAlign ( ):int
mxDelegateShape.hasBeginArrow ( ):boolean
mxDelegateShape.hasBeginArrowSize ( ):boolean
mxDelegateShape.hasEndArrow ( ):boolean
mxDelegateShape.hasEndArrowSize ( ):boolean
mxDelegateShape.hasFillColor ( ):boolean
mxDelegateShape.hasFillForeColor ( ):boolean
mxDelegateShape.hasFillPattern ( ):boolean
mxDelegateShape.hasFlags String p1 ):boolean
mxDelegateShape.hasHorizontalAlign String p1 ):boolean
mxDelegateShape.hasIndentFirst String p1 ):boolean
mxDelegateShape.hasIndentLeft String p1 ):boolean
mxDelegateShape.hasIndentRight String p1 ):boolean
mxDelegateShape.hasLetterSpace String p1 ):boolean
mxDelegateShape.hasLineColor ( ):boolean
mxDelegateShape.hasLinePattern ( ):boolean
mxDelegateShape.hasLineWeight ( ):boolean
mxDelegateShape.hasRounding ( ):boolean
mxDelegateShape.hasRTLText String p1 ):boolean
mxDelegateShape.hasShdwPattern ( ):boolean
mxDelegateShape.hasSpAfter String p1 ):boolean
mxDelegateShape.hasSpBefore String p1 ):boolean
mxDelegateShape.hasSpLine String p1 ):boolean
mxDelegateShape.hasTextBkgndColor ( ):boolean
mxDelegateShape.hasTextBottomMargin ( ):boolean
mxDelegateShape.hasTextColor String p1 ):boolean
mxDelegateShape.hasTextFont String p1 ):boolean
mxDelegateShape.hasTextLeftMargin ( ):boolean
mxDelegateShape.hasTextPos String p1 ):boolean
mxDelegateShape.hasTextRightMargin ( ):boolean
mxDelegateShape.hasTextSize String p1 ):boolean
mxDelegateShape.hasTextStrike String p1 ):boolean
mxDelegateShape.hasTextStyle String p1 ):boolean
mxDelegateShape.hasTextTopMargin ( ):boolean
mxDelegateShape.hasTransparence ( ):boolean
mxDelegateShape.hasVerticalAlign ( ):boolean
mxDelegateShape.mxDelegateShape org.w3c.dom.Element p1 )

jgraphx.jar, mxGdCodec.class
package com.mxgraph.io
mxGdCodec.decode gd.mxGdDocument p1, com.mxgraph.view.mxGraph p2 ) [static]:void
mxGdCodec.encode com.mxgraph.view.mxGraph p1 ) [static]:gd.mxGdDocument
mxGdCodec.mxGdCodec ( )

jgraphx.jar, mxGdDocument.class
package com.mxgraph.io.gd
mxGdDocument.getDocumentString ( ):String
mxGdDocument.getEdges ( ):java.util.List
mxGdDocument.getNodes ( ):java.util.List
mxGdDocument.mxGdDocument ( )
mxGdDocument.parse String p1 ):void
mxGdDocument.setEdges java.util.List p1 ):void
mxGdDocument.setNodes java.util.List p1 ):void

jgraphx.jar, mxGdEdge.class
package com.mxgraph.io.gd
mxGdEdge.getEdgeString ( ):String
mxGdEdge.getSourceName ( ):String
mxGdEdge.getTargetName ( ):String
mxGdEdge.mxGdEdge String p1, String p2 )
mxGdEdge.setSourceName String p1 ):void
mxGdEdge.setTargetName String p1 ):void

jgraphx.jar, mxGdNode.class
package com.mxgraph.io.gd
mxGdNode.getCoordinates ( ):com.mxgraph.util.mxPoint
mxGdNode.getDimentions ( ):com.mxgraph.util.mxPoint
mxGdNode.getName ( ):String
mxGdNode.getNodeString ( ):String
mxGdNode.mxGdNode String p1, com.mxgraph.util.mxPoint p2, com.mxgraph.util.mxPoint p3 )
mxGdNode.setCoordinates com.mxgraph.util.mxPoint p1 ):void
mxGdNode.setDimentions com.mxgraph.util.mxPoint p1 ):void
mxGdNode.setName String p1 ):void

jgraphx.jar, mxGDParseState.class
package com.mxgraph.io.gd
mxGdDocument.mxGDParseState.valueOf String p1 ) [static]:mxGdDocument.mxGDParseState
mxGdDocument.mxGDParseState.values ( ) [static]:mxGdDocument.mxGDParseState[]

jgraphx.jar, mxGeneralShape.class
package com.mxgraph.io.vdx
mxGeneralShape.getAmountArcTo ( ):int
mxGeneralShape.getAmountConnection ( ):int
mxGeneralShape.getAmountEllipticalArcTo ( ):int
mxGeneralShape.getAmountLineTo ( ):int
mxGeneralShape.getAngle ( ):double
mxGeneralShape.getBeginArrow ( ):String
mxGeneralShape.getBeginArrowSize ( ):String
mxGeneralShape.getBeginXY double p1 ):com.mxgraph.util.mxPoint
mxGeneralShape.getBullet String p1 ):String
mxGeneralShape.getEndArrow ( ):String
mxGeneralShape.getEndArrowSize ( ):String
mxGeneralShape.getEndXY double p1 ):com.mxgraph.util.mxPoint
mxGeneralShape.getFillColor ( ):String
mxGeneralShape.getFillForeColor ( ):String
mxGeneralShape.getFillPattern ( ):String
mxGeneralShape.getFillStyleId ( ):String
mxGeneralShape.getFlags String p1 ):String
mxGeneralShape.getHeight ( ):double
mxGeneralShape.getHorizontalAlign String p1 ):int
mxGeneralShape.getId ( ):String
mxGeneralShape.getIndentFirst String p1 ):String
mxGeneralShape.getIndentLeft String p1 ):String
mxGeneralShape.getIndentRight String p1 ):String
mxGeneralShape.getLetterSpace String p1 ):String
mxGeneralShape.getLineColor ( ):String
mxGeneralShape.getLinePattern ( ):String
mxGeneralShape.getLineStyleId ( ):String
mxGeneralShape.getLineToXY org.w3c.dom.Element p1 ) [static]:com.mxgraph.util.mxPoint
mxGeneralShape.getLineWeight ( ):double
mxGeneralShape.getLocPinX ( ):double
mxGeneralShape.getLocPinY ( ):double
mxGeneralShape.getNameU ( ):String
mxGeneralShape.getNumericalValueOfSecundaryTag org.w3c.dom.Element p1, String p2 ):double
mxGeneralShape.getPinX ( ):double
mxGeneralShape.getPinY ( ):double
mxGeneralShape.getPrimaryTag String p1 ):org.w3c.dom.Element
mxGeneralShape.getPrimaryTagIndexed String p1, String p2 ):org.w3c.dom.Element
mxGeneralShape.getRounding ( ):double
mxGeneralShape.getRoutingPoints double p1 ):java.util.List
mxGeneralShape.getRTLText String p1 ):String
mxGeneralShape.getShape ( ):org.w3c.dom.Element
mxGeneralShape.getShdwPattern ( ):String
mxGeneralShape.getSpAfter String p1 ):String
mxGeneralShape.getSpBefore String p1 ):String
mxGeneralShape.getSpLine String p1 ):double
mxGeneralShape.getText ( ):String
mxGeneralShape.getTextBkgndColor ( ):String
mxGeneralShape.getTextBottomMargin ( ):double
mxGeneralShape.getTextCase String p1 ):int
mxGeneralShape.getTextChildrens ( ):java.util.List
mxGeneralShape.getTextColor String p1 ):String
mxGeneralShape.getTextFont String p1 ):String
mxGeneralShape.getTextLeftMargin ( ):double
mxGeneralShape.getTextPos String p1 ):int
mxGeneralShape.getTextRightMargin ( ):double
mxGeneralShape.getTextSize String p1 ):String
mxGeneralShape.getTextStrike String p1 ):boolean
mxGeneralShape.getTextStyle String p1 ):String
mxGeneralShape.getTextStyleId ( ):String
mxGeneralShape.getTextTopMargin ( ):double
mxGeneralShape.getTransparence ( ):double
mxGeneralShape.getTxtAngle ( ):double
mxGeneralShape.getValueOfSecundaryTag org.w3c.dom.Element p1, String p2 ):String
mxGeneralShape.getVerticalAlign ( ):int
mxGeneralShape.getWidth ( ):double
mxGeneralShape.hasAngle ( ):boolean
mxGeneralShape.hasBeginArrow ( ):boolean
mxGeneralShape.hasBeginArrowSize ( ):boolean
mxGeneralShape.hasBullet String p1 ):boolean
mxGeneralShape.hasEllipse ( ):boolean
mxGeneralShape.hasEndArrow ( ):boolean
mxGeneralShape.hasEndArrowSize ( ):boolean
mxGeneralShape.hasFillColor ( ):boolean
mxGeneralShape.hasFillForeColor ( ):boolean
mxGeneralShape.hasFillPattern ( ):boolean
mxGeneralShape.hasFlags String p1 ):boolean
mxGeneralShape.hasHeight ( ):boolean
mxGeneralShape.hasHorizontalAlign String p1 ):boolean
mxGeneralShape.hasIndentFirst String p1 ):boolean
mxGeneralShape.hasIndentLeft String p1 ):boolean
mxGeneralShape.hasIndentRight String p1 ):boolean
mxGeneralShape.hasLetterSpace String p1 ):boolean
mxGeneralShape.hasLineColor ( ):boolean
mxGeneralShape.hasLinePattern ( ):boolean
mxGeneralShape.hasLineWeight ( ):boolean
mxGeneralShape.hasLocPinX ( ):boolean
mxGeneralShape.hasLocPinY ( ):boolean
mxGeneralShape.hasPinX ( ):boolean
mxGeneralShape.hasPinY ( ):boolean
mxGeneralShape.hasPrimaryTag String p1 ):boolean
mxGeneralShape.hasRounding ( ):boolean
mxGeneralShape.hasRTLText String p1 ):boolean
mxGeneralShape.hasSecundaryTag org.w3c.dom.Element p1, String p2 ):boolean
mxGeneralShape.hasShdwPattern ( ):boolean
mxGeneralShape.hasSpAfter String p1 ):boolean
mxGeneralShape.hasSpBefore String p1 ):boolean
mxGeneralShape.hasSpLine String p1 ):boolean
mxGeneralShape.hasText ( ):boolean
mxGeneralShape.hasTextBkgndColor ( ):boolean
mxGeneralShape.hasTextBottomMargin ( ):boolean
mxGeneralShape.hasTextCase String p1 ):boolean
mxGeneralShape.hasTextColor String p1 ):boolean
mxGeneralShape.hasTextFont String p1 ):boolean
mxGeneralShape.hasTextLeftMargin ( ):boolean
mxGeneralShape.hasTextPos String p1 ):boolean
mxGeneralShape.hasTextRightMargin ( ):boolean
mxGeneralShape.hasTextSize String p1 ):boolean
mxGeneralShape.hasTextStrike String p1 ):boolean
mxGeneralShape.hasTextStyle String p1 ):boolean
mxGeneralShape.hasTextTopMargin ( ):boolean
mxGeneralShape.hasTransparence ( ):boolean
mxGeneralShape.hasTxtAngle ( ):boolean
mxGeneralShape.hasVerticalAlign ( ):boolean
mxGeneralShape.hasWidth ( ):boolean
mxGeneralShape.hasXForm1D ( ):boolean
mxGeneralShape.mxGeneralShape org.w3c.dom.Element p1 )
mxGeneralShape.setShape org.w3c.dom.Element p1 ):void

jgraphx.jar, mxGmlCodec.class
package com.mxgraph.io
mxGmlCodec.addEdgeData gml.mxGmlEdge p1, com.mxgraph.model.mxCell p2 ) [static]:void
mxGmlCodec.addNodeData gml.mxGmlNode p1, com.mxgraph.model.mxCell p2 ) [static]:void
mxGmlCodec.decode org.w3c.dom.Document p1, com.mxgraph.view.mxGraph p2 ) [static]:void
mxGmlCodec.decodeGraph com.mxgraph.view.mxGraph p1, Object p2, gml.mxGmlGraph p3 ) [static]:gml.mxGmlGraph
mxGmlCodec.encode com.mxgraph.view.mxGraph p1 ) [static]:org.w3c.dom.Document
mxGmlCodec.encodeXML gml.mxGmlGraph p1 ) [static]:org.w3c.dom.Document
mxGmlCodec.mxGmlCodec ( )

jgraphx.jar, mxGmlConstants.class
package com.mxgraph.io.gml
mxGmlConstants.mxGmlConstants ( )

jgraphx.jar, mxGmlData.class
package com.mxgraph.io.gml
mxGmlData.generateEdgeElement org.w3c.dom.Document p1 ):org.w3c.dom.Element
mxGmlData.generateNodeElement org.w3c.dom.Document p1 ):org.w3c.dom.Element
mxGmlData.getDataId ( ):String
mxGmlData.getDataKey ( ):String
mxGmlData.getDataShapeEdge ( ):mxGmlShapeEdge
mxGmlData.getDataShapeNode ( ):mxGmlShapeNode
mxGmlData.getDataValue ( ):String
mxGmlData.mxGmlData ( )
mxGmlData.mxGmlData org.w3c.dom.Element p1 )
mxGmlData.mxGmlData String p1, String p2, String p3, mxGmlShapeEdge p4, mxGmlShapeNode p5 )
mxGmlData.setDataId String p1 ):void
mxGmlData.setDataKey String p1 ):void
mxGmlData.setDataShapeEdge mxGmlShapeEdge p1 ):void
mxGmlData.setDataShapeNode mxGmlShapeNode p1 ):void
mxGmlData.setDataValue String p1 ):void

jgraphx.jar, mxGmlEdge.class
package com.mxgraph.io.gml
mxGmlEdge.generateElement org.w3c.dom.Document p1 ):org.w3c.dom.Element
mxGmlEdge.getEdgeData ( ):mxGmlData
mxGmlEdge.getEdgeDataMap ( ):java.util.HashMap
mxGmlEdge.getEdgeDirected ( ):String
mxGmlEdge.getEdgeId ( ):String
mxGmlEdge.getEdgeSource ( ):String
mxGmlEdge.getEdgeSourcePort ( ):String
mxGmlEdge.getEdgeStyle ( ):String
mxGmlEdge.getEdgeTarget ( ):String
mxGmlEdge.getEdgeTargetPort ( ):String
mxGmlEdge.mxGmlEdge org.w3c.dom.Element p1 )
mxGmlEdge.mxGmlEdge String p1, String p2, String p3, String p4 )
mxGmlEdge.setEdgeData mxGmlData p1 ):void
mxGmlEdge.setEdgeDataMap java.util.HashMap p1 ):void
mxGmlEdge.setEdgeDirected String p1 ):void
mxGmlEdge.setEdgeId String p1 ):void
mxGmlEdge.setEdgeSource String p1 ):void
mxGmlEdge.setEdgeSourcePort String p1 ):void
mxGmlEdge.setEdgeTarget String p1 ):void
mxGmlEdge.setEdgeTargetPort String p1 ):void

jgraphx.jar, mxGmlGraph.class
package com.mxgraph.io.gml
mxGmlGraph.addGraph com.mxgraph.view.mxGraph p1, Object p2 ):void
mxGmlGraph.dataEdgeKey mxGmlEdge p1 ) [static]:mxGmlData
mxGmlGraph.dataNodeKey mxGmlNode p1 ) [static]:mxGmlData
mxGmlGraph.generateElement org.w3c.dom.Document p1 ):org.w3c.dom.Element
mxGmlGraph.getEdgedefault ( ):String
mxGmlGraph.getEdges ( ):java.util.List
mxGmlGraph.getId ( ):String
mxGmlGraph.getNodes ( ):java.util.List
mxGmlGraph.hasData mxGmlNode p1 ) [static]:boolean
mxGmlGraph.isEmpty ( ):boolean
mxGmlGraph.mxGmlGraph ( )
mxGmlGraph.mxGmlGraph org.w3c.dom.Element p1 )
mxGmlGraph.mxGmlGraph String p1, String p2 )
mxGmlGraph.setEdgedefault String p1 ):void
mxGmlGraph.setEdges java.util.List p1 ):void
mxGmlGraph.setId String p1 ):void
mxGmlGraph.setNodes java.util.List p1 ):void

jgraphx.jar, mxGmlKey.class
package com.mxgraph.io.gml
mxGmlKey.enumForValue String p1 ):mxGmlKey.keyForValues
mxGmlKey.enumTypeValue String p1 ):mxGmlKey.keyTypeValues
mxGmlKey.generateElement org.w3c.dom.Document p1 ):org.w3c.dom.Element
mxGmlKey.getKeyDefault ( ):String
mxGmlKey.getKeyFor ( ):mxGmlKey.keyForValues
mxGmlKey.getKeyId ( ):String
mxGmlKey.getKeyName ( ):String
mxGmlKey.getKeyType ( ):mxGmlKey.keyTypeValues
mxGmlKey.mxGmlKey org.w3c.dom.Element p1 )
mxGmlKey.mxGmlKey String p1, mxGmlKey.keyForValues p2, String p3, mxGmlKey.keyTypeValues p4 )
mxGmlKey.setKeyDefault String p1 ):void
mxGmlKey.setKeyFor mxGmlKey.keyForValues p1 ):void
mxGmlKey.setKeyId String p1 ):void
mxGmlKey.setKeyName String p1 ):void
mxGmlKey.setKeyType mxGmlKey.keyTypeValues p1 ):void
mxGmlKey.stringForValue mxGmlKey.keyForValues p1 ):String
mxGmlKey.stringTypeValue mxGmlKey.keyTypeValues p1 ):String

jgraphx.jar, mxGmlKeyManager.class
package com.mxgraph.io.gml
mxGmlKeyManager.getInstance ( ) [static]:mxGmlKeyManager
mxGmlKeyManager.getKeyMap ( ):java.util.HashMap
mxGmlKeyManager.initialise org.w3c.dom.Document p1 ):void
mxGmlKeyManager.setKeyMap java.util.HashMap p1 ):void

jgraphx.jar, mxGmlNode.class
package com.mxgraph.io.gml
mxGmlNode.generateElement org.w3c.dom.Document p1 ):org.w3c.dom.Element
mxGmlNode.getNodeData ( ):mxGmlData
mxGmlNode.getNodeDataMap ( ):java.util.HashMap
mxGmlNode.getNodeGraph ( ):java.util.List
mxGmlNode.getNodeId ( ):String
mxGmlNode.getNodePort ( ):java.util.HashMap
mxGmlNode.mxGmlNode org.w3c.dom.Element p1 )
mxGmlNode.mxGmlNode String p1, mxGmlData p2 )
mxGmlNode.setNodeData mxGmlData p1 ):void
mxGmlNode.setNodeDataMap java.util.HashMap p1 ):void
mxGmlNode.setNodeGraph java.util.List p1 ):void
mxGmlNode.setNodeId String p1 ):void
mxGmlNode.setNodePort java.util.HashMap p1 ):void

jgraphx.jar, mxGmlPort.class
package com.mxgraph.io.gml
mxGmlPort.generateElement org.w3c.dom.Document p1 ):org.w3c.dom.Element
mxGmlPort.getName ( ):String
mxGmlPort.getPortDataMap ( ):java.util.HashMap
mxGmlPort.mxGmlPort org.w3c.dom.Element p1 )
mxGmlPort.mxGmlPort String p1 )
mxGmlPort.setName String p1 ):void
mxGmlPort.setPortDataMap java.util.HashMap p1 ):void

jgraphx.jar, mxGmlShapeEdge.class
package com.mxgraph.io.gml
mxGmlShapeEdge.generateElement org.w3c.dom.Document p1 ):org.w3c.dom.Element
mxGmlShapeEdge.getEdgeSource ( ):String
mxGmlShapeEdge.getEdgeTarget ( ):String
mxGmlShapeEdge.getStyle ( ):String
mxGmlShapeEdge.getText ( ):String
mxGmlShapeEdge.mxGmlShapeEdge ( )
mxGmlShapeEdge.mxGmlShapeEdge org.w3c.dom.Element p1 )
mxGmlShapeEdge.mxGmlShapeEdge String p1, String p2 )
mxGmlShapeEdge.setEdgeSource String p1 ):void
mxGmlShapeEdge.setEdgeTarget String p1 ):void
mxGmlShapeEdge.setStyle String p1 ):void
mxGmlShapeEdge.setText String p1 ):void

jgraphx.jar, mxGmlShapeNode.class
package com.mxgraph.io.gml
mxGmlShapeNode.generateElement org.w3c.dom.Document p1 ):org.w3c.dom.Element
mxGmlShapeNode.getDataHeight ( ):String
mxGmlShapeNode.getDataLabel ( ):String
mxGmlShapeNode.getDataStyle ( ):String
mxGmlShapeNode.getDataWidth ( ):String
mxGmlShapeNode.getDataX ( ):String
mxGmlShapeNode.getDataY ( ):String
mxGmlShapeNode.mxGmlShapeNode ( )
mxGmlShapeNode.mxGmlShapeNode org.w3c.dom.Element p1 )
mxGmlShapeNode.mxGmlShapeNode String p1, String p2, String p3, String p4, String p5 )
mxGmlShapeNode.setDataHeight String p1 ):void
mxGmlShapeNode.setDataLabel String p1 ):void
mxGmlShapeNode.setDataStyle String p1 ):void
mxGmlShapeNode.setDataWidth String p1 ):void
mxGmlShapeNode.setDataX String p1 ):void
mxGmlShapeNode.setDataY String p1 ):void

jgraphx.jar, mxGmlUtils.class
package com.mxgraph.io.gml
mxGmlUtils.childsHasTag org.w3c.dom.Element p1, String p2 ) [static]:boolean
mxGmlUtils.childsTag org.w3c.dom.Element p1, String p2 ) [static]:org.w3c.dom.Element
mxGmlUtils.childsTags org.w3c.dom.Element p1, String p2 ) [static]:java.util.List
mxGmlUtils.copyNodeList org.w3c.dom.NodeList p1 ) [static]:java.util.List
mxGmlUtils.getStyleMap String p1, String p2 ) [static]:java.util.HashMap
mxGmlUtils.getStyleString java.util.Map p1, String p2 ) [static]:String
mxGmlUtils.mxGmlUtils ( )
mxGmlUtils.nodeListHasTag org.w3c.dom.NodeList p1, String p2 ) [static]:boolean
mxGmlUtils.nodeListTag org.w3c.dom.NodeList p1, String p2 ) [static]:org.w3c.dom.Element
mxGmlUtils.nodeListTags org.w3c.dom.NodeList p1, String p2 ) [static]:java.util.List

jgraphx.jar, mxMasterElement.class
package com.mxgraph.io.vdx
mxMasterElement.getMasterShape ( ):mxMasterShape
mxMasterElement.getMasterShape String p1 ):mxMasterShape
mxMasterElement.getNameU ( ):String
mxMasterElement.mxMasterElement org.w3c.dom.Element p1 )

jgraphx.jar, mxMasterShape.class
package com.mxgraph.io.vdx
mxMasterShape.getDimentions ( ):com.mxgraph.util.mxPoint
mxMasterShape.getOriginPoint double p1 ):com.mxgraph.util.mxPoint
mxMasterShape.getVertexPoints double p1 ):com.mxgraph.util.mxPoint[]
mxMasterShape.mxMasterShape org.w3c.dom.Element p1 )

jgraphx.jar, mxMastersManager.class
package com.mxgraph.io.vdx
mxMastersManager.getInstance ( ) [static]:mxMastersManager
mxMastersManager.getMaster String p1 ):mxMasterElement
mxMastersManager.getMasterElementsMap ( ):java.util.HashMap
mxMastersManager.initialise org.w3c.dom.Document p1 ):void

jgraphx.jar, mxPNGzTXtDecoder.class
package com.mxgraph.util.png
mxPNGzTXtDecoder.decodezTXt java.io.InputStream p1 ) [static]:java.util.Map
mxPNGzTXtDecoder.mxPNGzTXtDecoder ( )

jgraphx.jar, mxPoint.class
package com.mxgraph.util
mxPoint.toString ( ):String

jgraphx.jar, mxPropertiesManager.class
package com.mxgraph.io.vdx
mxPropertiesManager.getColor String p1 ):String
mxPropertiesManager.getFillStyle ( ):mxStyleSheet
mxPropertiesManager.getFont String p1 ):String
mxPropertiesManager.getInstance ( ) [static]:mxPropertiesManager
mxPropertiesManager.getLineStyle ( ):mxStyleSheet
mxPropertiesManager.getTextStyle ( ):mxStyleSheet
mxPropertiesManager.initialise org.w3c.dom.Document p1 ):void

jgraphx.jar, mxStencilShape.class
package com.mxgraph.shape
mxStencilShape.createElement org.w3c.dom.Node p1 ):mxStencilShape.svgShape
mxStencilShape.createShape org.w3c.dom.Node p1, mxStencilShape.svgShape p2 ):void
mxStencilShape.getIconPath ( ):String
mxStencilShape.getName ( ):String
mxStencilShape.getStylenames String p1 ) [static]:java.util.Map
mxStencilShape.mxStencilShape String p1 )
mxStencilShape.paintNode com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2, mxStencilShape.svgShape p3, double p4, double p5 ):void
mxStencilShape.paintShape com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
mxStencilShape.setIconPath String p1 ):void
mxStencilShape.setName String p1 ):void
mxStencilShape.transformShape java.awt.Shape p1, double p2, double p3, double p4, double p5 ):void

jgraphx.jar, mxStyleSheet.class
package com.mxgraph.io.vdx
mxStyleSheet.getFlags String p1 ):String
mxStyleSheet.getHorizontalAlign String p1 ):int
mxStyleSheet.getIndentFirst String p1 ):String
mxStyleSheet.getIndentLeft String p1 ):String
mxStyleSheet.getIndentRight String p1 ):String
mxStyleSheet.getLetterSpace String p1 ):String
mxStyleSheet.getRTLText String p1 ):String
mxStyleSheet.getSpAfter String p1 ):String
mxStyleSheet.getSpBefore String p1 ):String
mxStyleSheet.getSpLine String p1 ):double
mxStyleSheet.getTextColor String p1 ):String
mxStyleSheet.getTextFont String p1 ):String
mxStyleSheet.getTextSize String p1 ):String
mxStyleSheet.getTextStrike String p1 ):boolean
mxStyleSheet.getTextStyle String p1 ):String
mxStyleSheet.hasFlags String p1 ):boolean
mxStyleSheet.hasHorizontalAlign String p1 ):boolean
mxStyleSheet.hasIndentFirst String p1 ):boolean
mxStyleSheet.hasIndentLeft String p1 ):boolean
mxStyleSheet.hasIndentRight String p1 ):boolean
mxStyleSheet.hasLetterSpace String p1 ):boolean
mxStyleSheet.hasSpAfter String p1 ):boolean
mxStyleSheet.hasSpBefore String p1 ):boolean
mxStyleSheet.hasSpLine String p1 ):boolean
mxStyleSheet.hasTextFont String p1 ):boolean
mxStyleSheet.hasTextPos String p1 ):boolean
mxStyleSheet.hasTextSize String p1 ):boolean
mxStyleSheet.hasTextStrike String p1 ):boolean
mxStyleSheet.hasTextStyle String p1 ):boolean
mxStyleSheet.mxStyleSheet org.w3c.dom.Element p1 )

jgraphx.jar, mxStyleSheetManager.class
package com.mxgraph.io.vdx
mxStyleSheetManager.getInstance ( ) [static]:mxStyleSheetManager
mxStyleSheetManager.getSheet String p1 ):mxStyleSheet
mxStyleSheetManager.getStyleSheetsMap ( ):java.util.HashMap
mxStyleSheetManager.initialise org.w3c.dom.Document p1 ):void

jgraphx.jar, mxUtils.class
package com.mxgraph.util
mxUtils.parse String p1 ) [static]:org.w3c.dom.Document

jgraphx.jar, mxVdxCodec.class
package com.mxgraph.io
mxVdxCodec.isHtmlLabelsEnable ( ) [static]:boolean
mxVdxCodec.setHtmlLabelsEnable boolean p1 ) [static]:void

jgraphx.jar, mxVdxConstants.class
package com.mxgraph.io.vdx
mxVdxConstants.mxVdxConstants ( )

jgraphx.jar, mxVdxShape.class
package com.mxgraph.io.vdx
mxVdxShape.addComplexShapeToGraph com.mxgraph.view.mxGraph p1, Object p2, double p3 ):com.mxgraph.model.mxCell
mxVdxShape.addSimpleShapeToGraph com.mxgraph.view.mxGraph p1, Object p2, double p3 ):com.mxgraph.model.mxCell
mxVdxShape.containsXForm1D ( ):boolean
mxVdxShape.getAlignVertical ( ):String
mxVdxShape.getBottomSpacing ( ):double
mxVdxShape.getDimentions ( ):com.mxgraph.util.mxPoint
mxVdxShape.getEdgeStyle ( ):String
mxVdxShape.getFinalArrow ( ):String
mxVdxShape.getFinalArrowSize ( ):float
mxVdxShape.getIsRounded ( ):String
mxVdxShape.getIsShadow ( ):String
mxVdxShape.getLabelBkgndColor ( ):String
mxVdxShape.getLabelRotation ( ):boolean
mxVdxShape.getLeftSpacing ( ):double
mxVdxShape.getLineStrokeColor ( ):String
mxVdxShape.getLineWidth ( ):double
mxVdxShape.getMasterId ( ):String
mxVdxShape.getOriginPoint double p1 ):com.mxgraph.util.mxPoint
mxVdxShape.getRightSpacing ( ):double
mxVdxShape.getRotation ( ):double
mxVdxShape.getShapeMasterId ( ):String
mxVdxShape.getStartArrow ( ):String
mxVdxShape.getStartArrowSize ( ):float
mxVdxShape.getStyleFromEdgeShape double p1 ):String
mxVdxShape.getStyleFromShape double p1 ):String
mxVdxShape.getTextLabel ( ):String
mxVdxShape.getTopSpacing ( ):double
mxVdxShape.getVertexPoints double p1 ):com.mxgraph.util.mxPoint[]
mxVdxShape.isComplexShape ( ):boolean
mxVdxShape.isConnectorBigNameU String p1 ):boolean
mxVdxShape.isDashed ( ):boolean
mxVdxShape.isExceptionEdge ( ):boolean
mxVdxShape.isGroup ( ):boolean
mxVdxShape.isSupportedShape ( ):boolean
mxVdxShape.isVertexShape ( ):boolean
mxVdxShape.lookForMasterId ( ):String
mxVdxShape.mxVdxShape org.w3c.dom.Element p1 )

jgraphx.jar, mxVdxShapeForm.class
package com.mxgraph.io.vdx
mxVdxShapeForm.getAproxForm ( ):String
mxVdxShapeForm.getDirection String p1 ):String
mxVdxShapeForm.getForm ( ):String
mxVdxShapeForm.getPerimeter String p1 ):String
mxVdxShapeForm.isActor ( ):boolean
mxVdxShapeForm.isAND ( ):boolean
mxVdxShapeForm.isBuff ( ):boolean
mxVdxShapeForm.isCard ( ):boolean
mxVdxShapeForm.isCeiling_fan ( ):boolean
mxVdxShapeForm.isCloud ( ):boolean
mxVdxShapeForm.isCollate ( ):boolean
mxVdxShapeForm.isComponent ( ):boolean
mxVdxShapeForm.isConcentricity ( ):boolean
mxVdxShapeForm.isCylinder ( ):boolean
mxVdxShapeForm.isData ( ):boolean
mxVdxShapeForm.isDivided_process ( ):boolean
mxVdxShapeForm.isDocument ( ):boolean
mxVdxShapeForm.isDocument_file ( ):boolean
mxVdxShapeForm.isDouble_Delta ( ):boolean
mxVdxShapeForm.isDoubleEllipse ( ):boolean
mxVdxShapeForm.isEastDirection ( ):boolean
mxVdxShapeForm.isEllipse ( ):boolean
mxVdxShapeForm.isExternal_organization ( ):boolean
mxVdxShapeForm.isExternal_process ( ):boolean
mxVdxShapeForm.isHexagon ( ):boolean
mxVdxShapeForm.isInternalstorage ( ):boolean
mxVdxShapeForm.isInverter ( ):boolean
mxVdxShapeForm.isLined_document ( ):boolean
mxVdxShapeForm.isLined_Shaded_process ( ):boolean
mxVdxShapeForm.isMagnetictape ( ):boolean
mxVdxShapeForm.isMain_control ( ):boolean
mxVdxShapeForm.isManualinput ( ):boolean
mxVdxShapeForm.isMicroform ( ):boolean
mxVdxShapeForm.isMUX ( ):boolean
mxVdxShapeForm.isNode ( ):boolean
mxVdxShapeForm.isNote ( ):boolean
mxVdxShapeForm.isOff_line_storage ( ):boolean
mxVdxShapeForm.isOff_page_reference ( ):boolean
mxVdxShapeForm.isOperation_inspection ( ):boolean
mxVdxShapeForm.isOr ( ):boolean
mxVdxShapeForm.isOR ( ):boolean
mxVdxShapeForm.isPapertape ( ):boolean
mxVdxShapeForm.isParallel_mode ( ):boolean
mxVdxShapeForm.isPLC ( ):boolean
mxVdxShapeForm.isPredefinedprocess ( ):boolean
mxVdxShapeForm.isPump ( ):boolean
mxVdxShapeForm.isRectangle ( ):boolean
mxVdxShapeForm.isResistance_seam ( ):boolean
mxVdxShapeForm.isReturn ( ):boolean
mxVdxShapeForm.isRhombus ( ):boolean
mxVdxShapeForm.isRhombusAprox ( ):boolean
mxVdxShapeForm.isRounded ( ):boolean
mxVdxShapeForm.isScreening_device ( ):boolean
mxVdxShapeForm.isSecurity_booth ( ):boolean
mxVdxShapeForm.isSemicircle ( ):boolean
mxVdxShapeForm.isSimpleComplex ( ):boolean
mxVdxShapeForm.isSort ( ):boolean
mxVdxShapeForm.isSouthDirection ( ):boolean
mxVdxShapeForm.isStoreddata ( ):boolean
mxVdxShapeForm.isSubproces ( ):boolean
mxVdxShapeForm.isSwimlane ( ):boolean
mxVdxShapeForm.isSystem_database ( ):boolean
mxVdxShapeForm.isSystem_function ( ):boolean
mxVdxShapeForm.isTransportation ( ):boolean
mxVdxShapeForm.isTriangle ( ):boolean
mxVdxShapeForm.isWeight_device ( ):boolean
mxVdxShapeForm.isXOR ( ):boolean
mxVdxShapeForm.mxVdxShapeForm mxVdxShape p1, mxMasterShape p2, mxMasterElement p3, double p4 )

jgraphx.jar, mxVdxTextParser.class
package com.mxgraph.io.vdx
mxVdxTextParser.getBulletValue String p1 ):String
mxVdxTextParser.getCase String p1 ):int
mxVdxTextParser.getCharDirection String p1 ):String
mxVdxTextParser.getCharSpace String p1 ):String
mxVdxTextParser.getHorzAlign String p1 ):String
mxVdxTextParser.getHtmlTextContent ( ):String
mxVdxTextParser.getIndFirst String p1 ):String
mxVdxTextParser.getIndLeft String p1 ):String
mxVdxTextParser.getIndRight String p1 ):String
mxVdxTextParser.getPos String p1 ):int
mxVdxTextParser.getSpcAfter String p1 ):String
mxVdxTextParser.getSpcBefore String p1 ):String
mxVdxTextParser.getSpcLine String p1 ):String
mxVdxTextParser.getTextCharFormated String p1 ):String
mxVdxTextParser.getTextDirection String p1 ):String
mxVdxTextParser.getTextFont String p1 ):String
mxVdxTextParser.getTextParagraphFormated String p1 ):String
mxVdxTextParser.insertAttributes String p1, java.util.HashMap p2 ):String
mxVdxTextParser.isBold String p1 ):boolean
mxVdxTextParser.isItalic String p1 ):boolean
mxVdxTextParser.isSmallCaps String p1 ):boolean
mxVdxTextParser.isStrikeThru String p1 ):boolean
mxVdxTextParser.isUnderline String p1 ):boolean
mxVdxTextParser.mxVdxTextParser mxVdxShape p1, mxMasterShape p2, mxStyleSheet p3 )
mxVdxTextParser.textToList String p1, String p2 ):String

jgraphx.jar, mxVdxUtils.class
package com.mxgraph.io.vdx
mxVdxUtils.adjustConstraint com.mxgraph.util.mxPoint p1 ) [static]:com.mxgraph.util.mxPoint
mxVdxUtils.conversionFactor ( ) [static]:double
mxVdxUtils.copyNodeList org.w3c.dom.NodeList p1 ) [static]:java.util.List
mxVdxUtils.getOrderArray java.util.List p1, java.util.HashMap p2 ) [static]:Object[]
mxVdxUtils.getStyleMap String p1, String p2 ) [static]:java.util.HashMap
mxVdxUtils.getStyleString java.util.Map p1, String p2 ) [static]:String
mxVdxUtils.mxVdxUtils ( )
mxVdxUtils.nodeListHasTag org.w3c.dom.NodeList p1, String p2 ) [static]:boolean
mxVdxUtils.nodeListTag org.w3c.dom.NodeList p1, String p2 ) [static]:org.w3c.dom.Element
mxVdxUtils.nodeListTagIndexed org.w3c.dom.NodeList p1, String p2, String p3 ) [static]:org.w3c.dom.Element
mxVdxUtils.nodeListTags org.w3c.dom.NodeList p1, String p2 ) [static]:java.util.List
mxVdxUtils.printPointList java.util.List p1 ) [static]:void
mxVdxUtils.surroundedByTags String p1, String p2 ) [static]:String
mxVdxUtils.toInitialCapital String p1 ) [static]:String
mxVdxUtils.toSmallCaps String p1, String p2 ) [static]:String

jgraphx.jar, NormalizingReader.class
package com.mxgraph.util.svg
NormalizingReader.getColumn ( ) [abstract]:int
NormalizingReader.getLine ( ) [abstract]:int
NormalizingReader.NormalizingReader ( )
NormalizingReader.read char[] p1, int p2, int p3 ):int

jgraphx.jar, NumberParser.class
package com.mxgraph.util.svg
NumberParser.buildFloat int p1, int p2 ) [static]:float
NumberParser.NumberParser ( )
NumberParser.parseFloat ( ):float

jgraphx.jar, PageShapeIDKey.class
package com.mxgraph.io.vdx
PageShapeIDKey.equals Object p1 ):boolean
PageShapeIDKey.getID ( ):String
PageShapeIDKey.getPageNumber ( ):int
PageShapeIDKey.hashCode ( ):int
PageShapeIDKey.PageShapeIDKey int p1, String p2 )
PageShapeIDKey.setID String p1 ):void
PageShapeIDKey.setPageNumber int p1 ):void

jgraphx.jar, ParseException.class
package com.mxgraph.util.svg
ParseException.getColumnNumber ( ):int
ParseException.getException ( ):Exception
ParseException.getLineNumber ( ):int
ParseException.getMessage ( ):String
ParseException.ParseException Exception p1 )
ParseException.ParseException String p1, Exception p2 )
ParseException.ParseException String p1, int p2, int p3 )

jgraphx.jar, Parser.class
package com.mxgraph.util.svg
Parser.parse String p1 ) [abstract]:void
Parser.setErrorHandler ErrorHandler p1 ) [abstract]:void

jgraphx.jar, PathHandler.class
package com.mxgraph.util.svg
PathHandler.arcAbs float p1, float p2, float p3, boolean p4, boolean p5, float p6, float p7 ) [abstract]:void
PathHandler.arcRel float p1, float p2, float p3, boolean p4, boolean p5, float p6, float p7 ) [abstract]:void
PathHandler.closePath ( ) [abstract]:void
PathHandler.curvetoCubicAbs float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract]:void
PathHandler.curvetoCubicRel float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract]:void
PathHandler.curvetoCubicSmoothAbs float p1, float p2, float p3, float p4 ) [abstract]:void
PathHandler.curvetoCubicSmoothRel float p1, float p2, float p3, float p4 ) [abstract]:void
PathHandler.curvetoQuadraticAbs float p1, float p2, float p3, float p4 ) [abstract]:void
PathHandler.curvetoQuadraticRel float p1, float p2, float p3, float p4 ) [abstract]:void
PathHandler.curvetoQuadraticSmoothAbs float p1, float p2 ) [abstract]:void
PathHandler.curvetoQuadraticSmoothRel float p1, float p2 ) [abstract]:void
PathHandler.endPath ( ) [abstract]:void
PathHandler.linetoAbs float p1, float p2 ) [abstract]:void
PathHandler.linetoHorizontalAbs float p1 ) [abstract]:void
PathHandler.linetoHorizontalRel float p1 ) [abstract]:void
PathHandler.linetoRel float p1, float p2 ) [abstract]:void
PathHandler.linetoVerticalAbs float p1 ) [abstract]:void
PathHandler.linetoVerticalRel float p1 ) [abstract]:void
PathHandler.movetoAbs float p1, float p2 ) [abstract]:void
PathHandler.movetoRel float p1, float p2 ) [abstract]:void
PathHandler.startPath ( ) [abstract]:void

jgraphx.jar, PathParser.class
package com.mxgraph.util.svg
PathParser._parsel boolean p1 ):void
PathParser._parseL boolean p1 ):void
PathParser.doParse ( ):void
PathParser.getPathHandler ( ):PathHandler
PathParser.parseA ( ):void
PathParser.parsea ( ):void
PathParser.parsec ( ):void
PathParser.parseC ( ):void
PathParser.parseh ( ):void
PathParser.parseH ( ):void
PathParser.parseL ( ):void
PathParser.parsel ( ):void
PathParser.parsem ( ):void
PathParser.parseM ( ):void
PathParser.parseQ ( ):void
PathParser.parseq ( ):void
PathParser.parseS ( ):void
PathParser.parses ( ):void
PathParser.parseT ( ):void
PathParser.parset ( ):void
PathParser.parseV ( ):void
PathParser.parsev ( ):void
PathParser.PathParser PathHandler p1 )
PathParser.reportUnexpected int p1 ):void
PathParser.setPathHandler PathHandler p1 ):void
PathParser.skipCommaSpaces2 ( ):boolean
PathParser.skipSubPath ( ):void

jgraphx.jar, PointsHandler.class
package com.mxgraph.util.svg
PointsHandler.endPoints ( ) [abstract]:void
PointsHandler.point float p1, float p2 ) [abstract]:void
PointsHandler.startPoints ( ) [abstract]:void

jgraphx.jar, PointsParser.class
package com.mxgraph.util.svg
PointsParser.doParse ( ):void
PointsParser.getPointsHandler ( ):PointsHandler
PointsParser.PointsParser PointsHandler p1 )
PointsParser.setPointsHandler PointsHandler p1 ):void

jgraphx.jar, ShapeProducer.class
package com.mxgraph.util.svg
ShapeProducer.getShape ( ) [abstract]:java.awt.Shape
ShapeProducer.getWindingRule ( ) [abstract]:int
ShapeProducer.setWindingRule int p1 ) [abstract]:void

jgraphx.jar, StringNormalizingReader.class
package com.mxgraph.util.svg
StringNormalizingReader.close ( ):void
StringNormalizingReader.getColumn ( ):int
StringNormalizingReader.getLine ( ):int
StringNormalizingReader.read ( ):int
StringNormalizingReader.StringNormalizingReader String p1 )

jgraphx.jar, svgShape.class
package com.mxgraph.shape
mxStencilShape.svgShape.mxStencilShape#svgShape mxStencilShape p1, java.awt.Shape p2, java.util.Map p3 ):public
mxStencilShape.svgShape.getCurrentXScale ( ):double
mxStencilShape.svgShape.getCurrentYScale ( ):double
mxStencilShape.svgShape.setCurrentXScale double p1 ):void
mxStencilShape.svgShape.setCurrentYScale double p1 ):void

to the top

Removed Methods (62)


jgraphx.jar, mxPngDecodeParam.class
package com.mxgraph.util.png
mxPngDecodeParam.getDisplayExponent ( ):float
mxPngDecodeParam.getEncodeParam ( ):mxPngEncodeParam
mxPngDecodeParam.getExpandGrayAlpha ( ):boolean
mxPngDecodeParam.getExpandPalette ( ):boolean
mxPngDecodeParam.getGenerateEncodeParam ( ):boolean
mxPngDecodeParam.getOutput8BitGray ( ):boolean
mxPngDecodeParam.getPerformGammaCorrection ( ):boolean
mxPngDecodeParam.getSuppressAlpha ( ):boolean
mxPngDecodeParam.getUserExponent ( ):float
mxPngDecodeParam.mxPngDecodeParam ( )
mxPngDecodeParam.setDisplayExponent float p1 ):void
mxPngDecodeParam.setEncodeParam mxPngEncodeParam p1 ):void
mxPngDecodeParam.setExpandGrayAlpha boolean p1 ):void
mxPngDecodeParam.setExpandPalette boolean p1 ):void
mxPngDecodeParam.setGenerateEncodeParam boolean p1 ):void
mxPngDecodeParam.setOutput8BitGray boolean p1 ):void
mxPngDecodeParam.setPerformGammaCorrection boolean p1 ):void
mxPngDecodeParam.setSuppressAlpha boolean p1 ):void
mxPngDecodeParam.setUserExponent float p1 ):void

jgraphx.jar, mxPngImageDecoder.class
package com.mxgraph.util.png
mxPngImageDecoder.decodeAsRaster ( ):java.awt.image.Raster
mxPngImageDecoder.decodeAsRaster int p1 ):java.awt.image.Raster
mxPngImageDecoder.decodeAsRenderedImage ( ):java.awt.image.RenderedImage
mxPngImageDecoder.decodeAsRenderedImage int p1 ):java.awt.image.RenderedImage
mxPngImageDecoder.getInputStream ( ):java.io.InputStream
mxPngImageDecoder.getParam ( ):mxPngDecodeParam
mxPngImageDecoder.mxPngImageDecoder java.io.InputStream p1, mxPngDecodeParam p2 )
mxPngImageDecoder.setParam mxPngDecodeParam p1 ):void

jgraphx.jar, mxSimpleRenderedImage.class
package com.mxgraph.util.png
mxSimpleRenderedImage.copyData java.awt.image.WritableRaster p1 ):java.awt.image.WritableRaster
mxSimpleRenderedImage.getBounds ( ):java.awt.Rectangle
mxSimpleRenderedImage.getColorModel ( ):java.awt.image.ColorModel
mxSimpleRenderedImage.getData ( ):java.awt.image.Raster
mxSimpleRenderedImage.getData java.awt.Rectangle p1 ):java.awt.image.Raster
mxSimpleRenderedImage.getHeight ( ):int
mxSimpleRenderedImage.getMaxTileX ( ):int
mxSimpleRenderedImage.getMaxTileY ( ):int
mxSimpleRenderedImage.getMaxX ( ):int
mxSimpleRenderedImage.getMaxY ( ):int
mxSimpleRenderedImage.getMinTileX ( ):int
mxSimpleRenderedImage.getMinTileY ( ):int
mxSimpleRenderedImage.getMinX ( ):int
mxSimpleRenderedImage.getMinY ( ):int
mxSimpleRenderedImage.getNumXTiles ( ):int
mxSimpleRenderedImage.getNumYTiles ( ):int
mxSimpleRenderedImage.getProperty String p1 ):Object
mxSimpleRenderedImage.getPropertyNames ( ):String[]
mxSimpleRenderedImage.getPropertyNames String p1 ):String[]
mxSimpleRenderedImage.getSampleModel ( ):java.awt.image.SampleModel
mxSimpleRenderedImage.getSources ( ):java.util.Vector
mxSimpleRenderedImage.getTileGridXOffset ( ):int
mxSimpleRenderedImage.getTileGridYOffset ( ):int
mxSimpleRenderedImage.getTileHeight ( ):int
mxSimpleRenderedImage.getTileWidth ( ):int
mxSimpleRenderedImage.getWidth ( ):int
mxSimpleRenderedImage.mxSimpleRenderedImage ( )
mxSimpleRenderedImage.tileXToX int p1 ):int
mxSimpleRenderedImage.tileXToX int p1, int p2, int p3 ) [static]:int
mxSimpleRenderedImage.tileYToY int p1 ):int
mxSimpleRenderedImage.tileYToY int p1, int p2, int p3 ) [static]:int
mxSimpleRenderedImage.XToTileX int p1 ):int
mxSimpleRenderedImage.XToTileX int p1, int p2, int p3 ) [static]:int
mxSimpleRenderedImage.YToTileY int p1 ):int
mxSimpleRenderedImage.YToTileY int p1, int p2, int p3 ) [static]:int

to the top

Problems with Data Types, High Severity (3)


jgraphx.jar
package com.mxgraph.util.png
[+] mxPngDecodeParam (1)
[+] mxPngImageDecoder (1)
[+] mxSimpleRenderedImage (1)

to the top

Problems with Data Types, Low Severity (4)


jgraphx.jar
package com.mxgraph.shape
[+] mxCurveLabelShape (1)

package com.mxgraph.util
[+] mxConstants (1)

package com.mxgraph.view
[+] mxGraph (1)
[+] mxPerimeter (1)

to the top

Java ARchives (1)


jgraphx.jar

to the top

Classes (197)


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
mxCurveLabelShape
mxCurveLabelShape.LabelGlyphCache
mxCurveLabelShape.LabelPosition
mxCurveShape
mxCylinderShape
mxDefaultTextShape
mxDoubleEllipseShape
mxEllipseShape
mxHexagonShape
mxHtmlTextShape
mxImageShape
mxIShape
mxITextShape
mxLabelShape
mxLineShape
mxRectangleShape
mxRhombusShape
mxSwimlaneShape
mxTriangleShape

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
mxMovePreview
mxPanningHandler
mxRotationHandler
mxRubberband
mxSelectionCellsHandler
mxVertexHandler

package com.mxgraph.swing.util
mxAnimation
mxCellOverlay
mxGraphActions
mxGraphActions.DeleteAction
mxGraphActions.DrillAction
mxGraphActions.EditAction
mxGraphActions.FoldAction
mxGraphActions.GroupAction
mxGraphActions.LayerAction
mxGraphActions.RemoveFromParentAction
mxGraphActions.SelectAction
mxGraphActions.UngroupAction
mxGraphActions.UpdateGroupBoundsAction
mxGraphActions.ZoomAction
mxGraphTransferable
mxICellOverlay
mxMorphing
mxMouseAdapter

package com.mxgraph.swing.view
mxCellEditor
mxCellStatePreview
mxICellEditor
mxInteractiveCanvas

package com.mxgraph.util
mxCellRenderer
mxCellRenderer.CanvasFactory
mxConstants
mxCurve
mxEvent
mxEventObject
mxEventSource
mxEventSource.mxIEventListener
mxImage
mxLightweightLabel
mxLine
mxPoint
mxRectangle
mxResources
mxSpline
mxSpline1D
mxUndoableEdit
mxUndoableEdit.mxUndoableChange
mxUndoManager
mxUtils

package com.mxgraph.util.png
ChunkStream
CRC
IDATOutputStream
mxPngDecodeParam
mxPngEncodeParam
mxPngEncodeParam.Gray
mxPngEncodeParam.Palette
mxPngEncodeParam.RGB
mxPngImageDecoder
mxPngImageEncoder
mxPngSuggestedPaletteEntry
mxSimpleRenderedImage
PNGChunk
PNGImage

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:16:50 2011 for JGraph X by Java API Compliance Checker 1.0
A tool for checking backward binary/source compatibility of a Java library API