mxGraph 1.10.4.0


Package com.mxgraph.util.svg

Interface Summary
CSSConstants This interface defines constants for CSS.
ErrorHandler This interface must be implemented and then registred as the error handler in order to be notified of parsing errors.
ExtendedPathIterator The ExtendedPathIterator class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.
Parser This interface represents a parser.
PathHandler This interface must be implemented and then registred as the handler of a PathParser instance in order to be notified of parsing events.
PointsHandler This interface must be implemented and then registred as the handler of a PointsParser instance in order to be notified of parsing events.
ShapeProducer This interface represents objects which creates Shape objects.
 

Class Summary
AbstractParser This class is the superclass of all parsers.
AWTPathProducer This class provides an implementation of the PathHandler that initializes a Shape from the value of a path's 'd' attribute.
AWTPolygonProducer This class produces a polygon shape from a reader.
AWTPolylineProducer This class produces a polyline shape from a reader.
DefaultErrorHandler This class provides a default implementation of ErrorHandler.
ExtendedGeneralPath The ExtendedGeneralPath class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc.
NormalizingReader This class represents a reader which normalizes the line break: \n, \r, \r\n are replaced by \n.
NumberParser This class represents a parser with support for numbers.
PathParser This class implements an event-based parser for the SVG path's d attribute values.
PointsParser This class implements an event-based parser for the SVG points attribute values (used with polyline and polygon elements).
StringNormalizingReader This class represents a NormalizingReader which handles Strings.
 

Exception Summary
ParseException This class encapsulates a general parse error or warning.
 


mxGraph 1.10.4.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.