Source compatibility report for the JGraph X library between 1.4.0.9 and 1.4.1.0 versions
Test Info
Library Name | JGraph X |
Version #1 | 1.4.0.9 |
Version #2 | 1.4.1.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Classes | 197 |
---|
Total Methods / Types | 3394 / 160 |
---|
Verdict | Incompatible |
---|
Problem Summary
| Severity | Count |
---|
Added Methods | - | 767 |
---|
Removed Methods | High | 62 |
---|
Problems with Data Types | High | 3 |
---|
Medium | 0 |
Low | 3 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (767)
jgraphx.jar, AbstractParser.class
package com.mxgraph.util.svg
AbstractParser.AbstractParser ( )
[ run-time name: com/mxgraph/util/svg/AbstractParser."<init>":()V ]
AbstractParser.createErrorMessage ( String p1, Object[] p2 ):String
[ run-time name: com/mxgraph/util/svg/AbstractParser.createErrorMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; ]
AbstractParser.doParse ( ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/AbstractParser.doParse:()V ]
AbstractParser.getBundleClassName ( ):String
[ run-time name: com/mxgraph/util/svg/AbstractParser.getBundleClassName:()Ljava/lang/String; ]
AbstractParser.getCurrent ( ):int
[ run-time name: com/mxgraph/util/svg/AbstractParser.getCurrent:()I ]
AbstractParser.parse ( String p1 ):void
[ run-time name: com/mxgraph/util/svg/AbstractParser.parse:(Ljava/lang/String;)V ]
AbstractParser.reportCharacterExpectedError ( char p1, int p2 ):void
[ run-time name: com/mxgraph/util/svg/AbstractParser.reportCharacterExpectedError:(CI)V ]
AbstractParser.reportError ( String p1, Object[] p2 ):void
[ run-time name: com/mxgraph/util/svg/AbstractParser.reportError:(Ljava/lang/String;[Ljava/lang/Object;)V ]
AbstractParser.reportUnexpectedCharacterError ( int p1 ):void
[ run-time name: com/mxgraph/util/svg/AbstractParser.reportUnexpectedCharacterError:(I)V ]
AbstractParser.setErrorHandler ( ErrorHandler p1 ):void
[ run-time name: com/mxgraph/util/svg/AbstractParser.setErrorHandler:(Lcom/mxgraph/util/svg/ErrorHandler;)V ]
AbstractParser.skipCommaSpaces ( ):void
[ run-time name: com/mxgraph/util/svg/AbstractParser.skipCommaSpaces:()V ]
AbstractParser.skipSpaces ( ):void
[ run-time name: com/mxgraph/util/svg/AbstractParser.skipSpaces:()V ]
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
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.arcAbs:(FFFZZFF)V ]
AWTPathProducer.arcRel ( float p1, float p2, float p3, boolean p4, boolean p5, float p6, float p7 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.arcRel:(FFFZZFF)V ]
AWTPathProducer.AWTPathProducer ( )
[ run-time name: com/mxgraph/util/svg/AWTPathProducer."<init>":()V ]
AWTPathProducer.closePath ( ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.closePath:()V ]
AWTPathProducer.createShape ( String p1, int p2 ) [static]:java.awt.Shape
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.createShape:(Ljava/lang/String;I)Ljava/awt/Shape; ]
AWTPathProducer.curvetoCubicAbs ( float p1, float p2, float p3, float p4, float p5, float p6 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.curvetoCubicAbs:(FFFFFF)V ]
AWTPathProducer.curvetoCubicRel ( float p1, float p2, float p3, float p4, float p5, float p6 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.curvetoCubicRel:(FFFFFF)V ]
AWTPathProducer.curvetoCubicSmoothAbs ( float p1, float p2, float p3, float p4 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.curvetoCubicSmoothAbs:(FFFF)V ]
AWTPathProducer.curvetoCubicSmoothRel ( float p1, float p2, float p3, float p4 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.curvetoCubicSmoothRel:(FFFF)V ]
AWTPathProducer.curvetoQuadraticAbs ( float p1, float p2, float p3, float p4 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.curvetoQuadraticAbs:(FFFF)V ]
AWTPathProducer.curvetoQuadraticRel ( float p1, float p2, float p3, float p4 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.curvetoQuadraticRel:(FFFF)V ]
AWTPathProducer.curvetoQuadraticSmoothAbs ( float p1, float p2 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.curvetoQuadraticSmoothAbs:(FF)V ]
AWTPathProducer.curvetoQuadraticSmoothRel ( float p1, float p2 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.curvetoQuadraticSmoothRel:(FF)V ]
AWTPathProducer.endPath ( ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.endPath:()V ]
AWTPathProducer.getShape ( ):java.awt.Shape
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.getShape:()Ljava/awt/Shape; ]
AWTPathProducer.getWindingRule ( ):int
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.getWindingRule:()I ]
AWTPathProducer.linetoAbs ( float p1, float p2 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.linetoAbs:(FF)V ]
AWTPathProducer.linetoHorizontalAbs ( float p1 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.linetoHorizontalAbs:(F)V ]
AWTPathProducer.linetoHorizontalRel ( float p1 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.linetoHorizontalRel:(F)V ]
AWTPathProducer.linetoRel ( float p1, float p2 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.linetoRel:(FF)V ]
AWTPathProducer.linetoVerticalAbs ( float p1 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.linetoVerticalAbs:(F)V ]
AWTPathProducer.linetoVerticalRel ( float p1 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.linetoVerticalRel:(F)V ]
AWTPathProducer.movetoAbs ( float p1, float p2 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.movetoAbs:(FF)V ]
AWTPathProducer.movetoRel ( float p1, float p2 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.movetoRel:(FF)V ]
AWTPathProducer.setWindingRule ( int p1 ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.setWindingRule:(I)V ]
AWTPathProducer.startPath ( ):void
[ run-time name: com/mxgraph/util/svg/AWTPathProducer.startPath:()V ]
jgraphx.jar, AWTPolygonProducer.class
package com.mxgraph.util.svg
AWTPolygonProducer.AWTPolygonProducer ( )
[ run-time name: com/mxgraph/util/svg/AWTPolygonProducer."<init>":()V ]
AWTPolygonProducer.createShape ( String p1, int p2 ) [static]:java.awt.Shape
[ run-time name: com/mxgraph/util/svg/AWTPolygonProducer.createShape:(Ljava/lang/String;I)Ljava/awt/Shape; ]
AWTPolygonProducer.endPoints ( ):void
[ run-time name: com/mxgraph/util/svg/AWTPolygonProducer.endPoints:()V ]
jgraphx.jar, AWTPolylineProducer.class
package com.mxgraph.util.svg
AWTPolylineProducer.AWTPolylineProducer ( )
[ run-time name: com/mxgraph/util/svg/AWTPolylineProducer."<init>":()V ]
AWTPolylineProducer.createShape ( String p1, int p2 ) [static]:java.awt.Shape
[ run-time name: com/mxgraph/util/svg/AWTPolylineProducer.createShape:(Ljava/lang/String;I)Ljava/awt/Shape; ]
AWTPolylineProducer.endPoints ( ):void
[ run-time name: com/mxgraph/util/svg/AWTPolylineProducer.endPoints:()V ]
AWTPolylineProducer.getShape ( ):java.awt.Shape
[ run-time name: com/mxgraph/util/svg/AWTPolylineProducer.getShape:()Ljava/awt/Shape; ]
AWTPolylineProducer.getWindingRule ( ):int
[ run-time name: com/mxgraph/util/svg/AWTPolylineProducer.getWindingRule:()I ]
AWTPolylineProducer.point ( float p1, float p2 ):void
[ run-time name: com/mxgraph/util/svg/AWTPolylineProducer.point:(FF)V ]
AWTPolylineProducer.setWindingRule ( int p1 ):void
[ run-time name: com/mxgraph/util/svg/AWTPolylineProducer.setWindingRule:(I)V ]
AWTPolylineProducer.startPoints ( ):void
[ run-time name: com/mxgraph/util/svg/AWTPolylineProducer.startPoints:()V ]
jgraphx.jar, DefaultErrorHandler.class
package com.mxgraph.util.svg
DefaultErrorHandler.DefaultErrorHandler ( )
[ run-time name: com/mxgraph/util/svg/DefaultErrorHandler."<init>":()V ]
DefaultErrorHandler.error ( ParseException p1 ):void
[ run-time name: com/mxgraph/util/svg/DefaultErrorHandler.error:(Lcom/mxgraph/util/svg/ParseException;)V ]
jgraphx.jar, ErrorHandler.class
package com.mxgraph.util.svg
ErrorHandler.error ( ParseException p1 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/ErrorHandler.error:(Lcom/mxgraph/util/svg/ParseException;)V ]
jgraphx.jar, ExtendedGeneralPath.class
package com.mxgraph.util.svg
ExtendedGeneralPath.append ( ExtendedPathIterator p1, boolean p2 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.append:(Lcom/mxgraph/util/svg/ExtendedPathIterator;Z)V ]
ExtendedGeneralPath.append ( java.awt.geom.PathIterator p1, boolean p2 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.append:(Ljava/awt/geom/PathIterator;Z)V ]
ExtendedGeneralPath.append ( java.awt.Shape p1, boolean p2 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.append:(Ljava/awt/Shape;Z)V ]
ExtendedGeneralPath.arcTo ( float p1, float p2, float p3, boolean p4, boolean p5, float p6, float p7 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.arcTo:(FFFZZFF)V ]
ExtendedGeneralPath.checkMoveTo ( ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.checkMoveTo:()V ]
ExtendedGeneralPath.clone ( ):Object
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.clone:()Ljava/lang/Object; ]
ExtendedGeneralPath.closePath ( ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.closePath:()V ]
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
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.computeArc:(DDDDDZZDD)Ljava/awt/geom/Arc2D; ]
ExtendedGeneralPath.contains ( double p1, double p2 ):boolean
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.contains:(DD)Z ]
ExtendedGeneralPath.contains ( double p1, double p2, double p3, double p4 ):boolean
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.contains:(DDDD)Z ]
ExtendedGeneralPath.contains ( java.awt.geom.Point2D p1 ):boolean
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.contains:(Ljava/awt/geom/Point2D;)Z ]
ExtendedGeneralPath.contains ( java.awt.geom.Rectangle2D p1 ):boolean
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.contains:(Ljava/awt/geom/Rectangle2D;)Z ]
ExtendedGeneralPath.createTransformedShape ( java.awt.geom.AffineTransform p1 ):java.awt.Shape
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.createTransformedShape:(Ljava/awt/geom/AffineTransform;)Ljava/awt/Shape; ]
ExtendedGeneralPath.curveTo ( float p1, float p2, float p3, float p4, float p5, float p6 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.curveTo:(FFFFFF)V ]
ExtendedGeneralPath.ExtendedGeneralPath ( )
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath."<init>":()V ]
ExtendedGeneralPath.ExtendedGeneralPath ( int p1 )
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath."<init>":(I)V ]
ExtendedGeneralPath.ExtendedGeneralPath ( int p1, int p2 )
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath."<init>":(II)V ]
ExtendedGeneralPath.ExtendedGeneralPath ( java.awt.Shape p1 )
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath."<init>":(Ljava/awt/Shape;)V ]
ExtendedGeneralPath.getBounds ( ):java.awt.Rectangle
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.getBounds:()Ljava/awt/Rectangle; ]
ExtendedGeneralPath.getBounds2D ( ):java.awt.geom.Rectangle2D
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.getBounds2D:()Ljava/awt/geom/Rectangle2D; ]
ExtendedGeneralPath.getCurrentPoint ( ):java.awt.geom.Point2D
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.getCurrentPoint:()Ljava/awt/geom/Point2D; ]
ExtendedGeneralPath.getExtendedPathIterator ( ):ExtendedPathIterator
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.getExtendedPathIterator:()Lcom/mxgraph/util/svg/ExtendedPathIterator; ]
ExtendedGeneralPath.getPathIterator ( java.awt.geom.AffineTransform p1 ):java.awt.geom.PathIterator
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.getPathIterator:(Ljava/awt/geom/AffineTransform;)Ljava/awt/geom/PathIterator; ]
ExtendedGeneralPath.getPathIterator ( java.awt.geom.AffineTransform p1, double p2 ):java.awt.geom.PathIterator
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.getPathIterator:(Ljava/awt/geom/AffineTransform;D)Ljava/awt/geom/PathIterator; ]
ExtendedGeneralPath.getWindingRule ( ):int
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.getWindingRule:()I ]
ExtendedGeneralPath.intersects ( double p1, double p2, double p3, double p4 ):boolean
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.intersects:(DDDD)Z ]
ExtendedGeneralPath.intersects ( java.awt.geom.Rectangle2D p1 ):boolean
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.intersects:(Ljava/awt/geom/Rectangle2D;)Z ]
ExtendedGeneralPath.lineTo ( float p1, float p2 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.lineTo:(FF)V ]
ExtendedGeneralPath.moveTo ( float p1, float p2 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.moveTo:(FF)V ]
ExtendedGeneralPath.quadTo ( float p1, float p2, float p3, float p4 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.quadTo:(FFFF)V ]
ExtendedGeneralPath.reset ( ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.reset:()V ]
ExtendedGeneralPath.setWindingRule ( int p1 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.setWindingRule:(I)V ]
ExtendedGeneralPath.transform ( java.awt.geom.AffineTransform p1 ):void
[ run-time name: com/mxgraph/util/svg/ExtendedGeneralPath.transform:(Ljava/awt/geom/AffineTransform;)V ]
jgraphx.jar, ExtendedPathIterator.class
package com.mxgraph.util.svg
ExtendedPathIterator.currentSegment ( ) [abstract]:int
[ run-time name: com/mxgraph/util/svg/ExtendedPathIterator.currentSegment:()I ]
ExtendedPathIterator.currentSegment ( double[] p1 ) [abstract]:int
[ run-time name: com/mxgraph/util/svg/ExtendedPathIterator.currentSegment:([D)I ]
ExtendedPathIterator.currentSegment ( float[] p1 ) [abstract]:int
[ run-time name: com/mxgraph/util/svg/ExtendedPathIterator.currentSegment:([F)I ]
ExtendedPathIterator.getWindingRule ( ) [abstract]:int
[ run-time name: com/mxgraph/util/svg/ExtendedPathIterator.getWindingRule:()I ]
ExtendedPathIterator.isDone ( ) [abstract]:boolean
[ run-time name: com/mxgraph/util/svg/ExtendedPathIterator.isDone:()Z ]
ExtendedPathIterator.next ( ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/ExtendedPathIterator.next:()V ]
jgraphx.jar, keyForValues.class
package com.mxgraph.io.gml
mxGmlKey.keyForValues.valueOf ( String p1 ) [static]:mxGmlKey.keyForValues
[ run-time name: com/mxgraph/io/gml/mxGmlKey.keyForValues.valueOf:(Ljava/lang/String;)Lcom/mxgraph/io/gml/mxGmlKey$keyForValues; ]
mxGmlKey.keyForValues.values ( ) [static]:mxGmlKey.keyForValues[]
[ run-time name: com/mxgraph/io/gml/mxGmlKey.keyForValues.values:()[Lcom/mxgraph/io/gml/mxGmlKey$keyForValues; ]
jgraphx.jar, keyTypeValues.class
package com.mxgraph.io.gml
mxGmlKey.keyTypeValues.valueOf ( String p1 ) [static]:mxGmlKey.keyTypeValues
[ run-time name: com/mxgraph/io/gml/mxGmlKey.keyTypeValues.valueOf:(Ljava/lang/String;)Lcom/mxgraph/io/gml/mxGmlKey$keyTypeValues; ]
mxGmlKey.keyTypeValues.values ( ) [static]:mxGmlKey.keyTypeValues[]
[ run-time name: com/mxgraph/io/gml/mxGmlKey.keyTypeValues.values:()[Lcom/mxgraph/io/gml/mxGmlKey$keyTypeValues; ]
jgraphx.jar, mxBase64.class
package com.mxgraph.util
mxBase64.decode ( byte[] p1 ) [static]:byte[]
[ run-time name: com/mxgraph/util/mxBase64.decode:([B)[B ]
mxBase64.decode ( char[] p1 ) [static]:byte[]
[ run-time name: com/mxgraph/util/mxBase64.decode:([C)[B ]
mxBase64.decode ( String p1 ) [static]:byte[]
[ run-time name: com/mxgraph/util/mxBase64.decode:(Ljava/lang/String;)[B ]
mxBase64.decodeFast ( byte[] p1 ) [static]:byte[]
[ run-time name: com/mxgraph/util/mxBase64.decodeFast:([B)[B ]
mxBase64.decodeFast ( char[] p1 ) [static]:byte[]
[ run-time name: com/mxgraph/util/mxBase64.decodeFast:([C)[B ]
mxBase64.decodeFast ( String p1 ) [static]:byte[]
[ run-time name: com/mxgraph/util/mxBase64.decodeFast:(Ljava/lang/String;)[B ]
mxBase64.encodeToByte ( byte[] p1, boolean p2 ) [static]:byte[]
[ run-time name: com/mxgraph/util/mxBase64.encodeToByte:([BZ)[B ]
mxBase64.encodeToChar ( byte[] p1, boolean p2 ) [static]:char[]
[ run-time name: com/mxgraph/util/mxBase64.encodeToChar:([BZ)[C ]
mxBase64.encodeToString ( byte[] p1, boolean p2 ) [static]:String
[ run-time name: com/mxgraph/util/mxBase64.encodeToString:([BZ)Ljava/lang/String; ]
mxBase64.mxBase64 ( )
[ run-time name: com/mxgraph/util/mxBase64."<init>":()V ]
jgraphx.jar, mxConnectionHandler.class
package com.mxgraph.swing.handler
mxConnectionHandler.setConnectPreview ( mxConnectPreview p1 ):void
[ run-time name: com/mxgraph/swing/handler/mxConnectionHandler.setConnectPreview:(Lcom/mxgraph/swing/handler/mxConnectPreview;)V ]
jgraphx.jar, mxCurve.class
package com.mxgraph.util
mxCurve.validateCurve ( ):boolean
[ run-time name: com/mxgraph/util/mxCurve.validateCurve:()Z ]
jgraphx.jar, mxDelegateShape.class
package com.mxgraph.io.vdx
mxDelegateShape.getBeginArrow ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getBeginArrow:()Ljava/lang/String; ]
mxDelegateShape.getBeginArrowSize ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getBeginArrowSize:()Ljava/lang/String; ]
mxDelegateShape.getEndArrow ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getEndArrow:()Ljava/lang/String; ]
mxDelegateShape.getEndArrowSize ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getEndArrowSize:()Ljava/lang/String; ]
mxDelegateShape.getFillColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getFillColor:()Ljava/lang/String; ]
mxDelegateShape.getFillForeColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getFillForeColor:()Ljava/lang/String; ]
mxDelegateShape.getFillPattern ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getFillPattern:()Ljava/lang/String; ]
mxDelegateShape.getFlags ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getFlags:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getHorizontalAlign ( String p1 ):int
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getHorizontalAlign:(Ljava/lang/String;)I ]
mxDelegateShape.getIndentFirst ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getIndentFirst:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getIndentLeft ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getIndentLeft:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getIndentRight ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getIndentRight:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getLetterSpace ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getLetterSpace:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getLineColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getLineColor:()Ljava/lang/String; ]
mxDelegateShape.getLinePattern ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getLinePattern:()Ljava/lang/String; ]
mxDelegateShape.getLineWeight ( ):double
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getLineWeight:()D ]
mxDelegateShape.getRounding ( ):double
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getRounding:()D ]
mxDelegateShape.getRTLText ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getRTLText:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getShdwPattern ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getShdwPattern:()Ljava/lang/String; ]
mxDelegateShape.getSpAfter ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getSpAfter:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getSpBefore ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getSpBefore:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getSpLine ( String p1 ):double
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getSpLine:(Ljava/lang/String;)D ]
mxDelegateShape.getTextBkgndColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextBkgndColor:()Ljava/lang/String; ]
mxDelegateShape.getTextBottomMargin ( ):double
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextBottomMargin:()D ]
mxDelegateShape.getTextColor ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextColor:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getTextFont ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextFont:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getTextLeftMargin ( ):double
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextLeftMargin:()D ]
mxDelegateShape.getTextPos ( String p1 ):int
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextPos:(Ljava/lang/String;)I ]
mxDelegateShape.getTextRightMargin ( ):double
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextRightMargin:()D ]
mxDelegateShape.getTextSize ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextSize:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getTextStrike ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextStrike:(Ljava/lang/String;)Z ]
mxDelegateShape.getTextStyle ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextStyle:(Ljava/lang/String;)Ljava/lang/String; ]
mxDelegateShape.getTextTopMargin ( ):double
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTextTopMargin:()D ]
mxDelegateShape.getTransparence ( ):double
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getTransparence:()D ]
mxDelegateShape.getVerticalAlign ( ):int
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.getVerticalAlign:()I ]
mxDelegateShape.hasBeginArrow ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasBeginArrow:()Z ]
mxDelegateShape.hasBeginArrowSize ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasBeginArrowSize:()Z ]
mxDelegateShape.hasEndArrow ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasEndArrow:()Z ]
mxDelegateShape.hasEndArrowSize ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasEndArrowSize:()Z ]
mxDelegateShape.hasFillColor ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasFillColor:()Z ]
mxDelegateShape.hasFillForeColor ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasFillForeColor:()Z ]
mxDelegateShape.hasFillPattern ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasFillPattern:()Z ]
mxDelegateShape.hasFlags ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasFlags:(Ljava/lang/String;)Z ]
mxDelegateShape.hasHorizontalAlign ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasHorizontalAlign:(Ljava/lang/String;)Z ]
mxDelegateShape.hasIndentFirst ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasIndentFirst:(Ljava/lang/String;)Z ]
mxDelegateShape.hasIndentLeft ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasIndentLeft:(Ljava/lang/String;)Z ]
mxDelegateShape.hasIndentRight ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasIndentRight:(Ljava/lang/String;)Z ]
mxDelegateShape.hasLetterSpace ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasLetterSpace:(Ljava/lang/String;)Z ]
mxDelegateShape.hasLineColor ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasLineColor:()Z ]
mxDelegateShape.hasLinePattern ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasLinePattern:()Z ]
mxDelegateShape.hasLineWeight ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasLineWeight:()Z ]
mxDelegateShape.hasRounding ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasRounding:()Z ]
mxDelegateShape.hasRTLText ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasRTLText:(Ljava/lang/String;)Z ]
mxDelegateShape.hasShdwPattern ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasShdwPattern:()Z ]
mxDelegateShape.hasSpAfter ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasSpAfter:(Ljava/lang/String;)Z ]
mxDelegateShape.hasSpBefore ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasSpBefore:(Ljava/lang/String;)Z ]
mxDelegateShape.hasSpLine ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasSpLine:(Ljava/lang/String;)Z ]
mxDelegateShape.hasTextBkgndColor ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextBkgndColor:()Z ]
mxDelegateShape.hasTextBottomMargin ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextBottomMargin:()Z ]
mxDelegateShape.hasTextColor ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextColor:(Ljava/lang/String;)Z ]
mxDelegateShape.hasTextFont ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextFont:(Ljava/lang/String;)Z ]
mxDelegateShape.hasTextLeftMargin ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextLeftMargin:()Z ]
mxDelegateShape.hasTextPos ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextPos:(Ljava/lang/String;)Z ]
mxDelegateShape.hasTextRightMargin ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextRightMargin:()Z ]
mxDelegateShape.hasTextSize ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextSize:(Ljava/lang/String;)Z ]
mxDelegateShape.hasTextStrike ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextStrike:(Ljava/lang/String;)Z ]
mxDelegateShape.hasTextStyle ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextStyle:(Ljava/lang/String;)Z ]
mxDelegateShape.hasTextTopMargin ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTextTopMargin:()Z ]
mxDelegateShape.hasTransparence ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasTransparence:()Z ]
mxDelegateShape.hasVerticalAlign ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape.hasVerticalAlign:()Z ]
mxDelegateShape.mxDelegateShape ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/vdx/mxDelegateShape."<init>":(Lorg/w3c/dom/Element;)V ]
jgraphx.jar, mxGdCodec.class
package com.mxgraph.io
mxGdCodec.decode ( gd.mxGdDocument p1, com.mxgraph.view.mxGraph p2 ) [static]:void
[ run-time name: com/mxgraph/io/mxGdCodec.decode:(Lcom/mxgraph/io/gd/mxGdDocument;Lcom/mxgraph/view/mxGraph;)V ]
mxGdCodec.encode ( com.mxgraph.view.mxGraph p1 ) [static]:gd.mxGdDocument
[ run-time name: com/mxgraph/io/mxGdCodec.encode:(Lcom/mxgraph/view/mxGraph;)Lcom/mxgraph/io/gd/mxGdDocument; ]
mxGdCodec.mxGdCodec ( )
[ run-time name: com/mxgraph/io/mxGdCodec."<init>":()V ]
jgraphx.jar, mxGdDocument.class
package com.mxgraph.io.gd
mxGdDocument.getDocumentString ( ):String
[ run-time name: com/mxgraph/io/gd/mxGdDocument.getDocumentString:()Ljava/lang/String; ]
mxGdDocument.getEdges ( ):java.util.List
[ run-time name: com/mxgraph/io/gd/mxGdDocument.getEdges:()Ljava/util/List; ]
mxGdDocument.getNodes ( ):java.util.List
[ run-time name: com/mxgraph/io/gd/mxGdDocument.getNodes:()Ljava/util/List; ]
mxGdDocument.mxGdDocument ( )
[ run-time name: com/mxgraph/io/gd/mxGdDocument."<init>":()V ]
mxGdDocument.parse ( String p1 ):void
[ run-time name: com/mxgraph/io/gd/mxGdDocument.parse:(Ljava/lang/String;)V ]
mxGdDocument.setEdges ( java.util.List p1 ):void
[ run-time name: com/mxgraph/io/gd/mxGdDocument.setEdges:(Ljava/util/List;)V ]
mxGdDocument.setNodes ( java.util.List p1 ):void
[ run-time name: com/mxgraph/io/gd/mxGdDocument.setNodes:(Ljava/util/List;)V ]
jgraphx.jar, mxGdEdge.class
package com.mxgraph.io.gd
mxGdEdge.getEdgeString ( ):String
[ run-time name: com/mxgraph/io/gd/mxGdEdge.getEdgeString:()Ljava/lang/String; ]
mxGdEdge.getSourceName ( ):String
[ run-time name: com/mxgraph/io/gd/mxGdEdge.getSourceName:()Ljava/lang/String; ]
mxGdEdge.getTargetName ( ):String
[ run-time name: com/mxgraph/io/gd/mxGdEdge.getTargetName:()Ljava/lang/String; ]
mxGdEdge.mxGdEdge ( String p1, String p2 )
[ run-time name: com/mxgraph/io/gd/mxGdEdge."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
mxGdEdge.setSourceName ( String p1 ):void
[ run-time name: com/mxgraph/io/gd/mxGdEdge.setSourceName:(Ljava/lang/String;)V ]
mxGdEdge.setTargetName ( String p1 ):void
[ run-time name: com/mxgraph/io/gd/mxGdEdge.setTargetName:(Ljava/lang/String;)V ]
jgraphx.jar, mxGdNode.class
package com.mxgraph.io.gd
mxGdNode.getCoordinates ( ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/gd/mxGdNode.getCoordinates:()Lcom/mxgraph/util/mxPoint; ]
mxGdNode.getDimentions ( ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/gd/mxGdNode.getDimentions:()Lcom/mxgraph/util/mxPoint; ]
mxGdNode.getName ( ):String
[ run-time name: com/mxgraph/io/gd/mxGdNode.getName:()Ljava/lang/String; ]
mxGdNode.getNodeString ( ):String
[ run-time name: com/mxgraph/io/gd/mxGdNode.getNodeString:()Ljava/lang/String; ]
mxGdNode.mxGdNode ( String p1, com.mxgraph.util.mxPoint p2, com.mxgraph.util.mxPoint p3 )
[ run-time name: com/mxgraph/io/gd/mxGdNode."<init>":(Ljava/lang/String;Lcom/mxgraph/util/mxPoint;Lcom/mxgraph/util/mxPoint;)V ]
mxGdNode.setCoordinates ( com.mxgraph.util.mxPoint p1 ):void
[ run-time name: com/mxgraph/io/gd/mxGdNode.setCoordinates:(Lcom/mxgraph/util/mxPoint;)V ]
mxGdNode.setDimentions ( com.mxgraph.util.mxPoint p1 ):void
[ run-time name: com/mxgraph/io/gd/mxGdNode.setDimentions:(Lcom/mxgraph/util/mxPoint;)V ]
mxGdNode.setName ( String p1 ):void
[ run-time name: com/mxgraph/io/gd/mxGdNode.setName:(Ljava/lang/String;)V ]
jgraphx.jar, mxGDParseState.class
package com.mxgraph.io.gd
mxGdDocument.mxGDParseState.valueOf ( String p1 ) [static]:mxGdDocument.mxGDParseState
[ run-time name: com/mxgraph/io/gd/mxGdDocument.mxGDParseState.valueOf:(Ljava/lang/String;)Lcom/mxgraph/io/gd/mxGdDocument$mxGDParseState; ]
mxGdDocument.mxGDParseState.values ( ) [static]:mxGdDocument.mxGDParseState[]
[ run-time name: com/mxgraph/io/gd/mxGdDocument.mxGDParseState.values:()[Lcom/mxgraph/io/gd/mxGdDocument$mxGDParseState; ]
jgraphx.jar, mxGeneralShape.class
package com.mxgraph.io.vdx
mxGeneralShape.getAmountArcTo ( ):int
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getAmountArcTo:()I ]
mxGeneralShape.getAmountConnection ( ):int
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getAmountConnection:()I ]
mxGeneralShape.getAmountEllipticalArcTo ( ):int
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getAmountEllipticalArcTo:()I ]
mxGeneralShape.getAmountLineTo ( ):int
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getAmountLineTo:()I ]
mxGeneralShape.getAngle ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getAngle:()D ]
mxGeneralShape.getBeginArrow ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getBeginArrow:()Ljava/lang/String; ]
mxGeneralShape.getBeginArrowSize ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getBeginArrowSize:()Ljava/lang/String; ]
mxGeneralShape.getBeginXY ( double p1 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getBeginXY:(D)Lcom/mxgraph/util/mxPoint; ]
mxGeneralShape.getBullet ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getBullet:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getEndArrow ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getEndArrow:()Ljava/lang/String; ]
mxGeneralShape.getEndArrowSize ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getEndArrowSize:()Ljava/lang/String; ]
mxGeneralShape.getEndXY ( double p1 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getEndXY:(D)Lcom/mxgraph/util/mxPoint; ]
mxGeneralShape.getFillColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getFillColor:()Ljava/lang/String; ]
mxGeneralShape.getFillForeColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getFillForeColor:()Ljava/lang/String; ]
mxGeneralShape.getFillPattern ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getFillPattern:()Ljava/lang/String; ]
mxGeneralShape.getFillStyleId ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getFillStyleId:()Ljava/lang/String; ]
mxGeneralShape.getFlags ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getFlags:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getHeight ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getHeight:()D ]
mxGeneralShape.getHorizontalAlign ( String p1 ):int
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getHorizontalAlign:(Ljava/lang/String;)I ]
mxGeneralShape.getId ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getId:()Ljava/lang/String; ]
mxGeneralShape.getIndentFirst ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getIndentFirst:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getIndentLeft ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getIndentLeft:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getIndentRight ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getIndentRight:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getLetterSpace ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getLetterSpace:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getLineColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getLineColor:()Ljava/lang/String; ]
mxGeneralShape.getLinePattern ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getLinePattern:()Ljava/lang/String; ]
mxGeneralShape.getLineStyleId ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getLineStyleId:()Ljava/lang/String; ]
mxGeneralShape.getLineToXY ( org.w3c.dom.Element p1 ) [static]:com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getLineToXY:(Lorg/w3c/dom/Element;)Lcom/mxgraph/util/mxPoint; ]
mxGeneralShape.getLineWeight ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getLineWeight:()D ]
mxGeneralShape.getLocPinX ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getLocPinX:()D ]
mxGeneralShape.getLocPinY ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getLocPinY:()D ]
mxGeneralShape.getNameU ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getNameU:()Ljava/lang/String; ]
mxGeneralShape.getNumericalValueOfSecundaryTag ( org.w3c.dom.Element p1, String p2 ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getNumericalValueOfSecundaryTag:(Lorg/w3c/dom/Element;Ljava/lang/String;)D ]
mxGeneralShape.getPinX ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getPinX:()D ]
mxGeneralShape.getPinY ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getPinY:()D ]
mxGeneralShape.getPrimaryTag ( String p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getPrimaryTag:(Ljava/lang/String;)Lorg/w3c/dom/Element; ]
mxGeneralShape.getPrimaryTagIndexed ( String p1, String p2 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getPrimaryTagIndexed:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element; ]
mxGeneralShape.getRounding ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getRounding:()D ]
mxGeneralShape.getRoutingPoints ( double p1 ):java.util.List
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getRoutingPoints:(D)Ljava/util/List; ]
mxGeneralShape.getRTLText ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getRTLText:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getShape ( ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getShape:()Lorg/w3c/dom/Element; ]
mxGeneralShape.getShdwPattern ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getShdwPattern:()Ljava/lang/String; ]
mxGeneralShape.getSpAfter ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getSpAfter:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getSpBefore ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getSpBefore:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getSpLine ( String p1 ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getSpLine:(Ljava/lang/String;)D ]
mxGeneralShape.getText ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getText:()Ljava/lang/String; ]
mxGeneralShape.getTextBkgndColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextBkgndColor:()Ljava/lang/String; ]
mxGeneralShape.getTextBottomMargin ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextBottomMargin:()D ]
mxGeneralShape.getTextCase ( String p1 ):int
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextCase:(Ljava/lang/String;)I ]
mxGeneralShape.getTextChildrens ( ):java.util.List
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextChildrens:()Ljava/util/List; ]
mxGeneralShape.getTextColor ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextColor:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getTextFont ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextFont:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getTextLeftMargin ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextLeftMargin:()D ]
mxGeneralShape.getTextPos ( String p1 ):int
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextPos:(Ljava/lang/String;)I ]
mxGeneralShape.getTextRightMargin ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextRightMargin:()D ]
mxGeneralShape.getTextSize ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextSize:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getTextStrike ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextStrike:(Ljava/lang/String;)Z ]
mxGeneralShape.getTextStyle ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextStyle:(Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getTextStyleId ( ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextStyleId:()Ljava/lang/String; ]
mxGeneralShape.getTextTopMargin ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTextTopMargin:()D ]
mxGeneralShape.getTransparence ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTransparence:()D ]
mxGeneralShape.getTxtAngle ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getTxtAngle:()D ]
mxGeneralShape.getValueOfSecundaryTag ( org.w3c.dom.Element p1, String p2 ):String
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getValueOfSecundaryTag:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String; ]
mxGeneralShape.getVerticalAlign ( ):int
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getVerticalAlign:()I ]
mxGeneralShape.getWidth ( ):double
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.getWidth:()D ]
mxGeneralShape.hasAngle ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasAngle:()Z ]
mxGeneralShape.hasBeginArrow ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasBeginArrow:()Z ]
mxGeneralShape.hasBeginArrowSize ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasBeginArrowSize:()Z ]
mxGeneralShape.hasBullet ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasBullet:(Ljava/lang/String;)Z ]
mxGeneralShape.hasEllipse ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasEllipse:()Z ]
mxGeneralShape.hasEndArrow ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasEndArrow:()Z ]
mxGeneralShape.hasEndArrowSize ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasEndArrowSize:()Z ]
mxGeneralShape.hasFillColor ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasFillColor:()Z ]
mxGeneralShape.hasFillForeColor ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasFillForeColor:()Z ]
mxGeneralShape.hasFillPattern ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasFillPattern:()Z ]
mxGeneralShape.hasFlags ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasFlags:(Ljava/lang/String;)Z ]
mxGeneralShape.hasHeight ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasHeight:()Z ]
mxGeneralShape.hasHorizontalAlign ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasHorizontalAlign:(Ljava/lang/String;)Z ]
mxGeneralShape.hasIndentFirst ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasIndentFirst:(Ljava/lang/String;)Z ]
mxGeneralShape.hasIndentLeft ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasIndentLeft:(Ljava/lang/String;)Z ]
mxGeneralShape.hasIndentRight ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasIndentRight:(Ljava/lang/String;)Z ]
mxGeneralShape.hasLetterSpace ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasLetterSpace:(Ljava/lang/String;)Z ]
mxGeneralShape.hasLineColor ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasLineColor:()Z ]
mxGeneralShape.hasLinePattern ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasLinePattern:()Z ]
mxGeneralShape.hasLineWeight ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasLineWeight:()Z ]
mxGeneralShape.hasLocPinX ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasLocPinX:()Z ]
mxGeneralShape.hasLocPinY ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasLocPinY:()Z ]
mxGeneralShape.hasPinX ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasPinX:()Z ]
mxGeneralShape.hasPinY ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasPinY:()Z ]
mxGeneralShape.hasPrimaryTag ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasPrimaryTag:(Ljava/lang/String;)Z ]
mxGeneralShape.hasRounding ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasRounding:()Z ]
mxGeneralShape.hasRTLText ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasRTLText:(Ljava/lang/String;)Z ]
mxGeneralShape.hasSecundaryTag ( org.w3c.dom.Element p1, String p2 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasSecundaryTag:(Lorg/w3c/dom/Element;Ljava/lang/String;)Z ]
mxGeneralShape.hasShdwPattern ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasShdwPattern:()Z ]
mxGeneralShape.hasSpAfter ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasSpAfter:(Ljava/lang/String;)Z ]
mxGeneralShape.hasSpBefore ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasSpBefore:(Ljava/lang/String;)Z ]
mxGeneralShape.hasSpLine ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasSpLine:(Ljava/lang/String;)Z ]
mxGeneralShape.hasText ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasText:()Z ]
mxGeneralShape.hasTextBkgndColor ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextBkgndColor:()Z ]
mxGeneralShape.hasTextBottomMargin ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextBottomMargin:()Z ]
mxGeneralShape.hasTextCase ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextCase:(Ljava/lang/String;)Z ]
mxGeneralShape.hasTextColor ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextColor:(Ljava/lang/String;)Z ]
mxGeneralShape.hasTextFont ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextFont:(Ljava/lang/String;)Z ]
mxGeneralShape.hasTextLeftMargin ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextLeftMargin:()Z ]
mxGeneralShape.hasTextPos ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextPos:(Ljava/lang/String;)Z ]
mxGeneralShape.hasTextRightMargin ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextRightMargin:()Z ]
mxGeneralShape.hasTextSize ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextSize:(Ljava/lang/String;)Z ]
mxGeneralShape.hasTextStrike ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextStrike:(Ljava/lang/String;)Z ]
mxGeneralShape.hasTextStyle ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextStyle:(Ljava/lang/String;)Z ]
mxGeneralShape.hasTextTopMargin ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTextTopMargin:()Z ]
mxGeneralShape.hasTransparence ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTransparence:()Z ]
mxGeneralShape.hasTxtAngle ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasTxtAngle:()Z ]
mxGeneralShape.hasVerticalAlign ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasVerticalAlign:()Z ]
mxGeneralShape.hasWidth ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasWidth:()Z ]
mxGeneralShape.hasXForm1D ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.hasXForm1D:()Z ]
mxGeneralShape.mxGeneralShape ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape."<init>":(Lorg/w3c/dom/Element;)V ]
mxGeneralShape.setShape ( org.w3c.dom.Element p1 ):void
[ run-time name: com/mxgraph/io/vdx/mxGeneralShape.setShape:(Lorg/w3c/dom/Element;)V ]
jgraphx.jar, mxGmlCodec.class
package com.mxgraph.io
mxGmlCodec.addEdgeData ( gml.mxGmlEdge p1, com.mxgraph.model.mxCell p2 ) [static]:void
[ run-time name: com/mxgraph/io/mxGmlCodec.addEdgeData:(Lcom/mxgraph/io/gml/mxGmlEdge;Lcom/mxgraph/model/mxCell;)V ]
mxGmlCodec.addNodeData ( gml.mxGmlNode p1, com.mxgraph.model.mxCell p2 ) [static]:void
[ run-time name: com/mxgraph/io/mxGmlCodec.addNodeData:(Lcom/mxgraph/io/gml/mxGmlNode;Lcom/mxgraph/model/mxCell;)V ]
mxGmlCodec.decode ( org.w3c.dom.Document p1, com.mxgraph.view.mxGraph p2 ) [static]:void
[ run-time name: com/mxgraph/io/mxGmlCodec.decode:(Lorg/w3c/dom/Document;Lcom/mxgraph/view/mxGraph;)V ]
mxGmlCodec.decodeGraph ( com.mxgraph.view.mxGraph p1, Object p2, gml.mxGmlGraph p3 ) [static]:gml.mxGmlGraph
[ run-time name: com/mxgraph/io/mxGmlCodec.decodeGraph:(Lcom/mxgraph/view/mxGraph;Ljava/lang/Object;Lcom/mxgraph/io/gml/mxGmlGraph;)Lcom/mxgraph/io/gml/mxGmlGraph; ]
mxGmlCodec.encode ( com.mxgraph.view.mxGraph p1 ) [static]:org.w3c.dom.Document
[ run-time name: com/mxgraph/io/mxGmlCodec.encode:(Lcom/mxgraph/view/mxGraph;)Lorg/w3c/dom/Document; ]
mxGmlCodec.encodeXML ( gml.mxGmlGraph p1 ) [static]:org.w3c.dom.Document
[ run-time name: com/mxgraph/io/mxGmlCodec.encodeXML:(Lcom/mxgraph/io/gml/mxGmlGraph;)Lorg/w3c/dom/Document; ]
mxGmlCodec.mxGmlCodec ( )
[ run-time name: com/mxgraph/io/mxGmlCodec."<init>":()V ]
jgraphx.jar, mxGmlConstants.class
package com.mxgraph.io.gml
mxGmlConstants.mxGmlConstants ( )
[ run-time name: com/mxgraph/io/gml/mxGmlConstants."<init>":()V ]
jgraphx.jar, mxGmlData.class
package com.mxgraph.io.gml
mxGmlData.generateEdgeElement ( org.w3c.dom.Document p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlData.generateEdgeElement:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element; ]
mxGmlData.generateNodeElement ( org.w3c.dom.Document p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlData.generateNodeElement:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element; ]
mxGmlData.getDataId ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlData.getDataId:()Ljava/lang/String; ]
mxGmlData.getDataKey ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlData.getDataKey:()Ljava/lang/String; ]
mxGmlData.getDataShapeEdge ( ):mxGmlShapeEdge
[ run-time name: com/mxgraph/io/gml/mxGmlData.getDataShapeEdge:()Lcom/mxgraph/io/gml/mxGmlShapeEdge; ]
mxGmlData.getDataShapeNode ( ):mxGmlShapeNode
[ run-time name: com/mxgraph/io/gml/mxGmlData.getDataShapeNode:()Lcom/mxgraph/io/gml/mxGmlShapeNode; ]
mxGmlData.getDataValue ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlData.getDataValue:()Ljava/lang/String; ]
mxGmlData.mxGmlData ( )
[ run-time name: com/mxgraph/io/gml/mxGmlData."<init>":()V ]
mxGmlData.mxGmlData ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/gml/mxGmlData."<init>":(Lorg/w3c/dom/Element;)V ]
mxGmlData.mxGmlData ( String p1, String p2, String p3, mxGmlShapeEdge p4, mxGmlShapeNode p5 )
[ run-time name: com/mxgraph/io/gml/mxGmlData."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/mxgraph/io/gml/mxGmlShapeEdge;Lcom/mxgraph/io/gml/mxGmlShapeNode;)V ]
mxGmlData.setDataId ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlData.setDataId:(Ljava/lang/String;)V ]
mxGmlData.setDataKey ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlData.setDataKey:(Ljava/lang/String;)V ]
mxGmlData.setDataShapeEdge ( mxGmlShapeEdge p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlData.setDataShapeEdge:(Lcom/mxgraph/io/gml/mxGmlShapeEdge;)V ]
mxGmlData.setDataShapeNode ( mxGmlShapeNode p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlData.setDataShapeNode:(Lcom/mxgraph/io/gml/mxGmlShapeNode;)V ]
mxGmlData.setDataValue ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlData.setDataValue:(Ljava/lang/String;)V ]
jgraphx.jar, mxGmlEdge.class
package com.mxgraph.io.gml
mxGmlEdge.generateElement ( org.w3c.dom.Document p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.generateElement:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element; ]
mxGmlEdge.getEdgeData ( ):mxGmlData
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.getEdgeData:()Lcom/mxgraph/io/gml/mxGmlData; ]
mxGmlEdge.getEdgeDataMap ( ):java.util.HashMap
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.getEdgeDataMap:()Ljava/util/HashMap; ]
mxGmlEdge.getEdgeDirected ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.getEdgeDirected:()Ljava/lang/String; ]
mxGmlEdge.getEdgeId ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.getEdgeId:()Ljava/lang/String; ]
mxGmlEdge.getEdgeSource ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.getEdgeSource:()Ljava/lang/String; ]
mxGmlEdge.getEdgeSourcePort ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.getEdgeSourcePort:()Ljava/lang/String; ]
mxGmlEdge.getEdgeStyle ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.getEdgeStyle:()Ljava/lang/String; ]
mxGmlEdge.getEdgeTarget ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.getEdgeTarget:()Ljava/lang/String; ]
mxGmlEdge.getEdgeTargetPort ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.getEdgeTargetPort:()Ljava/lang/String; ]
mxGmlEdge.mxGmlEdge ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/gml/mxGmlEdge."<init>":(Lorg/w3c/dom/Element;)V ]
mxGmlEdge.mxGmlEdge ( String p1, String p2, String p3, String p4 )
[ run-time name: com/mxgraph/io/gml/mxGmlEdge."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
mxGmlEdge.setEdgeData ( mxGmlData p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.setEdgeData:(Lcom/mxgraph/io/gml/mxGmlData;)V ]
mxGmlEdge.setEdgeDataMap ( java.util.HashMap p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.setEdgeDataMap:(Ljava/util/HashMap;)V ]
mxGmlEdge.setEdgeDirected ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.setEdgeDirected:(Ljava/lang/String;)V ]
mxGmlEdge.setEdgeId ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.setEdgeId:(Ljava/lang/String;)V ]
mxGmlEdge.setEdgeSource ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.setEdgeSource:(Ljava/lang/String;)V ]
mxGmlEdge.setEdgeSourcePort ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.setEdgeSourcePort:(Ljava/lang/String;)V ]
mxGmlEdge.setEdgeTarget ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.setEdgeTarget:(Ljava/lang/String;)V ]
mxGmlEdge.setEdgeTargetPort ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlEdge.setEdgeTargetPort:(Ljava/lang/String;)V ]
jgraphx.jar, mxGmlGraph.class
package com.mxgraph.io.gml
mxGmlGraph.addGraph ( com.mxgraph.view.mxGraph p1, Object p2 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.addGraph:(Lcom/mxgraph/view/mxGraph;Ljava/lang/Object;)V ]
mxGmlGraph.dataEdgeKey ( mxGmlEdge p1 ) [static]:mxGmlData
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.dataEdgeKey:(Lcom/mxgraph/io/gml/mxGmlEdge;)Lcom/mxgraph/io/gml/mxGmlData; ]
mxGmlGraph.dataNodeKey ( mxGmlNode p1 ) [static]:mxGmlData
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.dataNodeKey:(Lcom/mxgraph/io/gml/mxGmlNode;)Lcom/mxgraph/io/gml/mxGmlData; ]
mxGmlGraph.generateElement ( org.w3c.dom.Document p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.generateElement:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element; ]
mxGmlGraph.getEdgedefault ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.getEdgedefault:()Ljava/lang/String; ]
mxGmlGraph.getEdges ( ):java.util.List
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.getEdges:()Ljava/util/List; ]
mxGmlGraph.getId ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.getId:()Ljava/lang/String; ]
mxGmlGraph.getNodes ( ):java.util.List
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.getNodes:()Ljava/util/List; ]
mxGmlGraph.hasData ( mxGmlNode p1 ) [static]:boolean
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.hasData:(Lcom/mxgraph/io/gml/mxGmlNode;)Z ]
mxGmlGraph.isEmpty ( ):boolean
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.isEmpty:()Z ]
mxGmlGraph.mxGmlGraph ( )
[ run-time name: com/mxgraph/io/gml/mxGmlGraph."<init>":()V ]
mxGmlGraph.mxGmlGraph ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/gml/mxGmlGraph."<init>":(Lorg/w3c/dom/Element;)V ]
mxGmlGraph.mxGmlGraph ( String p1, String p2 )
[ run-time name: com/mxgraph/io/gml/mxGmlGraph."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
mxGmlGraph.setEdgedefault ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.setEdgedefault:(Ljava/lang/String;)V ]
mxGmlGraph.setEdges ( java.util.List p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.setEdges:(Ljava/util/List;)V ]
mxGmlGraph.setId ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.setId:(Ljava/lang/String;)V ]
mxGmlGraph.setNodes ( java.util.List p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlGraph.setNodes:(Ljava/util/List;)V ]
jgraphx.jar, mxGmlKey.class
package com.mxgraph.io.gml
mxGmlKey.enumForValue ( String p1 ):mxGmlKey.keyForValues
[ run-time name: com/mxgraph/io/gml/mxGmlKey.enumForValue:(Ljava/lang/String;)Lcom/mxgraph/io/gml/mxGmlKey$keyForValues; ]
mxGmlKey.enumTypeValue ( String p1 ):mxGmlKey.keyTypeValues
[ run-time name: com/mxgraph/io/gml/mxGmlKey.enumTypeValue:(Ljava/lang/String;)Lcom/mxgraph/io/gml/mxGmlKey$keyTypeValues; ]
mxGmlKey.generateElement ( org.w3c.dom.Document p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlKey.generateElement:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element; ]
mxGmlKey.getKeyDefault ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlKey.getKeyDefault:()Ljava/lang/String; ]
mxGmlKey.getKeyFor ( ):mxGmlKey.keyForValues
[ run-time name: com/mxgraph/io/gml/mxGmlKey.getKeyFor:()Lcom/mxgraph/io/gml/mxGmlKey$keyForValues; ]
mxGmlKey.getKeyId ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlKey.getKeyId:()Ljava/lang/String; ]
mxGmlKey.getKeyName ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlKey.getKeyName:()Ljava/lang/String; ]
mxGmlKey.getKeyType ( ):mxGmlKey.keyTypeValues
[ run-time name: com/mxgraph/io/gml/mxGmlKey.getKeyType:()Lcom/mxgraph/io/gml/mxGmlKey$keyTypeValues; ]
mxGmlKey.mxGmlKey ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/gml/mxGmlKey."<init>":(Lorg/w3c/dom/Element;)V ]
mxGmlKey.mxGmlKey ( String p1, mxGmlKey.keyForValues p2, String p3, mxGmlKey.keyTypeValues p4 )
[ run-time name: com/mxgraph/io/gml/mxGmlKey."<init>":(Ljava/lang/String;Lcom/mxgraph/io/gml/mxGmlKey$keyForValues;Ljava/lang/String;Lcom/mxgraph/io/gml/mxGmlKey$keyTypeValues;)V ]
mxGmlKey.setKeyDefault ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlKey.setKeyDefault:(Ljava/lang/String;)V ]
mxGmlKey.setKeyFor ( mxGmlKey.keyForValues p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlKey.setKeyFor:(Lcom/mxgraph/io/gml/mxGmlKey$keyForValues;)V ]
mxGmlKey.setKeyId ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlKey.setKeyId:(Ljava/lang/String;)V ]
mxGmlKey.setKeyName ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlKey.setKeyName:(Ljava/lang/String;)V ]
mxGmlKey.setKeyType ( mxGmlKey.keyTypeValues p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlKey.setKeyType:(Lcom/mxgraph/io/gml/mxGmlKey$keyTypeValues;)V ]
mxGmlKey.stringForValue ( mxGmlKey.keyForValues p1 ):String
[ run-time name: com/mxgraph/io/gml/mxGmlKey.stringForValue:(Lcom/mxgraph/io/gml/mxGmlKey$keyForValues;)Ljava/lang/String; ]
mxGmlKey.stringTypeValue ( mxGmlKey.keyTypeValues p1 ):String
[ run-time name: com/mxgraph/io/gml/mxGmlKey.stringTypeValue:(Lcom/mxgraph/io/gml/mxGmlKey$keyTypeValues;)Ljava/lang/String; ]
jgraphx.jar, mxGmlKeyManager.class
package com.mxgraph.io.gml
mxGmlKeyManager.getInstance ( ) [static]:mxGmlKeyManager
[ run-time name: com/mxgraph/io/gml/mxGmlKeyManager.getInstance:()Lcom/mxgraph/io/gml/mxGmlKeyManager; ]
mxGmlKeyManager.getKeyMap ( ):java.util.HashMap
[ run-time name: com/mxgraph/io/gml/mxGmlKeyManager.getKeyMap:()Ljava/util/HashMap; ]
mxGmlKeyManager.initialise ( org.w3c.dom.Document p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlKeyManager.initialise:(Lorg/w3c/dom/Document;)V ]
mxGmlKeyManager.setKeyMap ( java.util.HashMap p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlKeyManager.setKeyMap:(Ljava/util/HashMap;)V ]
jgraphx.jar, mxGmlNode.class
package com.mxgraph.io.gml
mxGmlNode.generateElement ( org.w3c.dom.Document p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlNode.generateElement:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element; ]
mxGmlNode.getNodeData ( ):mxGmlData
[ run-time name: com/mxgraph/io/gml/mxGmlNode.getNodeData:()Lcom/mxgraph/io/gml/mxGmlData; ]
mxGmlNode.getNodeDataMap ( ):java.util.HashMap
[ run-time name: com/mxgraph/io/gml/mxGmlNode.getNodeDataMap:()Ljava/util/HashMap; ]
mxGmlNode.getNodeGraph ( ):java.util.List
[ run-time name: com/mxgraph/io/gml/mxGmlNode.getNodeGraph:()Ljava/util/List; ]
mxGmlNode.getNodeId ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlNode.getNodeId:()Ljava/lang/String; ]
mxGmlNode.getNodePort ( ):java.util.HashMap
[ run-time name: com/mxgraph/io/gml/mxGmlNode.getNodePort:()Ljava/util/HashMap; ]
mxGmlNode.mxGmlNode ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/gml/mxGmlNode."<init>":(Lorg/w3c/dom/Element;)V ]
mxGmlNode.mxGmlNode ( String p1, mxGmlData p2 )
[ run-time name: com/mxgraph/io/gml/mxGmlNode."<init>":(Ljava/lang/String;Lcom/mxgraph/io/gml/mxGmlData;)V ]
mxGmlNode.setNodeData ( mxGmlData p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlNode.setNodeData:(Lcom/mxgraph/io/gml/mxGmlData;)V ]
mxGmlNode.setNodeDataMap ( java.util.HashMap p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlNode.setNodeDataMap:(Ljava/util/HashMap;)V ]
mxGmlNode.setNodeGraph ( java.util.List p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlNode.setNodeGraph:(Ljava/util/List;)V ]
mxGmlNode.setNodeId ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlNode.setNodeId:(Ljava/lang/String;)V ]
mxGmlNode.setNodePort ( java.util.HashMap p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlNode.setNodePort:(Ljava/util/HashMap;)V ]
jgraphx.jar, mxGmlPort.class
package com.mxgraph.io.gml
mxGmlPort.generateElement ( org.w3c.dom.Document p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlPort.generateElement:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element; ]
mxGmlPort.getName ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlPort.getName:()Ljava/lang/String; ]
mxGmlPort.getPortDataMap ( ):java.util.HashMap
[ run-time name: com/mxgraph/io/gml/mxGmlPort.getPortDataMap:()Ljava/util/HashMap; ]
mxGmlPort.mxGmlPort ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/gml/mxGmlPort."<init>":(Lorg/w3c/dom/Element;)V ]
mxGmlPort.mxGmlPort ( String p1 )
[ run-time name: com/mxgraph/io/gml/mxGmlPort."<init>":(Ljava/lang/String;)V ]
mxGmlPort.setName ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlPort.setName:(Ljava/lang/String;)V ]
mxGmlPort.setPortDataMap ( java.util.HashMap p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlPort.setPortDataMap:(Ljava/util/HashMap;)V ]
jgraphx.jar, mxGmlShapeEdge.class
package com.mxgraph.io.gml
mxGmlShapeEdge.generateElement ( org.w3c.dom.Document p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge.generateElement:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element; ]
mxGmlShapeEdge.getEdgeSource ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge.getEdgeSource:()Ljava/lang/String; ]
mxGmlShapeEdge.getEdgeTarget ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge.getEdgeTarget:()Ljava/lang/String; ]
mxGmlShapeEdge.getStyle ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge.getStyle:()Ljava/lang/String; ]
mxGmlShapeEdge.getText ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge.getText:()Ljava/lang/String; ]
mxGmlShapeEdge.mxGmlShapeEdge ( )
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge."<init>":()V ]
mxGmlShapeEdge.mxGmlShapeEdge ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge."<init>":(Lorg/w3c/dom/Element;)V ]
mxGmlShapeEdge.mxGmlShapeEdge ( String p1, String p2 )
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
mxGmlShapeEdge.setEdgeSource ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge.setEdgeSource:(Ljava/lang/String;)V ]
mxGmlShapeEdge.setEdgeTarget ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge.setEdgeTarget:(Ljava/lang/String;)V ]
mxGmlShapeEdge.setStyle ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge.setStyle:(Ljava/lang/String;)V ]
mxGmlShapeEdge.setText ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeEdge.setText:(Ljava/lang/String;)V ]
jgraphx.jar, mxGmlShapeNode.class
package com.mxgraph.io.gml
mxGmlShapeNode.generateElement ( org.w3c.dom.Document p1 ):org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.generateElement:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Element; ]
mxGmlShapeNode.getDataHeight ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.getDataHeight:()Ljava/lang/String; ]
mxGmlShapeNode.getDataLabel ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.getDataLabel:()Ljava/lang/String; ]
mxGmlShapeNode.getDataStyle ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.getDataStyle:()Ljava/lang/String; ]
mxGmlShapeNode.getDataWidth ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.getDataWidth:()Ljava/lang/String; ]
mxGmlShapeNode.getDataX ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.getDataX:()Ljava/lang/String; ]
mxGmlShapeNode.getDataY ( ):String
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.getDataY:()Ljava/lang/String; ]
mxGmlShapeNode.mxGmlShapeNode ( )
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode."<init>":()V ]
mxGmlShapeNode.mxGmlShapeNode ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode."<init>":(Lorg/w3c/dom/Element;)V ]
mxGmlShapeNode.mxGmlShapeNode ( String p1, String p2, String p3, String p4, String p5 )
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
mxGmlShapeNode.setDataHeight ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.setDataHeight:(Ljava/lang/String;)V ]
mxGmlShapeNode.setDataLabel ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.setDataLabel:(Ljava/lang/String;)V ]
mxGmlShapeNode.setDataStyle ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.setDataStyle:(Ljava/lang/String;)V ]
mxGmlShapeNode.setDataWidth ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.setDataWidth:(Ljava/lang/String;)V ]
mxGmlShapeNode.setDataX ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.setDataX:(Ljava/lang/String;)V ]
mxGmlShapeNode.setDataY ( String p1 ):void
[ run-time name: com/mxgraph/io/gml/mxGmlShapeNode.setDataY:(Ljava/lang/String;)V ]
jgraphx.jar, mxGmlUtils.class
package com.mxgraph.io.gml
mxGmlUtils.childsHasTag ( org.w3c.dom.Element p1, String p2 ) [static]:boolean
[ run-time name: com/mxgraph/io/gml/mxGmlUtils.childsHasTag:(Lorg/w3c/dom/Element;Ljava/lang/String;)Z ]
mxGmlUtils.childsTag ( org.w3c.dom.Element p1, String p2 ) [static]:org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlUtils.childsTag:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/Element; ]
mxGmlUtils.childsTags ( org.w3c.dom.Element p1, String p2 ) [static]:java.util.List
[ run-time name: com/mxgraph/io/gml/mxGmlUtils.childsTags:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/util/List; ]
mxGmlUtils.copyNodeList ( org.w3c.dom.NodeList p1 ) [static]:java.util.List
[ run-time name: com/mxgraph/io/gml/mxGmlUtils.copyNodeList:(Lorg/w3c/dom/NodeList;)Ljava/util/List; ]
mxGmlUtils.getStyleMap ( String p1, String p2 ) [static]:java.util.HashMap
[ run-time name: com/mxgraph/io/gml/mxGmlUtils.getStyleMap:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/HashMap; ]
mxGmlUtils.getStyleString ( java.util.Map p1, String p2 ) [static]:String
[ run-time name: com/mxgraph/io/gml/mxGmlUtils.getStyleString:(Ljava/util/Map;Ljava/lang/String;)Ljava/lang/String; ]
mxGmlUtils.mxGmlUtils ( )
[ run-time name: com/mxgraph/io/gml/mxGmlUtils."<init>":()V ]
mxGmlUtils.nodeListHasTag ( org.w3c.dom.NodeList p1, String p2 ) [static]:boolean
[ run-time name: com/mxgraph/io/gml/mxGmlUtils.nodeListHasTag:(Lorg/w3c/dom/NodeList;Ljava/lang/String;)Z ]
mxGmlUtils.nodeListTag ( org.w3c.dom.NodeList p1, String p2 ) [static]:org.w3c.dom.Element
[ run-time name: com/mxgraph/io/gml/mxGmlUtils.nodeListTag:(Lorg/w3c/dom/NodeList;Ljava/lang/String;)Lorg/w3c/dom/Element; ]
mxGmlUtils.nodeListTags ( org.w3c.dom.NodeList p1, String p2 ) [static]:java.util.List
[ run-time name: com/mxgraph/io/gml/mxGmlUtils.nodeListTags:(Lorg/w3c/dom/NodeList;Ljava/lang/String;)Ljava/util/List; ]
jgraphx.jar, mxMasterElement.class
package com.mxgraph.io.vdx
mxMasterElement.getMasterShape ( ):mxMasterShape
[ run-time name: com/mxgraph/io/vdx/mxMasterElement.getMasterShape:()Lcom/mxgraph/io/vdx/mxMasterShape; ]
mxMasterElement.getMasterShape ( String p1 ):mxMasterShape
[ run-time name: com/mxgraph/io/vdx/mxMasterElement.getMasterShape:(Ljava/lang/String;)Lcom/mxgraph/io/vdx/mxMasterShape; ]
mxMasterElement.getNameU ( ):String
[ run-time name: com/mxgraph/io/vdx/mxMasterElement.getNameU:()Ljava/lang/String; ]
mxMasterElement.mxMasterElement ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/vdx/mxMasterElement."<init>":(Lorg/w3c/dom/Element;)V ]
jgraphx.jar, mxMasterShape.class
package com.mxgraph.io.vdx
mxMasterShape.getDimentions ( ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/vdx/mxMasterShape.getDimentions:()Lcom/mxgraph/util/mxPoint; ]
mxMasterShape.getOriginPoint ( double p1 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/vdx/mxMasterShape.getOriginPoint:(D)Lcom/mxgraph/util/mxPoint; ]
mxMasterShape.getVertexPoints ( double p1 ):com.mxgraph.util.mxPoint[]
[ run-time name: com/mxgraph/io/vdx/mxMasterShape.getVertexPoints:(D)[Lcom/mxgraph/util/mxPoint; ]
mxMasterShape.mxMasterShape ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/vdx/mxMasterShape."<init>":(Lorg/w3c/dom/Element;)V ]
jgraphx.jar, mxMastersManager.class
package com.mxgraph.io.vdx
mxMastersManager.getInstance ( ) [static]:mxMastersManager
[ run-time name: com/mxgraph/io/vdx/mxMastersManager.getInstance:()Lcom/mxgraph/io/vdx/mxMastersManager; ]
mxMastersManager.getMaster ( String p1 ):mxMasterElement
[ run-time name: com/mxgraph/io/vdx/mxMastersManager.getMaster:(Ljava/lang/String;)Lcom/mxgraph/io/vdx/mxMasterElement; ]
mxMastersManager.getMasterElementsMap ( ):java.util.HashMap
[ run-time name: com/mxgraph/io/vdx/mxMastersManager.getMasterElementsMap:()Ljava/util/HashMap; ]
mxMastersManager.initialise ( org.w3c.dom.Document p1 ):void
[ run-time name: com/mxgraph/io/vdx/mxMastersManager.initialise:(Lorg/w3c/dom/Document;)V ]
jgraphx.jar, mxPNGzTXtDecoder.class
package com.mxgraph.util.png
mxPNGzTXtDecoder.decodezTXt ( java.io.InputStream p1 ) [static]:java.util.Map
[ run-time name: com/mxgraph/util/png/mxPNGzTXtDecoder.decodezTXt:(Ljava/io/InputStream;)Ljava/util/Map; ]
mxPNGzTXtDecoder.mxPNGzTXtDecoder ( )
[ run-time name: com/mxgraph/util/png/mxPNGzTXtDecoder."<init>":()V ]
jgraphx.jar, mxPoint.class
package com.mxgraph.util
mxPoint.toString ( ):String
[ run-time name: com/mxgraph/util/mxPoint.toString:()Ljava/lang/String; ]
jgraphx.jar, mxPropertiesManager.class
package com.mxgraph.io.vdx
mxPropertiesManager.getColor ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxPropertiesManager.getColor:(Ljava/lang/String;)Ljava/lang/String; ]
mxPropertiesManager.getFillStyle ( ):mxStyleSheet
[ run-time name: com/mxgraph/io/vdx/mxPropertiesManager.getFillStyle:()Lcom/mxgraph/io/vdx/mxStyleSheet; ]
mxPropertiesManager.getFont ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxPropertiesManager.getFont:(Ljava/lang/String;)Ljava/lang/String; ]
mxPropertiesManager.getInstance ( ) [static]:mxPropertiesManager
[ run-time name: com/mxgraph/io/vdx/mxPropertiesManager.getInstance:()Lcom/mxgraph/io/vdx/mxPropertiesManager; ]
mxPropertiesManager.getLineStyle ( ):mxStyleSheet
[ run-time name: com/mxgraph/io/vdx/mxPropertiesManager.getLineStyle:()Lcom/mxgraph/io/vdx/mxStyleSheet; ]
mxPropertiesManager.getTextStyle ( ):mxStyleSheet
[ run-time name: com/mxgraph/io/vdx/mxPropertiesManager.getTextStyle:()Lcom/mxgraph/io/vdx/mxStyleSheet; ]
mxPropertiesManager.initialise ( org.w3c.dom.Document p1 ):void
[ run-time name: com/mxgraph/io/vdx/mxPropertiesManager.initialise:(Lorg/w3c/dom/Document;)V ]
jgraphx.jar, mxStencilShape.class
package com.mxgraph.shape
mxStencilShape.createElement ( org.w3c.dom.Node p1 ):mxStencilShape.svgShape
[ run-time name: com/mxgraph/shape/mxStencilShape.createElement:(Lorg/w3c/dom/Node;)Lcom/mxgraph/shape/mxStencilShape$svgShape; ]
mxStencilShape.createShape ( org.w3c.dom.Node p1, mxStencilShape.svgShape p2 ):void
[ run-time name: com/mxgraph/shape/mxStencilShape.createShape:(Lorg/w3c/dom/Node;Lcom/mxgraph/shape/mxStencilShape$svgShape;)V ]
mxStencilShape.getIconPath ( ):String
[ run-time name: com/mxgraph/shape/mxStencilShape.getIconPath:()Ljava/lang/String; ]
mxStencilShape.getName ( ):String
[ run-time name: com/mxgraph/shape/mxStencilShape.getName:()Ljava/lang/String; ]
mxStencilShape.getStylenames ( String p1 ) [static]:java.util.Map
[ run-time name: com/mxgraph/shape/mxStencilShape.getStylenames:(Ljava/lang/String;)Ljava/util/Map; ]
mxStencilShape.mxStencilShape ( String p1 )
[ run-time name: com/mxgraph/shape/mxStencilShape."<init>":(Ljava/lang/String;)V ]
mxStencilShape.paintNode ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2, mxStencilShape.svgShape p3, double p4, double p5 ):void
[ run-time name: com/mxgraph/shape/mxStencilShape.paintNode:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;Lcom/mxgraph/shape/mxStencilShape$svgShape;DD)V ]
mxStencilShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, com.mxgraph.view.mxCellState p2 ):void
[ run-time name: com/mxgraph/shape/mxStencilShape.paintShape:(Lcom/mxgraph/canvas/mxGraphics2DCanvas;Lcom/mxgraph/view/mxCellState;)V ]
mxStencilShape.setIconPath ( String p1 ):void
[ run-time name: com/mxgraph/shape/mxStencilShape.setIconPath:(Ljava/lang/String;)V ]
mxStencilShape.setName ( String p1 ):void
[ run-time name: com/mxgraph/shape/mxStencilShape.setName:(Ljava/lang/String;)V ]
mxStencilShape.transformShape ( java.awt.Shape p1, double p2, double p3, double p4, double p5 ):void
[ run-time name: com/mxgraph/shape/mxStencilShape.transformShape:(Ljava/awt/Shape;DDDD)V ]
jgraphx.jar, mxStyleSheet.class
package com.mxgraph.io.vdx
mxStyleSheet.getFlags ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getFlags:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getHorizontalAlign ( String p1 ):int
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getHorizontalAlign:(Ljava/lang/String;)I ]
mxStyleSheet.getIndentFirst ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getIndentFirst:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getIndentLeft ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getIndentLeft:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getIndentRight ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getIndentRight:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getLetterSpace ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getLetterSpace:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getRTLText ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getRTLText:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getSpAfter ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getSpAfter:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getSpBefore ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getSpBefore:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getSpLine ( String p1 ):double
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getSpLine:(Ljava/lang/String;)D ]
mxStyleSheet.getTextColor ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getTextColor:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getTextFont ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getTextFont:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getTextSize ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getTextSize:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.getTextStrike ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getTextStrike:(Ljava/lang/String;)Z ]
mxStyleSheet.getTextStyle ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.getTextStyle:(Ljava/lang/String;)Ljava/lang/String; ]
mxStyleSheet.hasFlags ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasFlags:(Ljava/lang/String;)Z ]
mxStyleSheet.hasHorizontalAlign ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasHorizontalAlign:(Ljava/lang/String;)Z ]
mxStyleSheet.hasIndentFirst ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasIndentFirst:(Ljava/lang/String;)Z ]
mxStyleSheet.hasIndentLeft ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasIndentLeft:(Ljava/lang/String;)Z ]
mxStyleSheet.hasIndentRight ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasIndentRight:(Ljava/lang/String;)Z ]
mxStyleSheet.hasLetterSpace ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasLetterSpace:(Ljava/lang/String;)Z ]
mxStyleSheet.hasSpAfter ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasSpAfter:(Ljava/lang/String;)Z ]
mxStyleSheet.hasSpBefore ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasSpBefore:(Ljava/lang/String;)Z ]
mxStyleSheet.hasSpLine ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasSpLine:(Ljava/lang/String;)Z ]
mxStyleSheet.hasTextFont ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasTextFont:(Ljava/lang/String;)Z ]
mxStyleSheet.hasTextPos ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasTextPos:(Ljava/lang/String;)Z ]
mxStyleSheet.hasTextSize ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasTextSize:(Ljava/lang/String;)Z ]
mxStyleSheet.hasTextStrike ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasTextStrike:(Ljava/lang/String;)Z ]
mxStyleSheet.hasTextStyle ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet.hasTextStyle:(Ljava/lang/String;)Z ]
mxStyleSheet.mxStyleSheet ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/vdx/mxStyleSheet."<init>":(Lorg/w3c/dom/Element;)V ]
jgraphx.jar, mxStyleSheetManager.class
package com.mxgraph.io.vdx
mxStyleSheetManager.getInstance ( ) [static]:mxStyleSheetManager
[ run-time name: com/mxgraph/io/vdx/mxStyleSheetManager.getInstance:()Lcom/mxgraph/io/vdx/mxStyleSheetManager; ]
mxStyleSheetManager.getSheet ( String p1 ):mxStyleSheet
[ run-time name: com/mxgraph/io/vdx/mxStyleSheetManager.getSheet:(Ljava/lang/String;)Lcom/mxgraph/io/vdx/mxStyleSheet; ]
mxStyleSheetManager.getStyleSheetsMap ( ):java.util.HashMap
[ run-time name: com/mxgraph/io/vdx/mxStyleSheetManager.getStyleSheetsMap:()Ljava/util/HashMap; ]
mxStyleSheetManager.initialise ( org.w3c.dom.Document p1 ):void
[ run-time name: com/mxgraph/io/vdx/mxStyleSheetManager.initialise:(Lorg/w3c/dom/Document;)V ]
jgraphx.jar, mxUtils.class
package com.mxgraph.util
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, mxVdxCodec.class
package com.mxgraph.io
mxVdxCodec.isHtmlLabelsEnable ( ) [static]:boolean
[ run-time name: com/mxgraph/io/mxVdxCodec.isHtmlLabelsEnable:()Z ]
mxVdxCodec.setHtmlLabelsEnable ( boolean p1 ) [static]:void
[ run-time name: com/mxgraph/io/mxVdxCodec.setHtmlLabelsEnable:(Z)V ]
jgraphx.jar, mxVdxConstants.class
package com.mxgraph.io.vdx
mxVdxConstants.mxVdxConstants ( )
[ run-time name: com/mxgraph/io/vdx/mxVdxConstants."<init>":()V ]
jgraphx.jar, mxVdxShape.class
package com.mxgraph.io.vdx
mxVdxShape.addComplexShapeToGraph ( com.mxgraph.view.mxGraph p1, Object p2, double p3 ):com.mxgraph.model.mxCell
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.addComplexShapeToGraph:(Lcom/mxgraph/view/mxGraph;Ljava/lang/Object;D)Lcom/mxgraph/model/mxCell; ]
mxVdxShape.addSimpleShapeToGraph ( com.mxgraph.view.mxGraph p1, Object p2, double p3 ):com.mxgraph.model.mxCell
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.addSimpleShapeToGraph:(Lcom/mxgraph/view/mxGraph;Ljava/lang/Object;D)Lcom/mxgraph/model/mxCell; ]
mxVdxShape.containsXForm1D ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.containsXForm1D:()Z ]
mxVdxShape.getAlignVertical ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getAlignVertical:()Ljava/lang/String; ]
mxVdxShape.getBottomSpacing ( ):double
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getBottomSpacing:()D ]
mxVdxShape.getDimentions ( ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getDimentions:()Lcom/mxgraph/util/mxPoint; ]
mxVdxShape.getEdgeStyle ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getEdgeStyle:()Ljava/lang/String; ]
mxVdxShape.getFinalArrow ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getFinalArrow:()Ljava/lang/String; ]
mxVdxShape.getFinalArrowSize ( ):float
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getFinalArrowSize:()F ]
mxVdxShape.getIsRounded ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getIsRounded:()Ljava/lang/String; ]
mxVdxShape.getIsShadow ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getIsShadow:()Ljava/lang/String; ]
mxVdxShape.getLabelBkgndColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getLabelBkgndColor:()Ljava/lang/String; ]
mxVdxShape.getLabelRotation ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getLabelRotation:()Z ]
mxVdxShape.getLeftSpacing ( ):double
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getLeftSpacing:()D ]
mxVdxShape.getLineStrokeColor ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getLineStrokeColor:()Ljava/lang/String; ]
mxVdxShape.getLineWidth ( ):double
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getLineWidth:()D ]
mxVdxShape.getMasterId ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getMasterId:()Ljava/lang/String; ]
mxVdxShape.getOriginPoint ( double p1 ):com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getOriginPoint:(D)Lcom/mxgraph/util/mxPoint; ]
mxVdxShape.getRightSpacing ( ):double
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getRightSpacing:()D ]
mxVdxShape.getRotation ( ):double
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getRotation:()D ]
mxVdxShape.getShapeMasterId ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getShapeMasterId:()Ljava/lang/String; ]
mxVdxShape.getStartArrow ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getStartArrow:()Ljava/lang/String; ]
mxVdxShape.getStartArrowSize ( ):float
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getStartArrowSize:()F ]
mxVdxShape.getStyleFromEdgeShape ( double p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getStyleFromEdgeShape:(D)Ljava/lang/String; ]
mxVdxShape.getStyleFromShape ( double p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getStyleFromShape:(D)Ljava/lang/String; ]
mxVdxShape.getTextLabel ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getTextLabel:()Ljava/lang/String; ]
mxVdxShape.getTopSpacing ( ):double
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getTopSpacing:()D ]
mxVdxShape.getVertexPoints ( double p1 ):com.mxgraph.util.mxPoint[]
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.getVertexPoints:(D)[Lcom/mxgraph/util/mxPoint; ]
mxVdxShape.isComplexShape ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.isComplexShape:()Z ]
mxVdxShape.isConnectorBigNameU ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.isConnectorBigNameU:(Ljava/lang/String;)Z ]
mxVdxShape.isDashed ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.isDashed:()Z ]
mxVdxShape.isExceptionEdge ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.isExceptionEdge:()Z ]
mxVdxShape.isGroup ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.isGroup:()Z ]
mxVdxShape.isSupportedShape ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.isSupportedShape:()Z ]
mxVdxShape.isVertexShape ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.isVertexShape:()Z ]
mxVdxShape.lookForMasterId ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShape.lookForMasterId:()Ljava/lang/String; ]
mxVdxShape.mxVdxShape ( org.w3c.dom.Element p1 )
[ run-time name: com/mxgraph/io/vdx/mxVdxShape."<init>":(Lorg/w3c/dom/Element;)V ]
jgraphx.jar, mxVdxShapeForm.class
package com.mxgraph.io.vdx
mxVdxShapeForm.getAproxForm ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.getAproxForm:()Ljava/lang/String; ]
mxVdxShapeForm.getDirection ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.getDirection:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxShapeForm.getForm ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.getForm:()Ljava/lang/String; ]
mxVdxShapeForm.getPerimeter ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.getPerimeter:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxShapeForm.isActor ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isActor:()Z ]
mxVdxShapeForm.isAND ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isAND:()Z ]
mxVdxShapeForm.isBuff ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isBuff:()Z ]
mxVdxShapeForm.isCard ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isCard:()Z ]
mxVdxShapeForm.isCeiling_fan ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isCeiling_fan:()Z ]
mxVdxShapeForm.isCloud ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isCloud:()Z ]
mxVdxShapeForm.isCollate ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isCollate:()Z ]
mxVdxShapeForm.isComponent ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isComponent:()Z ]
mxVdxShapeForm.isConcentricity ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isConcentricity:()Z ]
mxVdxShapeForm.isCylinder ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isCylinder:()Z ]
mxVdxShapeForm.isData ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isData:()Z ]
mxVdxShapeForm.isDivided_process ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isDivided_process:()Z ]
mxVdxShapeForm.isDocument ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isDocument:()Z ]
mxVdxShapeForm.isDocument_file ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isDocument_file:()Z ]
mxVdxShapeForm.isDouble_Delta ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isDouble_Delta:()Z ]
mxVdxShapeForm.isDoubleEllipse ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isDoubleEllipse:()Z ]
mxVdxShapeForm.isEastDirection ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isEastDirection:()Z ]
mxVdxShapeForm.isEllipse ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isEllipse:()Z ]
mxVdxShapeForm.isExternal_organization ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isExternal_organization:()Z ]
mxVdxShapeForm.isExternal_process ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isExternal_process:()Z ]
mxVdxShapeForm.isHexagon ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isHexagon:()Z ]
mxVdxShapeForm.isInternalstorage ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isInternalstorage:()Z ]
mxVdxShapeForm.isInverter ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isInverter:()Z ]
mxVdxShapeForm.isLined_document ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isLined_document:()Z ]
mxVdxShapeForm.isLined_Shaded_process ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isLined_Shaded_process:()Z ]
mxVdxShapeForm.isMagnetictape ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isMagnetictape:()Z ]
mxVdxShapeForm.isMain_control ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isMain_control:()Z ]
mxVdxShapeForm.isManualinput ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isManualinput:()Z ]
mxVdxShapeForm.isMicroform ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isMicroform:()Z ]
mxVdxShapeForm.isMUX ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isMUX:()Z ]
mxVdxShapeForm.isNode ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isNode:()Z ]
mxVdxShapeForm.isNote ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isNote:()Z ]
mxVdxShapeForm.isOff_line_storage ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isOff_line_storage:()Z ]
mxVdxShapeForm.isOff_page_reference ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isOff_page_reference:()Z ]
mxVdxShapeForm.isOperation_inspection ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isOperation_inspection:()Z ]
mxVdxShapeForm.isOr ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isOr:()Z ]
mxVdxShapeForm.isOR ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isOR:()Z ]
mxVdxShapeForm.isPapertape ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isPapertape:()Z ]
mxVdxShapeForm.isParallel_mode ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isParallel_mode:()Z ]
mxVdxShapeForm.isPLC ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isPLC:()Z ]
mxVdxShapeForm.isPredefinedprocess ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isPredefinedprocess:()Z ]
mxVdxShapeForm.isPump ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isPump:()Z ]
mxVdxShapeForm.isRectangle ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isRectangle:()Z ]
mxVdxShapeForm.isResistance_seam ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isResistance_seam:()Z ]
mxVdxShapeForm.isReturn ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isReturn:()Z ]
mxVdxShapeForm.isRhombus ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isRhombus:()Z ]
mxVdxShapeForm.isRhombusAprox ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isRhombusAprox:()Z ]
mxVdxShapeForm.isRounded ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isRounded:()Z ]
mxVdxShapeForm.isScreening_device ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isScreening_device:()Z ]
mxVdxShapeForm.isSecurity_booth ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isSecurity_booth:()Z ]
mxVdxShapeForm.isSemicircle ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isSemicircle:()Z ]
mxVdxShapeForm.isSimpleComplex ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isSimpleComplex:()Z ]
mxVdxShapeForm.isSort ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isSort:()Z ]
mxVdxShapeForm.isSouthDirection ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isSouthDirection:()Z ]
mxVdxShapeForm.isStoreddata ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isStoreddata:()Z ]
mxVdxShapeForm.isSubproces ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isSubproces:()Z ]
mxVdxShapeForm.isSwimlane ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isSwimlane:()Z ]
mxVdxShapeForm.isSystem_database ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isSystem_database:()Z ]
mxVdxShapeForm.isSystem_function ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isSystem_function:()Z ]
mxVdxShapeForm.isTransportation ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isTransportation:()Z ]
mxVdxShapeForm.isTriangle ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isTriangle:()Z ]
mxVdxShapeForm.isWeight_device ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isWeight_device:()Z ]
mxVdxShapeForm.isXOR ( ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm.isXOR:()Z ]
mxVdxShapeForm.mxVdxShapeForm ( mxVdxShape p1, mxMasterShape p2, mxMasterElement p3, double p4 )
[ run-time name: com/mxgraph/io/vdx/mxVdxShapeForm."<init>":(Lcom/mxgraph/io/vdx/mxVdxShape;Lcom/mxgraph/io/vdx/mxMasterShape;Lcom/mxgraph/io/vdx/mxMasterElement;D)V ]
jgraphx.jar, mxVdxTextParser.class
package com.mxgraph.io.vdx
mxVdxTextParser.getBulletValue ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getBulletValue:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getCase ( String p1 ):int
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getCase:(Ljava/lang/String;)I ]
mxVdxTextParser.getCharDirection ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getCharDirection:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getCharSpace ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getCharSpace:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getHorzAlign ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getHorzAlign:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getHtmlTextContent ( ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getHtmlTextContent:()Ljava/lang/String; ]
mxVdxTextParser.getIndFirst ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getIndFirst:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getIndLeft ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getIndLeft:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getIndRight ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getIndRight:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getPos ( String p1 ):int
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getPos:(Ljava/lang/String;)I ]
mxVdxTextParser.getSpcAfter ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getSpcAfter:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getSpcBefore ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getSpcBefore:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getSpcLine ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getSpcLine:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getTextCharFormated ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getTextCharFormated:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getTextDirection ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getTextDirection:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getTextFont ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getTextFont:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.getTextParagraphFormated ( String p1 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.getTextParagraphFormated:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxTextParser.insertAttributes ( String p1, java.util.HashMap p2 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.insertAttributes:(Ljava/lang/String;Ljava/util/HashMap;)Ljava/lang/String; ]
mxVdxTextParser.isBold ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.isBold:(Ljava/lang/String;)Z ]
mxVdxTextParser.isItalic ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.isItalic:(Ljava/lang/String;)Z ]
mxVdxTextParser.isSmallCaps ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.isSmallCaps:(Ljava/lang/String;)Z ]
mxVdxTextParser.isStrikeThru ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.isStrikeThru:(Ljava/lang/String;)Z ]
mxVdxTextParser.isUnderline ( String p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.isUnderline:(Ljava/lang/String;)Z ]
mxVdxTextParser.mxVdxTextParser ( mxVdxShape p1, mxMasterShape p2, mxStyleSheet p3 )
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser."<init>":(Lcom/mxgraph/io/vdx/mxVdxShape;Lcom/mxgraph/io/vdx/mxMasterShape;Lcom/mxgraph/io/vdx/mxStyleSheet;)V ]
mxVdxTextParser.textToList ( String p1, String p2 ):String
[ run-time name: com/mxgraph/io/vdx/mxVdxTextParser.textToList:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
jgraphx.jar, mxVdxUtils.class
package com.mxgraph.io.vdx
mxVdxUtils.adjustConstraint ( com.mxgraph.util.mxPoint p1 ) [static]:com.mxgraph.util.mxPoint
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.adjustConstraint:(Lcom/mxgraph/util/mxPoint;)Lcom/mxgraph/util/mxPoint; ]
mxVdxUtils.conversionFactor ( ) [static]:double
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.conversionFactor:()D ]
mxVdxUtils.copyNodeList ( org.w3c.dom.NodeList p1 ) [static]:java.util.List
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.copyNodeList:(Lorg/w3c/dom/NodeList;)Ljava/util/List; ]
mxVdxUtils.getOrderArray ( java.util.List p1, java.util.HashMap p2 ) [static]:Object[]
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.getOrderArray:(Ljava/util/List;Ljava/util/HashMap;)[Ljava/lang/Object; ]
mxVdxUtils.getStyleMap ( String p1, String p2 ) [static]:java.util.HashMap
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.getStyleMap:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/HashMap; ]
mxVdxUtils.getStyleString ( java.util.Map p1, String p2 ) [static]:String
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.getStyleString:(Ljava/util/Map;Ljava/lang/String;)Ljava/lang/String; ]
mxVdxUtils.mxVdxUtils ( )
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils."<init>":()V ]
mxVdxUtils.nodeListHasTag ( org.w3c.dom.NodeList p1, String p2 ) [static]:boolean
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.nodeListHasTag:(Lorg/w3c/dom/NodeList;Ljava/lang/String;)Z ]
mxVdxUtils.nodeListTag ( org.w3c.dom.NodeList p1, String p2 ) [static]:org.w3c.dom.Element
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.nodeListTag:(Lorg/w3c/dom/NodeList;Ljava/lang/String;)Lorg/w3c/dom/Element; ]
mxVdxUtils.nodeListTagIndexed ( org.w3c.dom.NodeList p1, String p2, String p3 ) [static]:org.w3c.dom.Element
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.nodeListTagIndexed:(Lorg/w3c/dom/NodeList;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element; ]
mxVdxUtils.nodeListTags ( org.w3c.dom.NodeList p1, String p2 ) [static]:java.util.List
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.nodeListTags:(Lorg/w3c/dom/NodeList;Ljava/lang/String;)Ljava/util/List; ]
mxVdxUtils.printPointList ( java.util.List p1 ) [static]:void
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.printPointList:(Ljava/util/List;)V ]
mxVdxUtils.surroundedByTags ( String p1, String p2 ) [static]:String
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.surroundedByTags:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
mxVdxUtils.toInitialCapital ( String p1 ) [static]:String
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.toInitialCapital:(Ljava/lang/String;)Ljava/lang/String; ]
mxVdxUtils.toSmallCaps ( String p1, String p2 ) [static]:String
[ run-time name: com/mxgraph/io/vdx/mxVdxUtils.toSmallCaps:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
jgraphx.jar, NormalizingReader.class
package com.mxgraph.util.svg
NormalizingReader.getColumn ( ) [abstract]:int
[ run-time name: com/mxgraph/util/svg/NormalizingReader.getColumn:()I ]
NormalizingReader.getLine ( ) [abstract]:int
[ run-time name: com/mxgraph/util/svg/NormalizingReader.getLine:()I ]
NormalizingReader.NormalizingReader ( )
[ run-time name: com/mxgraph/util/svg/NormalizingReader."<init>":()V ]
NormalizingReader.read ( char[] p1, int p2, int p3 ):int
[ run-time name: com/mxgraph/util/svg/NormalizingReader.read:([CII)I ]
jgraphx.jar, NumberParser.class
package com.mxgraph.util.svg
NumberParser.buildFloat ( int p1, int p2 ) [static]:float
[ run-time name: com/mxgraph/util/svg/NumberParser.buildFloat:(II)F ]
NumberParser.NumberParser ( )
[ run-time name: com/mxgraph/util/svg/NumberParser."<init>":()V ]
NumberParser.parseFloat ( ):float
[ run-time name: com/mxgraph/util/svg/NumberParser.parseFloat:()F ]
jgraphx.jar, PageShapeIDKey.class
package com.mxgraph.io.vdx
PageShapeIDKey.equals ( Object p1 ):boolean
[ run-time name: com/mxgraph/io/vdx/PageShapeIDKey.equals:(Ljava/lang/Object;)Z ]
PageShapeIDKey.getID ( ):String
[ run-time name: com/mxgraph/io/vdx/PageShapeIDKey.getID:()Ljava/lang/String; ]
PageShapeIDKey.getPageNumber ( ):int
[ run-time name: com/mxgraph/io/vdx/PageShapeIDKey.getPageNumber:()I ]
PageShapeIDKey.hashCode ( ):int
[ run-time name: com/mxgraph/io/vdx/PageShapeIDKey.hashCode:()I ]
PageShapeIDKey.PageShapeIDKey ( int p1, String p2 )
[ run-time name: com/mxgraph/io/vdx/PageShapeIDKey."<init>":(ILjava/lang/String;)V ]
PageShapeIDKey.setID ( String p1 ):void
[ run-time name: com/mxgraph/io/vdx/PageShapeIDKey.setID:(Ljava/lang/String;)V ]
PageShapeIDKey.setPageNumber ( int p1 ):void
[ run-time name: com/mxgraph/io/vdx/PageShapeIDKey.setPageNumber:(I)V ]
jgraphx.jar, ParseException.class
package com.mxgraph.util.svg
ParseException.getColumnNumber ( ):int
[ run-time name: com/mxgraph/util/svg/ParseException.getColumnNumber:()I ]
ParseException.getException ( ):Exception
[ run-time name: com/mxgraph/util/svg/ParseException.getException:()Ljava/lang/Exception; ]
ParseException.getLineNumber ( ):int
[ run-time name: com/mxgraph/util/svg/ParseException.getLineNumber:()I ]
ParseException.getMessage ( ):String
[ run-time name: com/mxgraph/util/svg/ParseException.getMessage:()Ljava/lang/String; ]
ParseException.ParseException ( Exception p1 )
[ run-time name: com/mxgraph/util/svg/ParseException."<init>":(Ljava/lang/Exception;)V ]
ParseException.ParseException ( String p1, Exception p2 )
[ run-time name: com/mxgraph/util/svg/ParseException."<init>":(Ljava/lang/String;Ljava/lang/Exception;)V ]
ParseException.ParseException ( String p1, int p2, int p3 )
[ run-time name: com/mxgraph/util/svg/ParseException."<init>":(Ljava/lang/String;II)V ]
jgraphx.jar, Parser.class
package com.mxgraph.util.svg
Parser.parse ( String p1 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/Parser.parse:(Ljava/lang/String;)V ]
Parser.setErrorHandler ( ErrorHandler p1 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/Parser.setErrorHandler:(Lcom/mxgraph/util/svg/ErrorHandler;)V ]
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
[ run-time name: com/mxgraph/util/svg/PathHandler.arcAbs:(FFFZZFF)V ]
PathHandler.arcRel ( float p1, float p2, float p3, boolean p4, boolean p5, float p6, float p7 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.arcRel:(FFFZZFF)V ]
PathHandler.closePath ( ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.closePath:()V ]
PathHandler.curvetoCubicAbs ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.curvetoCubicAbs:(FFFFFF)V ]
PathHandler.curvetoCubicRel ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.curvetoCubicRel:(FFFFFF)V ]
PathHandler.curvetoCubicSmoothAbs ( float p1, float p2, float p3, float p4 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.curvetoCubicSmoothAbs:(FFFF)V ]
PathHandler.curvetoCubicSmoothRel ( float p1, float p2, float p3, float p4 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.curvetoCubicSmoothRel:(FFFF)V ]
PathHandler.curvetoQuadraticAbs ( float p1, float p2, float p3, float p4 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.curvetoQuadraticAbs:(FFFF)V ]
PathHandler.curvetoQuadraticRel ( float p1, float p2, float p3, float p4 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.curvetoQuadraticRel:(FFFF)V ]
PathHandler.curvetoQuadraticSmoothAbs ( float p1, float p2 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.curvetoQuadraticSmoothAbs:(FF)V ]
PathHandler.curvetoQuadraticSmoothRel ( float p1, float p2 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.curvetoQuadraticSmoothRel:(FF)V ]
PathHandler.endPath ( ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.endPath:()V ]
PathHandler.linetoAbs ( float p1, float p2 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.linetoAbs:(FF)V ]
PathHandler.linetoHorizontalAbs ( float p1 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.linetoHorizontalAbs:(F)V ]
PathHandler.linetoHorizontalRel ( float p1 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.linetoHorizontalRel:(F)V ]
PathHandler.linetoRel ( float p1, float p2 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.linetoRel:(FF)V ]
PathHandler.linetoVerticalAbs ( float p1 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.linetoVerticalAbs:(F)V ]
PathHandler.linetoVerticalRel ( float p1 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.linetoVerticalRel:(F)V ]
PathHandler.movetoAbs ( float p1, float p2 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.movetoAbs:(FF)V ]
PathHandler.movetoRel ( float p1, float p2 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.movetoRel:(FF)V ]
PathHandler.startPath ( ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PathHandler.startPath:()V ]
jgraphx.jar, PathParser.class
package com.mxgraph.util.svg
PathParser._parsel ( boolean p1 ):void
[ run-time name: com/mxgraph/util/svg/PathParser._parsel:(Z)V ]
PathParser._parseL ( boolean p1 ):void
[ run-time name: com/mxgraph/util/svg/PathParser._parseL:(Z)V ]
PathParser.doParse ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.doParse:()V ]
PathParser.getPathHandler ( ):PathHandler
[ run-time name: com/mxgraph/util/svg/PathParser.getPathHandler:()Lcom/mxgraph/util/svg/PathHandler; ]
PathParser.parseA ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseA:()V ]
PathParser.parsea ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parsea:()V ]
PathParser.parsec ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parsec:()V ]
PathParser.parseC ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseC:()V ]
PathParser.parseh ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseh:()V ]
PathParser.parseH ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseH:()V ]
PathParser.parseL ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseL:()V ]
PathParser.parsel ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parsel:()V ]
PathParser.parsem ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parsem:()V ]
PathParser.parseM ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseM:()V ]
PathParser.parseQ ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseQ:()V ]
PathParser.parseq ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseq:()V ]
PathParser.parseS ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseS:()V ]
PathParser.parses ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parses:()V ]
PathParser.parseT ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseT:()V ]
PathParser.parset ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parset:()V ]
PathParser.parseV ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parseV:()V ]
PathParser.parsev ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.parsev:()V ]
PathParser.PathParser ( PathHandler p1 )
[ run-time name: com/mxgraph/util/svg/PathParser."<init>":(Lcom/mxgraph/util/svg/PathHandler;)V ]
PathParser.reportUnexpected ( int p1 ):void
[ run-time name: com/mxgraph/util/svg/PathParser.reportUnexpected:(I)V ]
PathParser.setPathHandler ( PathHandler p1 ):void
[ run-time name: com/mxgraph/util/svg/PathParser.setPathHandler:(Lcom/mxgraph/util/svg/PathHandler;)V ]
PathParser.skipCommaSpaces2 ( ):boolean
[ run-time name: com/mxgraph/util/svg/PathParser.skipCommaSpaces2:()Z ]
PathParser.skipSubPath ( ):void
[ run-time name: com/mxgraph/util/svg/PathParser.skipSubPath:()V ]
jgraphx.jar, PointsHandler.class
package com.mxgraph.util.svg
PointsHandler.endPoints ( ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PointsHandler.endPoints:()V ]
PointsHandler.point ( float p1, float p2 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PointsHandler.point:(FF)V ]
PointsHandler.startPoints ( ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/PointsHandler.startPoints:()V ]
jgraphx.jar, PointsParser.class
package com.mxgraph.util.svg
PointsParser.doParse ( ):void
[ run-time name: com/mxgraph/util/svg/PointsParser.doParse:()V ]
PointsParser.getPointsHandler ( ):PointsHandler
[ run-time name: com/mxgraph/util/svg/PointsParser.getPointsHandler:()Lcom/mxgraph/util/svg/PointsHandler; ]
PointsParser.PointsParser ( PointsHandler p1 )
[ run-time name: com/mxgraph/util/svg/PointsParser."<init>":(Lcom/mxgraph/util/svg/PointsHandler;)V ]
PointsParser.setPointsHandler ( PointsHandler p1 ):void
[ run-time name: com/mxgraph/util/svg/PointsParser.setPointsHandler:(Lcom/mxgraph/util/svg/PointsHandler;)V ]
jgraphx.jar, ShapeProducer.class
package com.mxgraph.util.svg
ShapeProducer.getShape ( ) [abstract]:java.awt.Shape
[ run-time name: com/mxgraph/util/svg/ShapeProducer.getShape:()Ljava/awt/Shape; ]
ShapeProducer.getWindingRule ( ) [abstract]:int
[ run-time name: com/mxgraph/util/svg/ShapeProducer.getWindingRule:()I ]
ShapeProducer.setWindingRule ( int p1 ) [abstract]:void
[ run-time name: com/mxgraph/util/svg/ShapeProducer.setWindingRule:(I)V ]
jgraphx.jar, StringNormalizingReader.class
package com.mxgraph.util.svg
StringNormalizingReader.close ( ):void
[ run-time name: com/mxgraph/util/svg/StringNormalizingReader.close:()V ]
StringNormalizingReader.getColumn ( ):int
[ run-time name: com/mxgraph/util/svg/StringNormalizingReader.getColumn:()I ]
StringNormalizingReader.getLine ( ):int
[ run-time name: com/mxgraph/util/svg/StringNormalizingReader.getLine:()I ]
StringNormalizingReader.read ( ):int
[ run-time name: com/mxgraph/util/svg/StringNormalizingReader.read:()I ]
StringNormalizingReader.StringNormalizingReader ( String p1 )
[ run-time name: com/mxgraph/util/svg/StringNormalizingReader."<init>":(Ljava/lang/String;)V ]
jgraphx.jar, svgShape.class
package com.mxgraph.shape
mxStencilShape.svgShape.mxStencilShape#svgShape ( mxStencilShape p1, java.awt.Shape p2, java.util.Map p3 ):public
[ run-time name: com/mxgraph/shape/mxStencilShape.svgShape.com.mxgraph.shape.mxStencilShape#svgShape:(Lcom/mxgraph/shape/mxStencilShape;Ljava/awt/Shape;Ljava/util/Map;)V ]
mxStencilShape.svgShape.getCurrentXScale ( ):double
[ run-time name: com/mxgraph/shape/mxStencilShape.svgShape.getCurrentXScale:()D ]
mxStencilShape.svgShape.getCurrentYScale ( ):double
[ run-time name: com/mxgraph/shape/mxStencilShape.svgShape.getCurrentYScale:()D ]
mxStencilShape.svgShape.setCurrentXScale ( double p1 ):void
[ run-time name: com/mxgraph/shape/mxStencilShape.svgShape.setCurrentXScale:(D)V ]
mxStencilShape.svgShape.setCurrentYScale ( double p1 ):void
[ run-time name: com/mxgraph/shape/mxStencilShape.svgShape.setCurrentYScale:(D)V ]
to the top
Removed Methods (62)
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, 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, 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 ]
to the top
Problems with Data Types, High Severity (3)
jgraphx.jar
package com.mxgraph.util.png
[+] mxPngDecodeParam (1)
| Change | Effect |
---|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class mxPngDecodeParam. |
[+] affected methods (19)
mxPngDecodeParam.getDisplayExponent ( )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.getEncodeParam ( )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.getExpandGrayAlpha ( )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.getExpandPalette ( )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.getGenerateEncodeParam ( )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.getOutput8BitGray ( )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.getPerformGammaCorrection ( )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.getSuppressAlpha ( )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.getUserExponent ( )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.mxPngDecodeParam ( )This constructor is from 'mxPngDecodeParam' class.
mxPngDecodeParam.setDisplayExponent ( float p1 )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.setEncodeParam ( mxPngEncodeParam p1 )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.setExpandGrayAlpha ( boolean p1 )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.setExpandPalette ( boolean p1 )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.setGenerateEncodeParam ( boolean p1 )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.setOutput8BitGray ( boolean p1 )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.setPerformGammaCorrection ( boolean p1 )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.setSuppressAlpha ( boolean p1 )This method is from 'mxPngDecodeParam' class.
mxPngDecodeParam.setUserExponent ( float p1 )This method is from 'mxPngDecodeParam' class.
[+] mxPngImageDecoder (1)
| Change | Effect |
---|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class mxPngImageDecoder. |
[+] affected methods (8)
mxPngImageDecoder.decodeAsRaster ( )This method is from 'mxPngImageDecoder' class.
mxPngImageDecoder.decodeAsRaster ( int p1 )This method is from 'mxPngImageDecoder' class.
mxPngImageDecoder.decodeAsRenderedImage ( )This method is from 'mxPngImageDecoder' class.
mxPngImageDecoder.decodeAsRenderedImage ( int p1 )This method is from 'mxPngImageDecoder' class.
mxPngImageDecoder.getInputStream ( )This method is from 'mxPngImageDecoder' class.
mxPngImageDecoder.getParam ( )This method is from 'mxPngImageDecoder' class.
mxPngImageDecoder.mxPngImageDecoder ( java.io.InputStream p1, mxPngDecodeParam p2 )This constructor is from 'mxPngImageDecoder' class.
mxPngImageDecoder.setParam ( mxPngDecodeParam p1 )This method is from 'mxPngImageDecoder' class.
[+] mxSimpleRenderedImage (1)
| Change | Effect |
---|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class mxSimpleRenderedImage. |
[+] affected methods (35)
mxSimpleRenderedImage.copyData ( java.awt.image.WritableRaster p1 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getBounds ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getColorModel ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getData ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getData ( java.awt.Rectangle p1 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getHeight ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getMaxTileX ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getMaxTileY ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getMaxX ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getMaxY ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getMinTileX ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getMinTileY ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getMinX ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getMinY ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getNumXTiles ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getNumYTiles ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getProperty ( String p1 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getPropertyNames ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getPropertyNames ( String p1 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getSampleModel ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getSources ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getTileGridXOffset ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getTileGridYOffset ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getTileHeight ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getTileWidth ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.getWidth ( )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.mxSimpleRenderedImage ( )This constructor is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.tileXToX ( int p1 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.tileXToX ( int p1, int p2, int p3 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.tileYToY ( int p1 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.tileYToY ( int p1, int p2, int p3 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.XToTileX ( int p1 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.XToTileX ( int p1, int p2, int p3 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.YToTileY ( int p1 )This method is from 'mxSimpleRenderedImage' abstract class.
mxSimpleRenderedImage.YToTileY ( int p1, int p2, int p3 )This method is from 'mxSimpleRenderedImage' abstract class.
to the top
Problems with Data Types, Low Severity (3)
jgraphx.jar
package com.mxgraph.shape
[+] mxCurveLabelShape (1)
| Change | Effect |
---|
Field frc has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to frc is ambiguous. |
[+] affected methods (10)
mxCurveLabelShape.calculationLabelPosition ( java.util.Map p1, String p2 )This method is from 'mxCurveLabelShape' class.
mxCurveLabelShape.getCurve ( )This method is from 'mxCurveLabelShape' class.
mxCurveLabelShape.getRotationEnabled ( )This method is from 'mxCurveLabelShape' class.
mxCurveLabelShape.intersectsRect ( com.mxgraph.util.mxRectangle p1 )This method is from 'mxCurveLabelShape' class.
mxCurveLabelShape.mxCurveLabelShape ( com.mxgraph.view.mxCellState p1, com.mxgraph.util.mxCurve p2 )This constructor is from 'mxCurveLabelShape' class.
mxCurveLabelShape.paintShape ( com.mxgraph.canvas.mxGraphics2DCanvas p1, String p2, com.mxgraph.view.mxCellState p3, java.util.Map p4 )This method is from 'mxCurveLabelShape' class.
mxCurveLabelShape.postprocessGlyph ( com.mxgraph.util.mxCurve p1, int p2, double p3 )This method is from 'mxCurveLabelShape' class.
mxCurveLabelShape.setCurve ( com.mxgraph.util.mxCurve p1 )This method is from 'mxCurveLabelShape' class.
mxCurveLabelShape.setRotationEnabled ( boolean p1 )This method is from 'mxCurveLabelShape' class.
mxCurveLabelShape.updateLabelBounds ( String p1, java.util.Map p2 )This method is from 'mxCurveLabelShape' class.
package com.mxgraph.util
[+] mxConstants (1)
| Change | Effect |
---|
Field PERIMETER_HEXAGON has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to PERIMETER_HEXAGON is ambiguous. |
[+] affected methods (1)
mxConstants.mxConstants ( )This constructor is from 'mxConstants' class.
package com.mxgraph.view
[+] mxPerimeter (1)
| Change | Effect |
---|
Field HexagonPerimeter has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to HexagonPerimeter is ambiguous. |
[+] affected methods (1)
mxPerimeter.mxPerimeter ( )This constructor is from 'mxPerimeter' class.
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