Uses of Class
com.mxgraph.util.svg.ParseException
Packages that use ParseException
-
Uses of ParseException in com.mxgraph.util.svg
Methods in com.mxgraph.util.svg with parameters of type ParseExceptionModifier and TypeMethodDescriptionvoidDefaultErrorHandler.error(ParseException e) ImplementsErrorHandler.error(ParseException).voidErrorHandler.error(ParseException e) Called when a parse error occurs.Methods in com.mxgraph.util.svg that throw ParseExceptionModifier and TypeMethodDescriptionprotected voidPathParser._parsel(boolean expectNumber) protected voidPathParser._parseL(boolean expectNumber) voidAWTPathProducer.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidPathHandler.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) Invoked when an absolute elliptical arc command has been parsed.voidAWTPathProducer.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidPathHandler.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) Invoked when a relative elliptical arc command has been parsed.voidAWTPathProducer.closePath()ImplementsPathHandler.closePath().voidPathHandler.closePath()Invoked when a closepath has been parsed.static ShapeAWTPathProducer.createShape(String text, int wr) Utility method for creating an ExtendedGeneralPath.static ShapeAWTPolygonProducer.createShape(String text, int wr) Utility method for creating an ExtendedGeneralPath.static ShapeAWTPolylineProducer.createShape(String text, int wr) Utility method for creating an ExtendedGeneralPath.voidAWTPathProducer.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y) voidPathHandler.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y) Invoked when an absolute cubic bezier curve command has been parsed.voidAWTPathProducer.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y) voidPathHandler.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y) Invoked when a relative cubic bezier curve command has been parsed.voidAWTPathProducer.curvetoCubicSmoothAbs(float x2, float y2, float x, float y) voidPathHandler.curvetoCubicSmoothAbs(float x2, float y2, float x, float y) Invoked when an absolute smooth cubic bezier curve command has been parsed.voidAWTPathProducer.curvetoCubicSmoothRel(float x2, float y2, float x, float y) voidPathHandler.curvetoCubicSmoothRel(float x2, float y2, float x, float y) Invoked when a relative smooth cubic bezier curve command has been parsed.voidAWTPathProducer.curvetoQuadraticAbs(float x1, float y1, float x, float y) voidPathHandler.curvetoQuadraticAbs(float x1, float y1, float x, float y) Invoked when an absolute quadratic bezier curve command has been parsed.voidAWTPathProducer.curvetoQuadraticRel(float x1, float y1, float x, float y) voidPathHandler.curvetoQuadraticRel(float x1, float y1, float x, float y) Invoked when a relative quadratic bezier curve command has been parsed.voidAWTPathProducer.curvetoQuadraticSmoothAbs(float x, float y) voidPathHandler.curvetoQuadraticSmoothAbs(float x, float y) Invoked when an absolute smooth quadratic bezier curve command has been parsed.voidAWTPathProducer.curvetoQuadraticSmoothRel(float x, float y) voidPathHandler.curvetoQuadraticSmoothRel(float x, float y) Invoked when a relative smooth quadratic bezier curve command has been parsed.protected abstract voidAbstractParser.doParse()Method responsible for actually parsing data after AbstractParser has initialized itself.protected voidPathParser.doParse()protected voidPointsParser.doParse()Parses the current stream.voidAWTPathProducer.endPath()ImplementsPathHandler.endPath().voidPathHandler.endPath()Invoked when the path ends.voidAWTPolygonProducer.endPoints()ImplementsPointsHandler.endPoints().voidAWTPolylineProducer.endPoints()ImplementsPointsHandler.endPoints().voidPointsHandler.endPoints()Invoked when the points attribute ends.voidDefaultErrorHandler.error(ParseException e) ImplementsErrorHandler.error(ParseException).voidErrorHandler.error(ParseException e) Called when a parse error occurs.voidAWTPathProducer.linetoAbs(float x, float y) ImplementsPathHandler.linetoAbs(float,float).voidPathHandler.linetoAbs(float x, float y) Invoked when an absolute line command has been parsed.voidAWTPathProducer.linetoHorizontalAbs(float x) ImplementsPathHandler.linetoHorizontalAbs(float).voidPathHandler.linetoHorizontalAbs(float x) Invoked when an horizontal absolute line command has been parsed.voidAWTPathProducer.linetoHorizontalRel(float x) ImplementsPathHandler.linetoHorizontalRel(float).voidPathHandler.linetoHorizontalRel(float x) Invoked when an horizontal relative line command has been parsed.voidAWTPathProducer.linetoRel(float x, float y) ImplementsPathHandler.linetoRel(float,float).voidPathHandler.linetoRel(float x, float y) Invoked when a relative line command has been parsed.voidAWTPathProducer.linetoVerticalAbs(float y) ImplementsPathHandler.linetoVerticalAbs(float).voidPathHandler.linetoVerticalAbs(float y) Invoked when a vertical absolute line command has been parsed.voidAWTPathProducer.linetoVerticalRel(float y) ImplementsPathHandler.linetoVerticalRel(float).voidPathHandler.linetoVerticalRel(float y) Invoked when a vertical relative line command has been parsed.voidAWTPathProducer.movetoAbs(float x, float y) ImplementsPathHandler.movetoAbs(float,float).voidPathHandler.movetoAbs(float x, float y) Invoked when an absolute moveto command has been parsed.voidAWTPathProducer.movetoRel(float x, float y) ImplementsPathHandler.movetoRel(float,float).voidPathHandler.movetoRel(float x, float y) Invoked when a relative moveto command has been parsed.voidParses the given string.voidParses the given stringprotected voidPathParser.parsea()Parses a 'a' command.protected voidPathParser.parseA()Parses a 'A' command.protected voidPathParser.parsec()Parses a 'c' command.protected voidPathParser.parseC()Parses a 'C' command.protected floatNumberParser.parseFloat()Parses the content of the buffer and converts it to a float.protected voidPathParser.parseh()Parses a 'h' command.protected voidPathParser.parseH()Parses a 'H' command.protected voidPathParser.parsel()Parses a 'l' command.protected voidPathParser.parseL()Parses a 'L' command.protected voidPathParser.parsem()Parses a 'm' command.protected voidPathParser.parseM()Parses a 'M' command.protected voidPathParser.parseq()Parses a 'q' command.protected voidPathParser.parseQ()Parses a 'Q' command.protected voidPathParser.parses()Parses a 's' command.protected voidPathParser.parseS()Parses a 'S' command.protected voidPathParser.parset()Parses a 't' command.protected voidPathParser.parseT()Parses a 'T' command.protected voidPathParser.parsev()Parses a 'v' command.protected voidPathParser.parseV()Parses a 'V' command.voidAWTPolylineProducer.point(float x, float y) ImplementsPointsHandler.point(float,float).voidPointsHandler.point(float x, float y) Invoked when a point has been parsed.protected voidAbstractParser.reportError(String key, Object[] args) Signals an error to the error handler.protected voidPathParser.reportUnexpected(int ch) protected voidPathParser.skipSubPath()Skips a sub-path.voidAWTPathProducer.startPath()ImplementsPathHandler.startPath().voidPathHandler.startPath()Invoked when the path starts.voidAWTPolylineProducer.startPoints()ImplementsPointsHandler.startPoints().voidPointsHandler.startPoints()Invoked when the points attribute starts.