|
|||||||||
| Home >> All >> org >> apache >> batik >> [ parser overview ] | PREV NEXT | ||||||||
A
- AWTPathProducer - class org.apache.batik.parser.AWTPathProducer.
- This class provides an implementation of the PathHandler that initializes a Shape from the value of a path's 'd' attribute.
- AWTPathProducer() - Constructor for class org.apache.batik.parser.AWTPathProducer
- AWTPolygonProducer - class org.apache.batik.parser.AWTPolygonProducer.
- This class produces a polygon shape from a reader.
- AWTPolygonProducer() - Constructor for class org.apache.batik.parser.AWTPolygonProducer
- AWTPolylineProducer - class org.apache.batik.parser.AWTPolylineProducer.
- This class produces a polyline shape from a reader.
- AWTPolylineProducer() - Constructor for class org.apache.batik.parser.AWTPolylineProducer
- AWTTransformProducer - class org.apache.batik.parser.AWTTransformProducer.
- This class provides an implementation of the PathHandler that initializes an AffineTransform from the value of a 'transform' attribute.
- AWTTransformProducer() - Constructor for class org.apache.batik.parser.AWTTransformProducer
- AbstractParser - class org.apache.batik.parser.AbstractParser.
- This class is the superclass of all parsers.
- AbstractParser() - Constructor for class org.apache.batik.parser.AbstractParser
- AngleHandler - interface org.apache.batik.parser.AngleHandler.
- This interface must be implemented and then registred as the
handler of a
AngleParserinstance in order to be notified of parsing events. - AngleParser - class org.apache.batik.parser.AngleParser.
- This class implements an event-based parser for the SVG angle values.
- AngleParser() - Constructor for class org.apache.batik.parser.AngleParser
- affineTransform - Variable in class org.apache.batik.parser.AWTTransformProducer
- The value of the current affine transform.
- angleHandler - Variable in class org.apache.batik.parser.AngleParser
- The angle handler used to report parse events.
- angleValue(float) - Method in interface org.apache.batik.parser.AngleHandler
- Invoked when a float value has been parsed.
- angleValue(float) - Method in class org.apache.batik.parser.DefaultAngleHandler
- Implements
AngleHandler.angleValue(float)55 . - arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.arcAbs(float,float,float,boolean,boolean,float,float)55 . - arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.arcAbs(float,float,float,boolean,boolean,float,float)55 . - arcAbs(float, float, float, boolean, boolean, float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when an absolute elliptical arc command has been parsed.
- arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.arcRel(float,float,float,boolean,boolean,float,float)55 . - arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.arcRel(float,float,float,boolean,boolean,float,float)55 . - arcRel(float, float, float, boolean, boolean, float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a relative elliptical arc command has been parsed.
- arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
B
- BUNDLE_CLASSNAME - Static variable in class org.apache.batik.parser.AbstractParser
- The default resource bundle base name.
- buffer - Variable in class org.apache.batik.parser.FragmentIdentifierParser
- The buffer used for numbers.
- buffer - Variable in class org.apache.batik.parser.LengthParserTest
- buffer - Variable in class org.apache.batik.parser.PathParserTest
- buffer - Variable in class org.apache.batik.parser.TransformListParserTest
- bufferSize - Variable in class org.apache.batik.parser.FragmentIdentifierParser
- The buffer size.
- bufferize() - Method in class org.apache.batik.parser.FragmentIdentifierParser
- Adds the current character to the buffer.
- buildFloat(int, int) - Static method in class org.apache.batik.parser.NumberParser
- Computes a float from mantissa and exponent.
C
- ClockHandler - interface org.apache.batik.parser.ClockHandler.
- This interface must be implemented and then registred as the
handler of a
ClockParserinstance in order to be notified of parsing events. - ClockParser - interface org.apache.batik.parser.ClockParser.
- This interface represents an event-based parser for the SVG clock values.
- closePath() - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.closePath()55 . - closePath() - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.closePath()55 . - closePath() - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a closepath has been parsed.
- closePath() - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- cm() - Method in class org.apache.batik.parser.DefaultLengthHandler
- Implements
LengthHandler.cm()55 . - cm() - Method in interface org.apache.batik.parser.LengthHandler
- Invoked when 'cm' has been parsed.
- cm() - Method in class org.apache.batik.parser.LengthParserTest.TestHandler
- cm() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
- Implements
LengthHandler.cm()55 . - colon() - Method in interface org.apache.batik.parser.ClockHandler
- Invoked when ':' has been parsed.
- columnNumber - Variable in class org.apache.batik.parser.ParseException
- createAffineTransform(Reader) - Static method in class org.apache.batik.parser.AWTTransformProducer
- Utility method for creating an AffineTransform.
- createAffineTransform(String) - Static method in class org.apache.batik.parser.AWTTransformProducer
- Utility method for creating an AffineTransform.
- createErrorMessage(String, Object[]) - Method in class org.apache.batik.parser.AbstractParser
- Returns a localized error message.
- createShape(Reader, int) - Static method in class org.apache.batik.parser.AWTPathProducer
- Utility method for creating an ExtendedGeneralPath.
- createShape(Reader, int) - Static method in class org.apache.batik.parser.AWTPolygonProducer
- Utility method for creating an ExtendedGeneralPath.
- createShape(Reader, int) - Static method in class org.apache.batik.parser.AWTPolylineProducer
- Utility method for creating an ExtendedGeneralPath.
- current - Variable in class org.apache.batik.parser.AbstractParser
- The current character.
- currentX - Variable in class org.apache.batik.parser.AWTPathProducer
- The current x position.
- currentY - Variable in class org.apache.batik.parser.AWTPathProducer
- The current y position.
- curvetoCubicAbs(float, float, float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.curvetoCubicAbs(float,float,float,float,float,float)55 . - curvetoCubicAbs(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.curvetoCubicAbs(float,float,float,float,float,float)55 . - curvetoCubicAbs(float, float, float, float, float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when an absolute cubic bezier curve command has been parsed.
- curvetoCubicAbs(float, float, float, float, float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- curvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.curvetoCubicRel(float,float,float,float,float,float)55 . - curvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.curvetoCubicRel(float,float,float,float,float,float)55 . - curvetoCubicRel(float, float, float, float, float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a relative cubic bezier curve command has been parsed.
- curvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- curvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.curvetoCubicSmoothAbs(float,float,float,float)55 . - curvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.curvetoCubicSmoothAbs(float,float,float,float)55 . - curvetoCubicSmoothAbs(float, float, float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when an absolute smooth cubic bezier curve command has been parsed.
- curvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- curvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.curvetoCubicSmoothRel(float,float,float,float)55 . - curvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.curvetoCubicSmoothRel(float,float,float,float)55 . - curvetoCubicSmoothRel(float, float, float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a relative smooth cubic bezier curve command has been parsed.
- curvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- curvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.curvetoQuadraticAbs(float,float,float,float)55 . - curvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.curvetoQuadraticAbs(float,float,float,float)55 . - curvetoQuadraticAbs(float, float, float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when an absolute quadratic bezier curve command has been parsed.
- curvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- curvetoQuadraticRel(float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.curvetoQuadraticRel(float,float,float,float)55 . - curvetoQuadraticRel(float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.curvetoQuadraticRel(float,float,float,float)55 . - curvetoQuadraticRel(float, float, float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a relative quadratic bezier curve command has been parsed.
- curvetoQuadraticRel(float, float, float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- curvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.curvetoQuadraticSmoothAbs(float,float)55 . - curvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.curvetoQuadraticSmoothAbs(float,float)55 . - curvetoQuadraticSmoothAbs(float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when an absolute smooth quadratic bezier curve command has been parsed.
- curvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- curvetoQuadraticSmoothRel(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.curvetoQuadraticSmoothRel(float,float)55 . - curvetoQuadraticSmoothRel(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.curvetoQuadraticSmoothRel(float,float)55 . - curvetoQuadraticSmoothRel(float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a relative smooth quadratic bezier curve command has been parsed.
- curvetoQuadraticSmoothRel(float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
D
- DefaultAngleHandler - class org.apache.batik.parser.DefaultAngleHandler.
- This class provides an adapter for AngleHandler
- DefaultAngleHandler() - Constructor for class org.apache.batik.parser.DefaultAngleHandler
- This class does not need to be instantiated.
- DefaultErrorHandler - class org.apache.batik.parser.DefaultErrorHandler.
- This class provides a default implementation of ErrorHandler.
- DefaultErrorHandler() - Constructor for class org.apache.batik.parser.DefaultErrorHandler
- DefaultFragmentIdentifierHandler - class org.apache.batik.parser.DefaultFragmentIdentifierHandler.
- This class provides an adapter for FragmentIdentifierHandler.
- DefaultFragmentIdentifierHandler() - Constructor for class org.apache.batik.parser.DefaultFragmentIdentifierHandler
- This class does not need to be instantiated.
- DefaultLengthHandler - class org.apache.batik.parser.DefaultLengthHandler.
- This class provides an adapter for LengthHandler
- DefaultLengthHandler() - Constructor for class org.apache.batik.parser.DefaultLengthHandler
- This class does not need to be instantiated.
- DefaultLengthListHandler - class org.apache.batik.parser.DefaultLengthListHandler.
- This class provides an adapter for LengthListHandler
- DefaultLengthListHandler() - Constructor for class org.apache.batik.parser.DefaultLengthListHandler
- This class does not need to be instantiated.
- DefaultNumberListHandler - class org.apache.batik.parser.DefaultNumberListHandler.
- DefaultNumberListHandler() - Constructor for class org.apache.batik.parser.DefaultNumberListHandler
- This class does not need to be instantiated.
- DefaultPathHandler - class org.apache.batik.parser.DefaultPathHandler.
- The class provides an adapter for PathHandler.
- DefaultPathHandler() - Constructor for class org.apache.batik.parser.DefaultPathHandler
- This class does not need to be instantiated.
- DefaultPointsHandler - class org.apache.batik.parser.DefaultPointsHandler.
- This class provides an adapter for PointsHandler.
- DefaultPointsHandler() - Constructor for class org.apache.batik.parser.DefaultPointsHandler
- This class does not need to be instantiated.
- DefaultPreserveAspectRatioHandler - class org.apache.batik.parser.DefaultPreserveAspectRatioHandler.
- This class provides an adapter for PreserveAspectRatioHandler.
- DefaultPreserveAspectRatioHandler() - Constructor for class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
- This class does not need to be instantiated.
- DefaultTransformListHandler - class org.apache.batik.parser.DefaultTransformListHandler.
- This class provides an adapter for TransformListHandler.
- DefaultTransformListHandler() - Constructor for class org.apache.batik.parser.DefaultTransformListHandler
- This class does not need to be instantiated.
- deg() - Method in interface org.apache.batik.parser.AngleHandler
- Invoked when 'deg' has been parsed.
- deg() - Method in class org.apache.batik.parser.DefaultAngleHandler
- Implements
AngleHandler.deg()55 . - destinationLength - Variable in class org.apache.batik.parser.LengthParserTest
- destinationPath - Variable in class org.apache.batik.parser.PathParserTest
- destinationTransform - Variable in class org.apache.batik.parser.TransformListParserTest
- doParse() - Method in class org.apache.batik.parser.AbstractParser
- Method responsible for actually parsing data after AbstractParser has initialized itself.
- doParse() - Method in class org.apache.batik.parser.AngleParser
- Parses the current reader representing an angle.
- doParse() - Method in class org.apache.batik.parser.FragmentIdentifierParser
- Parses the current reader.
- doParse() - Method in class org.apache.batik.parser.LengthListParser
- Parses the given reader.
- doParse() - Method in class org.apache.batik.parser.LengthParser
- doParse() - Method in class org.apache.batik.parser.NumberListParser
- Parses the given reader.
- doParse() - Method in class org.apache.batik.parser.PathParser
- doParse() - Method in class org.apache.batik.parser.PointsParser
- Parses the current stream.
- doParse() - Method in class org.apache.batik.parser.PreserveAspectRatioParser
- Parses the current stream.
- doParse() - Method in class org.apache.batik.parser.TransformListParser
- Parses the current reader.
- dot() - Method in interface org.apache.batik.parser.ClockHandler
- Invoked when '.' has been parsed.
E
- ErrorHandler - interface org.apache.batik.parser.ErrorHandler.
- This interface must be implemented and then registred as the error handler in order to be notified of parsing errors.
- eRead - Variable in class org.apache.batik.parser.PointsParser
- Whether the last character was a 'e' or 'E'.
- em() - Method in class org.apache.batik.parser.DefaultLengthHandler
- Implements
LengthHandler.em()55 . - em() - Method in interface org.apache.batik.parser.LengthHandler
- Invoked when 'em' has been parsed.
- em() - Method in class org.apache.batik.parser.LengthParserTest.TestHandler
- em() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
- Implements
LengthHandler.em()55 . - emsToPixels(float, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
- Converts ems units to user units.
- endAngle() - Method in interface org.apache.batik.parser.AngleHandler
- Invoked when the angle attribute parsing ends.
- endAngle() - Method in class org.apache.batik.parser.DefaultAngleHandler
- Implements
AngleHandler.endAngle()55 . - endClock() - Method in interface org.apache.batik.parser.ClockHandler
- Invoked when the clock attribute parsing ends.
- endFragmentIdentifier() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
- Implements
FragmentIdentifierHandler.endFragmentIdentifier()55 . - endFragmentIdentifier() - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
- Invoked when the fragment identifier ends.
- endLength() - Method in class org.apache.batik.parser.DefaultLengthHandler
- Implements
LengthHandler.endLength()55 . - endLength() - Method in interface org.apache.batik.parser.LengthHandler
- Invoked when the length attribute ends.
- endLength() - Method in class org.apache.batik.parser.LengthParserTest.TestHandler
- endLength() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
- Implements
LengthHandler.endLength()55 . - endLengthList() - Method in class org.apache.batik.parser.DefaultLengthListHandler
- Implements
LengthListHandler.endLengthList()55 . - endLengthList() - Method in interface org.apache.batik.parser.LengthListHandler
- Invoked when the length attribute ends.
- endNumber() - Method in class org.apache.batik.parser.DefaultNumberListHandler
- Implements
NumberListHandler.endNumber()55 . - endNumber() - Method in interface org.apache.batik.parser.NumberListHandler
- Invoked when the number attribute ends.
- endNumberList() - Method in class org.apache.batik.parser.DefaultNumberListHandler
- Implements
NumberListHandler.endNumberList()55 . - endNumberList() - Method in interface org.apache.batik.parser.NumberListHandler
- Invoked when the number list attribute ends.
- endPath() - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.endPath()55 . - endPath() - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.endPath()55 . - endPath() - Method in interface org.apache.batik.parser.PathHandler
- Invoked when the path ends.
- endPath() - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- endPoints() - Method in class org.apache.batik.parser.AWTPolygonProducer
- Implements
PointsHandler.endPoints()55 . - endPoints() - Method in class org.apache.batik.parser.AWTPolylineProducer
- Implements
PointsHandler.endPoints()55 . - endPoints() - Method in class org.apache.batik.parser.DefaultPointsHandler
- Implements
PointsHandler.endPoints()55 . - endPoints() - Method in interface org.apache.batik.parser.PointsHandler
- Invoked when the points attribute ends.
- endPreserveAspectRatio() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
- Implements
PreserveAspectRatioHandler.endPreserveAspectRatio()55 . - endPreserveAspectRatio() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
- Invoked when the PreserveAspectRatio parsing ends.
- endTransformList() - Method in class org.apache.batik.parser.AWTTransformProducer
- Implements
TransformListHandler.endTransformList()55 . - endTransformList() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
- Implements
TransformListHandler.endTransformList()55 . - endTransformList() - Method in class org.apache.batik.parser.DefaultTransformListHandler
- Implements
TransformListHandler.endTransformList()55 . - endTransformList() - Method in interface org.apache.batik.parser.TransformListHandler
- Invoked when the transform ends.
- endTransformList() - Method in class org.apache.batik.parser.TransformListParserTest.TestHandler
- endViewTarget() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
- Invoked when a view target specification ends.
- endViewTarget() - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
- Invoked when a view target specification ends.
- error(ParseException) - Method in class org.apache.batik.parser.DefaultErrorHandler
- Implements
ErrorHandler.error(ParseException)55 . - error(ParseException) - Method in interface org.apache.batik.parser.ErrorHandler
- Called when a parse error occurs.
- errorHandler - Variable in class org.apache.batik.parser.AbstractParser
- The error handler.
- ex() - Method in class org.apache.batik.parser.DefaultLengthHandler
- Implements
LengthHandler.ex()55 . - ex() - Method in interface org.apache.batik.parser.LengthHandler
- Invoked when 'ex' has been parsed.
- ex() - Method in class org.apache.batik.parser.LengthParserTest.TestHandler
- ex() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
- Implements
LengthHandler.ex()55 . - exception - Variable in class org.apache.batik.parser.ParseException
- exsToPixels(float, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
- Converts exs units to user units.
F
- FragmentIdentifierHandler - interface org.apache.batik.parser.FragmentIdentifierHandler.
- This interface must be implemented and then registred as the
handler of a
PreserveAspectRatioParserinstance in order to be notified of parsing events. - FragmentIdentifierParser - class org.apache.batik.parser.FragmentIdentifierParser.
- This class represents an event-based parser for the SVG fragment identifiers.
- FragmentIdentifierParser() - Constructor for class org.apache.batik.parser.FragmentIdentifierParser
- Creates a new FragmentIdentifier parser.
- first - Variable in class org.apache.batik.parser.TransformListParserTest.TestHandler
- formatMessage(String, Object[]) - Method in class org.apache.batik.parser.AbstractParser
- Implements Localizable.formatMessage(String,Object[])>
Localizable.formatMessage(String,Object[])55 . - fragmentIdentifierHandler - Variable in class org.apache.batik.parser.FragmentIdentifierParser
- The FragmentIdentifierHandler.
G
- getAffineTransform() - Method in class org.apache.batik.parser.AWTTransformProducer
- Returns the AffineTransform object initialized during the last parsing.
- getAngleHandler() - Method in class org.apache.batik.parser.AngleParser
- Returns the angle handler in use.
- getBufferContent() - Method in class org.apache.batik.parser.FragmentIdentifierParser
- Returns the content of the buffer.
- getBundleClassName() - Method in class org.apache.batik.parser.AbstractParser
- Returns the resource bundle base name.
- getClockHandler() - Method in interface org.apache.batik.parser.ClockParser
- Returns the clock handler in use.
- getColumnNumber() - Method in class org.apache.batik.parser.ParseException
- Returns the column of the last parsed character.
- getCurrent() - Method in class org.apache.batik.parser.AbstractParser
- Returns the current character value.
- getElement() - Method in interface org.apache.batik.parser.UnitProcessor.Context
- Returns the element.
- getException() - Method in class org.apache.batik.parser.ParseException
- Return the embedded exception, if any.
- getFontSize() - Method in interface org.apache.batik.parser.UnitProcessor.Context
- Returns the font-size value.
- getFragmentIdentifierHandler() - Method in class org.apache.batik.parser.FragmentIdentifierParser
- Returns the points handler in use.
- getLengthHandler() - Method in class org.apache.batik.parser.LengthParser
- Returns the length handler in use.
- getLengthListHandler() - Method in class org.apache.batik.parser.LengthListParser
- Returns the length list handler in use.
- getLineNumber() - Method in class org.apache.batik.parser.ParseException
- Returns the line of the last parsed character.
- getLocale() - Method in class org.apache.batik.parser.AbstractParser
- Implements Localizable.getLocale()>
Localizable.getLocale()55 . - getMessage() - Method in class org.apache.batik.parser.ParseException
- Return a detail message for this exception.
- getNumberListHandler() - Method in class org.apache.batik.parser.NumberListParser
- Returns the number list handler in use.
- getPathHandler() - Method in class org.apache.batik.parser.PathParser
- Returns the path handler in use.
- getPixelToMM() - Method in interface org.apache.batik.parser.UnitProcessor.Context
- Returns the size of a px CSS unit in millimeters.
- getPixelUnitToMillimeter() - Method in interface org.apache.batik.parser.UnitProcessor.Context
- Returns the size of a px CSS unit in millimeters.
- getPointsHandler() - Method in class org.apache.batik.parser.PointsParser
- Returns the points handler in use.
- getPreserveAspectRatioHandler() - Method in class org.apache.batik.parser.PreserveAspectRatioParser
- Returns the length handler in use.
- getShape() - Method in class org.apache.batik.parser.AWTPathProducer
- Returns the Shape object initialized during the last parsing.
- getShape() - Method in class org.apache.batik.parser.AWTPolylineProducer
- Returns the Shape object initialized during the last parsing.
- getShape() - Method in interface org.apache.batik.parser.ShapeProducer
- Returns the Shape object initialized during the last parsing.
- getTransformListHandler() - Method in class org.apache.batik.parser.TransformListParser
- Returns the transform list handler in use.
- getViewportHeight() - Method in interface org.apache.batik.parser.UnitProcessor.Context
- Returns the viewport height used to compute units.
- getViewportWidth() - Method in interface org.apache.batik.parser.UnitProcessor.Context
- Returns the viewport width used to compute units.
- getWindingRule() - Method in class org.apache.batik.parser.AWTPathProducer
- Returns the current winding rule.
- getWindingRule() - Method in class org.apache.batik.parser.AWTPolylineProducer
- Returns the current winding rule.
- getWindingRule() - Method in interface org.apache.batik.parser.ShapeProducer
- Returns the current winding rule.
- getXHeight() - Method in interface org.apache.batik.parser.UnitProcessor.Context
- Returns the x-height value.
- grad() - Method in interface org.apache.batik.parser.AngleHandler
- Invoked when 'grad' has been parsed.
- grad() - Method in class org.apache.batik.parser.DefaultAngleHandler
- Implements
AngleHandler.grad()55 .
H
- HORIZONTAL_LENGTH - Static variable in class org.apache.batik.parser.UnitProcessor
- This constant represents horizontal lengths.
- h() - Method in interface org.apache.batik.parser.ClockHandler
- Invoked when 'h' has been parsed.
I
- INSTANCE - Static variable in class org.apache.batik.parser.DefaultAngleHandler
- The only instance of this class.
- INSTANCE - Static variable in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
- The only instance of this class.
- INSTANCE - Static variable in class org.apache.batik.parser.DefaultLengthHandler
- The only instance of this class.
- INSTANCE - Static variable in class org.apache.batik.parser.DefaultLengthListHandler
- The only instance of this class.
- INSTANCE - Static variable in class org.apache.batik.parser.DefaultNumberListHandler
- The only instance of this class.
- INSTANCE - Static variable in class org.apache.batik.parser.DefaultPathHandler
- The only instance of this class.
- INSTANCE - Static variable in class org.apache.batik.parser.DefaultPointsHandler
- The only instance of this class.
- INSTANCE - Static variable in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
- The only instance of this class.
- INSTANCE - Static variable in class org.apache.batik.parser.DefaultTransformListHandler
- The only instance of this class.
- idReference(String) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
- Invoked when an ID has been parsed.
- idReference(String) - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
- Invoked when an ID has been parsed.
- in() - Method in class org.apache.batik.parser.DefaultLengthHandler
- Implements
LengthHandler.in()55 . - in() - Method in interface org.apache.batik.parser.LengthHandler
- Invoked when 'in' has been parsed.
- in() - Method in class org.apache.batik.parser.LengthParserTest.TestHandler
- in() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
- Implements
LengthHandler.in()55 . - intValue(int) - Method in interface org.apache.batik.parser.ClockHandler
- Invoked when an int value has been parsed.
L
- LengthHandler - interface org.apache.batik.parser.LengthHandler.
- This interface must be implemented and then registred as the
handler of a
LengthParserinstance in order to be notified of parsing events. - LengthListHandler - interface org.apache.batik.parser.LengthListHandler.
- This interface must be implemented and then registred as the
handler of a
LengthListParserinstance in order to be notified of parsing events. - LengthListParser - class org.apache.batik.parser.LengthListParser.
- This class implements an event-based parser for the SVG length list values.
- LengthListParser() - Constructor for class org.apache.batik.parser.LengthListParser
- Creates a new LengthListParser.
- LengthParser - class org.apache.batik.parser.LengthParser.
- This class implements an event-based parser for the SVG length values.
- LengthParser() - Constructor for class org.apache.batik.parser.LengthParser
- Creates a new LengthParser.
- LengthParserFailureTest - class org.apache.batik.parser.LengthParserFailureTest.
- To test the length parser.
- LengthParserFailureTest(String) - Constructor for class org.apache.batik.parser.LengthParserFailureTest
- Creates a new LengthParserFailureTest.
- LengthParserTest - class org.apache.batik.parser.LengthParserTest.
- To test the length parser.
- LengthParserTest(String, String) - Constructor for class org.apache.batik.parser.LengthParserTest
- Creates a new LengthParserTest.
- LengthParserTest.TestHandler - class org.apache.batik.parser.LengthParserTest.TestHandler.
- LengthParserTest.TestHandler() - Constructor for class org.apache.batik.parser.LengthParserTest.TestHandler
- lengthHandler - Variable in class org.apache.batik.parser.LengthParser
- The length handler used to report parse events.
- lengthValue(float) - Method in class org.apache.batik.parser.DefaultLengthHandler
- Implements
LengthHandler.lengthValue(float)55 . - lengthValue(float) - Method in interface org.apache.batik.parser.LengthHandler
- Invoked when a float value has been parsed.
- lengthValue(float) - Method in class org.apache.batik.parser.LengthParserTest.TestHandler
- lengthValue(float) - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
- Implements
LengthHandler.lengthValue(float)55 . - lineNumber - Variable in class org.apache.batik.parser.ParseException
- linetoAbs(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.linetoAbs(float,float)55 . - linetoAbs(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.linetoAbs(float,float)55 . - linetoAbs(float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when an absolute line command has been parsed.
- linetoAbs(float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- linetoHorizontalAbs(float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.linetoHorizontalAbs(float)55 . - linetoHorizontalAbs(float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.linetoHorizontalAbs(float)55 . - linetoHorizontalAbs(float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when an horizontal absolute line command has been parsed.
- linetoHorizontalAbs(float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- linetoHorizontalRel(float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.linetoHorizontalRel(float)55 . - linetoHorizontalRel(float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.linetoHorizontalRel(float)55 . - linetoHorizontalRel(float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when an horizontal relative line command has been parsed.
- linetoHorizontalRel(float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- linetoRel(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.linetoRel(float,float)55 . - linetoRel(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.linetoRel(float,float)55 . - linetoRel(float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a relative line command has been parsed.
- linetoRel(float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- linetoVerticalAbs(float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.linetoVerticalAbs(float)55 . - linetoVerticalAbs(float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.linetoVerticalAbs(float)55 . - linetoVerticalAbs(float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a vertical absolute line command has been parsed.
- linetoVerticalAbs(float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- linetoVerticalRel(float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.linetoVerticalRel(float)55 . - linetoVerticalRel(float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.linetoVerticalRel(float)55 . - linetoVerticalRel(float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a vertical relative line command has been parsed.
- linetoVerticalRel(float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- localizableSupport - Variable in class org.apache.batik.parser.AbstractParser
- The localizable support.
M
- matrix(float, float, float, float, float, float) - Method in class org.apache.batik.parser.AWTTransformProducer
- Implements
TransformListHandler.matrix(float,float,float,float,float,float)55 . - matrix(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
- Implements
TransformListHandler.matrix(float,float,float,float,float,float)55 . - matrix(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
- Implements
TransformListHandler.matrix(float,float,float,float,float,float)55 . - matrix(float, float, float, float, float, float) - Method in interface org.apache.batik.parser.TransformListHandler
- Invoked when 'matrix(a, b, c, d, e, f)' has been parsed.
- matrix(float, float, float, float, float, float) - Method in class org.apache.batik.parser.TransformListParserTest.TestHandler
- meet() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
- Implements
PreserveAspectRatioHandler.meet()55 . - meet() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
- Invoked when 'meet' has been parsed.
- min() - Method in interface org.apache.batik.parser.ClockHandler
- Invoked when 'min' has been parsed.
- mm() - Method in class org.apache.batik.parser.DefaultLengthHandler
- Implements
LengthHandler.mm()55 . - mm() - Method in interface org.apache.batik.parser.LengthHandler
- Invoked when 'mm' has been parsed.
- mm() - Method in class org.apache.batik.parser.LengthParserTest.TestHandler
- mm() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
- Implements
LengthHandler.mm()55 . - movetoAbs(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.movetoAbs(float,float)55 . - movetoAbs(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.movetoAbs(float,float)55 . - movetoAbs(float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when an absolute moveto command has been parsed.
- movetoAbs(float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- movetoRel(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
- Implements
PathHandler.movetoRel(float,float)55 . - movetoRel(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
- Implements
PathHandler.movetoRel(float,float)55 . - movetoRel(float, float) - Method in interface org.apache.batik.parser.PathHandler
- Invoked when a relative moveto command has been parsed.
- movetoRel(float, float) - Method in class org.apache.batik.parser.PathParserTest.TestHandler
- ms() - Method in interface org.apache.batik.parser.ClockHandler
- Invoked when 'ms' has been parsed.
N
- NumberListHandler - interface org.apache.batik.parser.NumberListHandler.
- An handler interface for parsing NumberLists.
- NumberListParser - class org.apache.batik.parser.NumberListParser.
- This class implements an event-based parser for the SVG Number list values.
- NumberListParser() - Constructor for class org.apache.batik.parser.NumberListParser
- Creates a new instance of NumberListParser
- NumberParser - class org.apache.batik.parser.NumberParser.
- This class represents a parser with support for numbers.
- NumberParser() - Constructor for class org.apache.batik.parser.NumberParser
- newPath - Variable in class org.apache.batik.parser.AWTPolylineProducer
- Is the current path a new one?
- none() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
- Implements
PreserveAspectRatioHandler.none()55 . - none() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
- Invoked when 'none' been parsed.
- numberListHandler - Variable in class org.apache.batik.parser.NumberListParser
- The number list handler used to report parse events.
- numberValue(float) - Method in class org.apache.batik.parser.DefaultNumberListHandler
- Implements
NumberListHandler.numberValue(float)55 . - numberValue(float) - Method in interface org.apache.batik.parser.NumberListHandler
- Invoked when a float value has been parsed.
O
- OTHER_LENGTH - Static variable in class org.apache.batik.parser.UnitProcessor
- This constant represents other lengths.
- org.apache.batik.parser - package org.apache.batik.parser
P
- ParseException - exception org.apache.batik.parser.ParseException.
- This class encapsulates a general parse error or warning.
- ParseException(String, int, int) - Constructor for class org.apache.batik.parser.ParseException
- Creates a new ParseException.
- ParseException(Exception) - Constructor for class org.apache.batik.parser.ParseException
- Creates a new ParseException wrapping an existing exception.
- ParseException(String, Exception) - Constructor for class org.apache.batik.parser.ParseException
- Creates a new ParseException from an existing exception.
- Parser - interface org.apache.batik.parser.Parser.
- This interface represents a parser.
- PathHandler - interface org.apache.batik.parser.PathHandler.
- This interface must be implemented and then registred as the
handler of a
PathParserinstance in order to be notified of parsing events. - PathParser - class org.apache.batik.parser.PathParser.
- This class implements an event-based parser for the SVG path's d attribute values.
- PathParser() - Constructor for class org.apache.batik.parser.PathParser
- Creates a new PathParser.
- PathParserFailureTest - class org.apache.batik.parser.PathParserFailureTest.
- To test the path parser.
- PathParserFailureTest(String) - Constructor for class org.apache.batik.parser.PathParserFailureTest
- Creates a new PathParserFailureTest.
- PathParserTest - class org.apache.batik.parser.PathParserTest.
- To test the path parser.
- PathParserTest(String, String) - Constructor for class org.apache.batik.parser.PathParserTest
- Creates a new PathParserTest.
- PathParserTest.TestHandler - class org.apache.batik.parser.PathParserTest.TestHandler.
- PathParserTest.TestHandler() - Constructor for class org.apache.batik.parser.PathParserTest.TestHandler
- PointsHandler - interface org.apache.batik.parser.PointsHandler.
- This interface must be implemented and then registred as the
handler of a
PointsParserinstance in order to be notified of parsing events. - PointsParser - class org.apache.batik.parser.PointsParser.
- This class implements an event-based parser for the SVG points attribute values (used with polyline and polygon elements).
- PointsParser() - Constructor for class org.apache.batik.parser.PointsParser
- Creates a new PointsParser.
- PreserveAspectRatioHandler - interface org.apache.batik.parser.PreserveAspectRatioHandler.
- This interface must be implemented and then registred as the
handler of a
PreserveAspectRatioParserinstance in order to be notified of parsing events. - PreserveAspectRatioParser - class org.apache.batik.parser.PreserveAspectRatioParser.
- This class implements an event-based parser for the SVG preserveAspectRatio attribute values.
- PreserveAspectRatioParser() - Constructor for class org.apache.batik.parser.PreserveAspectRatioParser
- Creates a new PreserveAspectRatioParser.
- parse(Reader) - Method in class org.apache.batik.parser.AbstractParser
- Parses the given reader
- parse(InputStream, String) - Method in class org.apache.batik.parser.AbstractParser
- Parses the given input stream.
- parse(String) - Method in class org.apache.batik.parser.AbstractParser
- Parses the given string.
- parse(Reader) - Method in interface org.apache.batik.parser.Parser
- Parses the given reader
- parse(String) - Method in interface org.apache.batik.parser.Parser
- Parses the given string
- parseA() - Method in class org.apache.batik.parser.PathParser
- Parses a 'A' command.
- parseC() - Method in class org.apache.batik.parser.