Package com.mxgraph.util.svg
package com.mxgraph.util.svg
-
ClassDescriptionThis class is the superclass of all parsers.This class provides an implementation of the PathHandler that initializes a Shape from the value of a path's 'd' attribute.This class produces a polygon shape from a reader.This class produces a polyline shape from a reader.This interface defines constants for CSS.This class provides a default implementation of ErrorHandler.This interface must be implemented and then registred as the error handler in order to be notified of parsing errors.The
ExtendedGeneralPath
class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc.TheExtendedPathIterator
class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.This class represents a reader which normalizes the line break: \n, \r, \r\n are replaced by \n.This class represents a parser with support for numbers.This class encapsulates a general parse error or warning.This interface represents a parser.This interface must be implemented and then registred as the handler of aPathParser
instance in order to be notified of parsing events.This class implements an event-based parser for the SVG path's d attribute values.This interface must be implemented and then registred as the handler of aPointsParser
instance in order to be notified of parsing events.This class implements an event-based parser for the SVG points attribute values (used with polyline and polygon elements).This interface represents objects which creates Shape objects.This class represents a NormalizingReader which handles Strings.