Skip navigation links
A B C D E F G H I L M N O P R S T U V W X Y Z _ 

A

a - Variable in class org.apache.batik.parser.FloatArrayProducer
The current float[] object.
AbstractParser - Class in org.apache.batik.parser
This class is the superclass of all parsers.
AbstractParser() - Constructor for class org.apache.batik.parser.AbstractParser
 
AbstractScanner - Class in org.apache.batik.parser
An abstract scanner class to be extended.
AbstractScanner(Reader) - Constructor for class org.apache.batik.parser.AbstractScanner
Creates a new AbstractScanner object.
AbstractScanner(InputStream, String) - Constructor for class org.apache.batik.parser.AbstractScanner
Creates a new AbstractScanner object.
AbstractScanner(String) - Constructor for class org.apache.batik.parser.AbstractScanner
Creates a new AbstractScanner object.
accesskey(float, char) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when an accesskey value timing specifier is parsed.
accesskey(float, char) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when an accesskey value timing specifier is parsed.
accessKeySVG12(float, String) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when an SVG 1.2 accessKey value timing specifier is parsed.
accessKeySVG12(float, String) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when an SVG 1.2 accessKey value timing specifier is parsed.
affineTransform - Variable in class org.apache.batik.parser.AWTTransformProducer
The value of the current affine transform.
AngleHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registred as the handler of a AngleParser instance in order to be notified of parsing events.
angleHandler - Variable in class org.apache.batik.parser.AngleParser
The angle handler used to report parse events.
AngleParser - Class in org.apache.batik.parser
This class implements an event-based parser for the SVG angle values.
AngleParser() - Constructor for class org.apache.batik.parser.AngleParser
 
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
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.PathArrayProducer
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.
arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.parser.PathArrayProducer
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.
as - Variable in class org.apache.batik.parser.FloatArrayProducer
List of float[] objects.
AWTPathProducer - Class in org.apache.batik.parser
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 in org.apache.batik.parser
This class produces a polygon shape from a reader.
AWTPolygonProducer() - Constructor for class org.apache.batik.parser.AWTPolygonProducer
 
AWTPolylineProducer - Class in org.apache.batik.parser
This class produces a polyline shape from a reader.
AWTPolylineProducer() - Constructor for class org.apache.batik.parser.AWTPolylineProducer
 
AWTTransformProducer - Class in org.apache.batik.parser
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
 

B

blankCharacters - Variable in class org.apache.batik.parser.AbstractScanner
The characters to skip to create the string which represents the current token.
buffer - Variable in class org.apache.batik.parser.AbstractScanner
The recording buffer.
buffer - Variable in class org.apache.batik.parser.FragmentIdentifierParser
The buffer used for numbers.
bufferize() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Adds the current character to the buffer.
bufferSize - Variable in class org.apache.batik.parser.FragmentIdentifierParser
The buffer size.
buildFloat(int, int) - Static method in class org.apache.batik.parser.NumberParser
Computes a float from mantissa and exponent.
BUNDLE_CLASSNAME - Static variable in class org.apache.batik.parser.AbstractParser
The default resource bundle base name.

C

c - Variable in class org.apache.batik.parser.PathArrayProducer
The current short[] object.
ccount - Variable in class org.apache.batik.parser.PathArrayProducer
The total number of path commands accumulated.
cindex - Variable in class org.apache.batik.parser.PathArrayProducer
The index in which to store the next path command.
clearBuffer() - Method in class org.apache.batik.parser.AbstractScanner
Clears the buffer.
ClockHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registered as the handler of a ClockParser instance in order to be notified of parsing events.
clockHandler - Variable in class org.apache.batik.parser.ClockParser
The handler used to report parse events.
ClockParser - Class in org.apache.batik.parser
A parser for clock values.
ClockParser(boolean) - Constructor for class org.apache.batik.parser.ClockParser
Creates a new ClockParser.
clockValue(float) - Method in interface org.apache.batik.parser.ClockHandler
Invoked when a clock value is parsed.
closePath() - Method in class org.apache.batik.parser.AWTPathProducer
closePath() - Method in class org.apache.batik.parser.DefaultPathHandler
closePath() - Method in class org.apache.batik.parser.PathArrayProducer
closePath() - Method in interface org.apache.batik.parser.PathHandler
Invoked when a closepath has been parsed.
cm() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.cm().
cm() - Method in class org.apache.batik.parser.LengthArrayProducer
Implements LengthHandler.cm().
cm() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'cm' has been parsed.
cm() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
Implements LengthHandler.cm().
columnNumber - Variable in exception org.apache.batik.parser.ParseException
 
command(short) - Method in class org.apache.batik.parser.PathArrayProducer
Adds a path command to the list.
count - Variable in class org.apache.batik.parser.FloatArrayProducer
The total number of floats accumulated.
count - Variable in class org.apache.batik.parser.LengthArrayProducer
The total number of lengths accumulated.
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.
cs - Variable in class org.apache.batik.parser.PathArrayProducer
List of short[] objects.
current - Variable in class org.apache.batik.parser.AbstractParser
The current character.
current - Variable in class org.apache.batik.parser.AbstractScanner
The current char.
currentUnit - Variable in class org.apache.batik.parser.LengthArrayProducer
The unit for the current length.
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
curvetoCubicAbs(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
curvetoCubicAbs(float, float, float, float, float, float) - Method in class org.apache.batik.parser.PathArrayProducer
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.
curvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
curvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
curvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.batik.parser.PathArrayProducer
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.
curvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
curvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
curvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.batik.parser.PathArrayProducer
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.
curvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
curvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
curvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.batik.parser.PathArrayProducer
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.
curvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
curvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
curvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.batik.parser.PathArrayProducer
curvetoQuadraticAbs(float, float, float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an absolute quadratic bezier curve command has been parsed.
curvetoQuadraticRel(float, float, float, float) - Method in class org.apache.batik.parser.AWTPathProducer
curvetoQuadraticRel(float, float, float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
curvetoQuadraticRel(float, float, float, float) - Method in class org.apache.batik.parser.PathArrayProducer
curvetoQuadraticRel(float, float, float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a relative quadratic bezier curve command has been parsed.
curvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
curvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
curvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.batik.parser.PathArrayProducer
curvetoQuadraticSmoothAbs(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an absolute smooth quadratic bezier curve command has been parsed.
curvetoQuadraticSmoothRel(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
curvetoQuadraticSmoothRel(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
curvetoQuadraticSmoothRel(float, float) - Method in class org.apache.batik.parser.PathArrayProducer
curvetoQuadraticSmoothRel(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a relative smooth quadratic bezier curve command has been parsed.

D

DefaultAngleHandler - Class in org.apache.batik.parser
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 in org.apache.batik.parser
This class provides a default implementation of ErrorHandler.
DefaultErrorHandler() - Constructor for class org.apache.batik.parser.DefaultErrorHandler
 
DefaultFragmentIdentifierHandler - Class in org.apache.batik.parser
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 in org.apache.batik.parser
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 in org.apache.batik.parser
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 in org.apache.batik.parser
 
DefaultNumberListHandler() - Constructor for class org.apache.batik.parser.DefaultNumberListHandler
This class does not need to be instantiated.
DefaultPathHandler - Class in org.apache.batik.parser
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 in org.apache.batik.parser
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 in org.apache.batik.parser
This class provides an adapter for PreserveAspectRatioHandler.
DefaultPreserveAspectRatioHandler() - Constructor for class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
This class does not need to be instantiated.
DefaultTimingSpecifierHandler - Class in org.apache.batik.parser
An adapter class for TimingSpecifierHandler.
DefaultTimingSpecifierHandler() - Constructor for class org.apache.batik.parser.DefaultTimingSpecifierHandler
 
DefaultTimingSpecifierListHandler - Class in org.apache.batik.parser
An adapter class for TimingSpecifierListHandler.
DefaultTimingSpecifierListHandler() - Constructor for class org.apache.batik.parser.DefaultTimingSpecifierListHandler
 
DefaultTransformListHandler - Class in org.apache.batik.parser
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().
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.ClockParser
Parses a clock value.
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.LengthPairListParser
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.TimingSpecifierListParser
Parses a timing specifier list.
doParse() - Method in class org.apache.batik.parser.TimingSpecifierParser
Parses a timing specifier.
doParse() - Method in class org.apache.batik.parser.TransformListParser
Parses the current reader.

E

em() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.em().
em() - Method in class org.apache.batik.parser.LengthArrayProducer
Implements LengthHandler.em().
em() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'em' has been parsed.
em() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
Implements LengthHandler.em().
emsToPixels(float, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Converts ems units to user units.
end - Variable in class org.apache.batik.parser.AbstractScanner
The end offset of the last lexical unit.
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
endFragmentIdentifier() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
endFragmentIdentifier() - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
Invoked when the fragment identifier ends.
endGap() - Method in class org.apache.batik.parser.AbstractScanner
Returns the end gap of the current lexical unit.
endLength() - Method in class org.apache.batik.parser.DefaultLengthHandler
endLength() - Method in class org.apache.batik.parser.LengthArrayProducer
endLength() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when the length attribute ends.
endLength() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
endLengthList() - Method in class org.apache.batik.parser.DefaultLengthListHandler
Implements endLengthList().
endLengthList() - Method in class org.apache.batik.parser.LengthArrayProducer
Invoked when the length list attribute ends.
endLengthList() - Method in interface org.apache.batik.parser.LengthListHandler
Invoked when the length attribute ends.
endNumber() - Method in class org.apache.batik.parser.DefaultNumberListHandler
endNumber() - Method in interface org.apache.batik.parser.NumberListHandler
Invoked when the number attribute ends.
endNumberList() - Method in class org.apache.batik.parser.DefaultNumberListHandler
endNumberList() - Method in class org.apache.batik.parser.FloatArrayProducer
Invoked when the number list attribute ends.
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
endPath() - Method in class org.apache.batik.parser.DefaultPathHandler
endPath() - Method in class org.apache.batik.parser.PathArrayProducer
endPath() - Method in interface org.apache.batik.parser.PathHandler
Invoked when the path ends.
endPoints() - Method in class org.apache.batik.parser.AWTPolygonProducer
endPoints() - Method in class org.apache.batik.parser.AWTPolylineProducer
endPoints() - Method in class org.apache.batik.parser.DefaultPointsHandler
endPoints() - Method in class org.apache.batik.parser.FloatArrayProducer
endPoints() - Method in interface org.apache.batik.parser.PointsHandler
Invoked when the points attribute ends.
endPreserveAspectRatio() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
endPreserveAspectRatio() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when the PreserveAspectRatio parsing ends.
endTimingSpecifierList() - Method in class org.apache.batik.parser.DefaultTimingSpecifierListHandler
Invoked when parsing of a timing specifier list ends.
endTimingSpecifierList() - Method in interface org.apache.batik.parser.TimingSpecifierListHandler
Invoked when parsing of a timing specifier list ends.
endTransformList() - Method in class org.apache.batik.parser.AWTTransformProducer
endTransformList() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
endTransformList() - Method in class org.apache.batik.parser.DefaultTransformListHandler
endTransformList() - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when the transform ends.
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.
eRead - Variable in class org.apache.batik.parser.PointsParser
Whether the last character was a 'e' or 'E'.
error(ParseException) - Method in class org.apache.batik.parser.DefaultErrorHandler
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.
ErrorHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registred as the error handler in order to be notified of parsing errors.
eventbase(float, String, String) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when an eventbase value timing specifier is parsed.
eventbase(float, String, String) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when an eventbase value timing specifier is parsed.
ex() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.ex().
ex() - Method in class org.apache.batik.parser.LengthArrayProducer
Implements LengthHandler.ex().
ex() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'ex' has been parsed.
ex() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
Implements LengthHandler.ex().
exception - Variable in exception 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

FloatArrayProducer - Class in org.apache.batik.parser
A handler class that generates an array of floats from parsing a number list or a point list.
FloatArrayProducer() - Constructor for class org.apache.batik.parser.FloatArrayProducer
 
formatMessage(String, Object[]) - Method in class org.apache.batik.parser.AbstractParser
Implements Localizable.formatMessage(String,Object[]).
FragmentIdentifierHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registred as the handler of a PreserveAspectRatioParser instance in order to be notified of parsing events.
fragmentIdentifierHandler - Variable in class org.apache.batik.parser.FragmentIdentifierParser
The FragmentIdentifierHandler.
FragmentIdentifierParser - Class in org.apache.batik.parser
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.

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.
getBuffer() - Method in class org.apache.batik.parser.AbstractScanner
Returns the buffer used to store the chars.
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 class org.apache.batik.parser.ClockParser
Returns the parse event handler in use.
getColumn() - Method in class org.apache.batik.parser.AbstractScanner
Returns the current column.
getColumnNumber() - Method in exception 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.
getEnd() - Method in class org.apache.batik.parser.AbstractScanner
Returns the end offset of the last lexical unit.
getException() - Method in exception org.apache.batik.parser.ParseException
Return the embedded exception, if any.
getFloatArray() - Method in class org.apache.batik.parser.FloatArrayProducer
Returns the array of floats accumulated.
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.
getLengthTypeArray() - Method in class org.apache.batik.parser.LengthArrayProducer
Returns the array of length units accumulated.
getLengthValueArray() - Method in class org.apache.batik.parser.LengthArrayProducer
Returns the array of length values accumulated.
getLine() - Method in class org.apache.batik.parser.AbstractScanner
Returns the current line.
getLineNumber() - Method in exception 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().
getMessage() - Method in exception 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.
getPathCommands() - Method in class org.apache.batik.parser.PathArrayProducer
Returns the array of path commands accumulated.
getPathHandler() - Method in class org.apache.batik.parser.PathParser
Returns the path handler in use.
getPathParameters() - Method in class org.apache.batik.parser.PathArrayProducer
Returns the array of path parameters accumulated.
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.
getStart() - Method in class org.apache.batik.parser.AbstractScanner
Returns the start offset of the last lexical unit.
getStringValue() - Method in class org.apache.batik.parser.AbstractScanner
Returns the string representation of the current lexical unit.
getTimingSpecifierHandler() - Method in class org.apache.batik.parser.TimingSpecifierParser
Returns the parse event handler in use.
getTimingSpecifierListHandler() - Method in class org.apache.batik.parser.TimingSpecifierListParser
Returns the parse event handler in use.
getTransformListHandler() - Method in class org.apache.batik.parser.TransformListParser
Returns the transform list handler in use.
getType() - Method in class org.apache.batik.parser.AbstractScanner
The current lexical unit type like defined in LexicalUnits.
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

H

handleTimingSpecifier(Object[]) - Method in class org.apache.batik.parser.TimingSpecifierParser
Calls the appropriate parse event handler function for the given parsed timing specifier.
HORIZONTAL_LENGTH - Static variable in class org.apache.batik.parser.UnitProcessor
This constant represents horizontal lengths.

I

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().
in() - Method in class org.apache.batik.parser.LengthArrayProducer
Implements LengthHandler.in().
in() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'in' has been parsed.
in() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
Implements LengthHandler.in().
indefinite() - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when an indefinite value timing specifier is parsed.
indefinite() - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when an indefinite value timing specifier is parsed.
index - Variable in class org.apache.batik.parser.FloatArrayProducer
The index in which to store the next number.
index - Variable in class org.apache.batik.parser.LengthArrayProducer
The index in which to store the next length.
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.DefaultTimingSpecifierHandler
The default handler.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultTimingSpecifierListHandler
The default handler.
INSTANCE - Static variable in class org.apache.batik.parser.DefaultTransformListHandler
The only instance of this class.
isEqualIgnoreCase(int, char) - Static method in class org.apache.batik.parser.AbstractScanner
Compares the given int with the given character, ignoring case.

L

LengthArrayProducer - Class in org.apache.batik.parser
A handler class that generates an array of shorts and an array floats from parsing a length list.
LengthArrayProducer() - Constructor for class org.apache.batik.parser.LengthArrayProducer
 
LengthHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registred as the handler of a LengthParser instance in order to be notified of parsing events.
lengthHandler - Variable in class org.apache.batik.parser.LengthParser
The length handler used to report parse events.
LengthListHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registred as the handler of a LengthListParser instance in order to be notified of parsing events.
LengthListParser - Class in org.apache.batik.parser
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.
LengthPairListParser - Class in org.apache.batik.parser
This class implements an event-based parser for semicolon separated length pair lists, as used in the 'values' attribute of the 'animateMotion' element.
LengthPairListParser() - Constructor for class org.apache.batik.parser.LengthPairListParser
 
LengthParser - Class in org.apache.batik.parser
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.
lengthValue(float) - Method in class org.apache.batik.parser.DefaultLengthHandler
lengthValue(float) - Method in class org.apache.batik.parser.LengthArrayProducer
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.UnitProcessor.UnitResolver
lineNumber - Variable in exception org.apache.batik.parser.ParseException
 
linetoAbs(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
linetoAbs(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
linetoAbs(float, float) - Method in class org.apache.batik.parser.PathArrayProducer
linetoAbs(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an absolute line command has been parsed.
linetoHorizontalAbs(float) - Method in class org.apache.batik.parser.AWTPathProducer
linetoHorizontalAbs(float) - Method in class org.apache.batik.parser.DefaultPathHandler
linetoHorizontalAbs(float) - Method in class org.apache.batik.parser.PathArrayProducer
linetoHorizontalAbs(float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an horizontal absolute line command has been parsed.
linetoHorizontalRel(float) - Method in class org.apache.batik.parser.AWTPathProducer
linetoHorizontalRel(float) - Method in class org.apache.batik.parser.DefaultPathHandler
linetoHorizontalRel(float) - Method in class org.apache.batik.parser.PathArrayProducer
linetoHorizontalRel(float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an horizontal relative line command has been parsed.
linetoRel(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
linetoRel(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
linetoRel(float, float) - Method in class org.apache.batik.parser.PathArrayProducer
linetoRel(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a relative line command has been parsed.
linetoVerticalAbs(float) - Method in class org.apache.batik.parser.AWTPathProducer
linetoVerticalAbs(float) - Method in class org.apache.batik.parser.DefaultPathHandler
linetoVerticalAbs(float) - Method in class org.apache.batik.parser.PathArrayProducer
linetoVerticalAbs(float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a vertical absolute line command has been parsed.
linetoVerticalRel(float) - Method in class org.apache.batik.parser.AWTPathProducer
linetoVerticalRel(float) - Method in class org.apache.batik.parser.DefaultPathHandler
linetoVerticalRel(float) - Method in class org.apache.batik.parser.PathArrayProducer
linetoVerticalRel(float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a vertical relative line command has been parsed.
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
matrix(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
matrix(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
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.
mediaMarker(String, String) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when a media marker value timing specifier is parsed.
mediaMarker(String, String) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when a media marker value timing specifier is parsed.
meet() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
meet() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'meet' has been parsed.
mm() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.mm().
mm() - Method in class org.apache.batik.parser.LengthArrayProducer
Implements LengthHandler.mm().
mm() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'mm' has been parsed.
mm() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
Implements LengthHandler.mm().
movetoAbs(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
movetoAbs(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
movetoAbs(float, float) - Method in class org.apache.batik.parser.PathArrayProducer
movetoAbs(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an absolute moveto command has been parsed.
movetoRel(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
movetoRel(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
movetoRel(float, float) - Method in class org.apache.batik.parser.PathArrayProducer
movetoRel(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a relative moveto command has been parsed.

N

newPath - Variable in class org.apache.batik.parser.AWTPolylineProducer
Is the current path a new one?
next() - Method in class org.apache.batik.parser.AbstractScanner
Returns the next token.
nextChar() - Method in class org.apache.batik.parser.AbstractScanner
Sets the value of the current char to the next character or -1 if the end of stream has been reached.
nextToken() - Method in class org.apache.batik.parser.AbstractScanner
Returns the next token.
none() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
none() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'none' been parsed.
NumberListHandler - Interface in org.apache.batik.parser
An handler interface for parsing NumberLists.
numberListHandler - Variable in class org.apache.batik.parser.NumberListParser
The number list handler used to report parse events.
NumberListParser - Class in org.apache.batik.parser
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 in org.apache.batik.parser
This class represents a parser with support for numbers.
NumberParser() - Constructor for class org.apache.batik.parser.NumberParser
 
numberValue(float) - Method in class org.apache.batik.parser.DefaultNumberListHandler
numberValue(float) - Method in class org.apache.batik.parser.FloatArrayProducer
Invoked when a float value has been parsed.
numberValue(float) - Method in class org.apache.batik.parser.LengthArrayProducer
Invoked when a float value has been parsed.
numberValue(float) - Method in interface org.apache.batik.parser.NumberListHandler
Invoked when a float value has been parsed.

O

offset(float) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when an offset value timing specifier is parsed.
offset(float) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when an offset value timing specifier is parsed.
org.apache.batik.parser - package org.apache.batik.parser
Provides a set of parsers and objects to manipulate SVG attributes.
OTHER_LENGTH - Static variable in class org.apache.batik.parser.UnitProcessor
This constant represents other lengths.

P

p - Variable in class org.apache.batik.parser.PathArrayProducer
The current float[] object.
param(float) - Method in class org.apache.batik.parser.PathArrayProducer
Adds a path parameter to the list.
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.
parseA() - Method in class org.apache.batik.parser.PathParser
Parses a 'A' command.
parsec() - Method in class org.apache.batik.parser.PathParser
Parses a 'c' command.
parseC() - Method in class org.apache.batik.parser.PathParser
Parses a 'C' command.
parseClockValue() - Method in class org.apache.batik.parser.TimingParser
Parses a clock value.
parseDigits() - Method in class org.apache.batik.parser.TimingParser
Parses a sequence of digits and returns the integer.
ParseException - Exception in org.apache.batik.parser
This class encapsulates a general parse error or warning.
ParseException(String, int, int) - Constructor for exception org.apache.batik.parser.ParseException
Creates a new ParseException.
ParseException(Exception) - Constructor for exception org.apache.batik.parser.ParseException
Creates a new ParseException wrapping an existing exception.
ParseException(String, Exception) - Constructor for exception org.apache.batik.parser.ParseException
Creates a new ParseException from an existing exception.
parseFloat() - Method in class org.apache.batik.parser.NumberParser
Parses the content of the buffer and converts it to a float.
parseFraction() - Method in class org.apache.batik.parser.TimingParser
Parses a '.' and a sequence of digits and returns the float.
parseh() - Method in class org.apache.batik.parser.PathParser
Parses a 'h' command.
parseH() - Method in class org.apache.batik.parser.PathParser
Parses a 'H' command.
parseIdentifier() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Parses an identifier.
parseIDValue(boolean) - Method in class org.apache.batik.parser.TimingParser
Parses a timing specifier that starts with a word.
parsel() - Method in class org.apache.batik.parser.PathParser
Parses a 'l' command.
parseL() - Method in class org.apache.batik.parser.PathParser
Parses a 'L' command.
parseLength() - Method in class org.apache.batik.parser.LengthParser
Parses a length value.
parsem() - Method in class org.apache.batik.parser.PathParser
Parses a 'm' command.
parseM() - Method in class org.apache.batik.parser.PathParser
Parses a 'M' command.
parseMatrix() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Parses a matrix transform.
parseMatrix() - Method in class org.apache.batik.parser.TransformListParser
Parses a matrix transform.
parseName() - Method in class org.apache.batik.parser.TimingParser
Parses an XML name with optional escaping in the middle.
parseOffset - Variable in class org.apache.batik.parser.ClockParser
Whether this parser should parse offsets rather than clock values.
parseOffset() - Method in class org.apache.batik.parser.TimingParser
Parses an offset value.
parsePreserveAspectRatio() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Parses a PreserveAspectRatio attribute.
parsePreserveAspectRatio() - Method in class org.apache.batik.parser.PreserveAspectRatioParser
Parses a PreserveAspectRatio attribute.
parseq() - Method in class org.apache.batik.parser.PathParser
Parses a 'q' command.
parseQ() - Method in class org.apache.batik.parser.PathParser
Parses a 'Q' command.
Parser - Interface in org.apache.batik.parser
This interface represents a parser.
parseRotate() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Parses a rotate transform.
parseRotate() - Method in class org.apache.batik.parser.TransformListParser
Parses a rotate transform.
parses() - Method in class org.apache.batik.parser.PathParser
Parses a 's' command.
parseS() - Method in class org.apache.batik.parser.PathParser
Parses a 'S' command.
parseScale() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Parses a scale transform.
parseScale() - Method in class org.apache.batik.parser.TransformListParser
Parses a scale transform.
parseSkew() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Parses a skew transform.
parseSkew() - Method in class org.apache.batik.parser.TransformListParser
Parses a skew transform.
parset() - Method in class org.apache.batik.parser.PathParser
Parses a 't' command.
parseT() - Method in class org.apache.batik.parser.PathParser
Parses a 'T' command.
parseTimingSpecifier() - Method in class org.apache.batik.parser.TimingParser
Parses a timing specifier.
parseTranslate() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Parses a translate transform.
parseTranslate() - Method in class org.apache.batik.parser.TransformListParser
Parses a translate transform.
parseUnit() - Method in class org.apache.batik.parser.TimingParser
Parses a time unit and returns the float for the multiplier.
parsev() - Method in class org.apache.batik.parser.PathParser
Parses a 'v' command.
parseV() - Method in class org.apache.batik.parser.PathParser
Parses a 'V' command.
parseViewAttributes() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Parses the svgView attributes.
parseWallclockValue() - Method in class org.apache.batik.parser.TimingParser
Parses a wallclock value and returns it as a Calendar.
path - Variable in class org.apache.batik.parser.AWTPathProducer
The temporary value of extendedGeneralPath.
path - Variable in class org.apache.batik.parser.AWTPolylineProducer
The current path.
PathArrayProducer - Class in org.apache.batik.parser
A handler class that generates an array of shorts and an array floats from parsing path data.
PathArrayProducer() - Constructor for class org.apache.batik.parser.PathArrayProducer
 
PathHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registred as the handler of a PathParser instance in order to be notified of parsing events.
pathHandler - Variable in class org.apache.batik.parser.PathParser
The path handler used to report parse events.
PathParser - Class in org.apache.batik.parser
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.
pc() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.pc().
pc() - Method in class org.apache.batik.parser.LengthArrayProducer
Implements LengthHandler.pc().
pc() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'pc' has been parsed.
pc() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
Implements LengthHandler.pc().
pcount - Variable in class org.apache.batik.parser.PathArrayProducer
The total number of path parameters accumulated.
percentage() - Method in class org.apache.batik.parser.DefaultLengthHandler
percentage() - Method in class org.apache.batik.parser.LengthArrayProducer
percentage() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when '%' has been parsed.
percentage() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
percentagesToPixels(float, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Converts percentages to user units.
pindex - Variable in class org.apache.batik.parser.PathArrayProducer
The index in which to store the next path parameter.
pixelsToEms(float, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Converts user units to ems units.
pixelsToExs(float, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Converts user units to exs units.
pixelsToPercentages(float, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Converts user units to percentages relative to the viewport.
point(float, float) - Method in class org.apache.batik.parser.AWTPolylineProducer
point(float, float) - Method in class org.apache.batik.parser.DefaultPointsHandler
point(float, float) - Method in class org.apache.batik.parser.FloatArrayProducer
point(float, float) - Method in interface org.apache.batik.parser.PointsHandler
Invoked when a point has been parsed.
PointsHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registred as the handler of a PointsParser instance in order to be notified of parsing events.
pointsHandler - Variable in class org.apache.batik.parser.PointsParser
The points handler used to report parse events.
PointsParser - Class in org.apache.batik.parser
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.
position - Variable in class org.apache.batik.parser.AbstractScanner
The current position in the buffer.
PreserveAspectRatioHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registred as the handler of a PreserveAspectRatioParser instance in order to be notified of parsing events.
preserveAspectRatioHandler - Variable in class org.apache.batik.parser.PreserveAspectRatioParser
The PreserveAspectRatio handler used to report parse events.
PreserveAspectRatioParser - Class in org.apache.batik.parser
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.
previousType - Variable in class org.apache.batik.parser.AbstractScanner
The previous lexical unit type that was scanned.
ps - Variable in class org.apache.batik.parser.PathArrayProducer
List of float[] objects.
pt() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.pt().
pt() - Method in class org.apache.batik.parser.LengthArrayProducer
Implements LengthHandler.pt().
pt() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'pt' has been parsed.
pt() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
Implements LengthHandler.pt().
px() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.px().
px() - Method in class org.apache.batik.parser.LengthArrayProducer
Implements LengthHandler.px().
px() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'px' has been parsed.
px() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
Implements LengthHandler.px().

R

rad() - Method in interface org.apache.batik.parser.AngleHandler
Invoked when 'rad' has been parsed.
rad() - Method in class org.apache.batik.parser.DefaultAngleHandler
Implements AngleHandler.rad().
reader - Variable in class org.apache.batik.parser.AbstractParser
The normalizing reader.
reader - Variable in class org.apache.batik.parser.AbstractScanner
The reader.
repeat(float, String) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when a repeat value timing specifier with no iteration is parsed.
repeat(float, String, int) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when a repeat value timing specifier with an iteration is parsed.
repeat(float, String) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when a repeat value timing specifier with no iteration is parsed.
repeat(float, String, int) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when a repeat value timing specifier with an iteration is parsed.
reportCharacterExpectedError(char, int) - Method in class org.apache.batik.parser.AbstractParser
simple api to call often reported error.
reportError(String, Object[]) - Method in class org.apache.batik.parser.AbstractParser
Signals an error to the error handler.
reportUnexpected(int) - Method in class org.apache.batik.parser.PathParser
 
reportUnexpectedCharacterError(int) - Method in class org.apache.batik.parser.AbstractParser
simple api to call often reported error.
rotate(float) - Method in class org.apache.batik.parser.AWTTransformProducer
rotate(float, float, float) - Method in class org.apache.batik.parser.AWTTransformProducer
rotate(float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
rotate(float, float, float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
rotate(float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
rotate(float, float, float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
rotate(float) - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when 'rotate(theta)' has been parsed.
rotate(float, float, float) - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when 'rotate(theta, cx, cy)' has been parsed.

S

scale(float) - Method in class org.apache.batik.parser.AWTTransformProducer
scale(float, float) - Method in class org.apache.batik.parser.AWTTransformProducer
scale(float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
scale(float, float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
scale(float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
scale(float, float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
scale(float) - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when 'scale(sx)' has been parsed.
scale(float, float) - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when 'scale(sx, sy)' has been parsed.
setAngleHandler(AngleHandler) - Method in class org.apache.batik.parser.AngleParser
Allows an application to register an angle handler.
setClockHandler(ClockHandler) - Method in class org.apache.batik.parser.ClockParser
Registers a parse event handler.
setErrorHandler(ErrorHandler) - Method in class org.apache.batik.parser.AbstractParser
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.apache.batik.parser.Parser
Allows an application to register an error event handler.
setFragmentIdentifierHandler(FragmentIdentifierHandler) - Method in class org.apache.batik.parser.FragmentIdentifierParser
Allows an application to register a fragment identifier handler.
setLengthHandler(LengthHandler) - Method in class org.apache.batik.parser.LengthParser
Allows an application to register a length handler.
setLengthListHandler(LengthListHandler) - Method in class org.apache.batik.parser.LengthListParser
Allows an application to register a length list handler.
setLocale(Locale) - Method in class org.apache.batik.parser.AbstractParser
Implements Localizable.setLocale(Locale).
setNumberListHandler(NumberListHandler) - Method in class org.apache.batik.parser.NumberListParser
Allows an application to register a number list handler.
setPathHandler(PathHandler) - Method in class org.apache.batik.parser.PathParser
Allows an application to register a path handler.
setPointsHandler(PointsHandler) - Method in class org.apache.batik.parser.PointsParser
Allows an application to register a points handler.
setPreserveAspectRatioHandler(PreserveAspectRatioHandler) - Method in class org.apache.batik.parser.PreserveAspectRatioParser
Allows an application to register a PreserveAspectRatioParser handler.
setTimingSpecifierHandler(TimingSpecifierHandler) - Method in class org.apache.batik.parser.TimingSpecifierParser
Registers a parse event handler.
setTimingSpecifierListHandler(TimingSpecifierListHandler) - Method in class org.apache.batik.parser.TimingSpecifierListParser
Registers a parse event handler.
setTransformListHandler(TransformListHandler) - Method in class org.apache.batik.parser.TransformListParser
Allows an application to register a transform list handler.
setWindingRule(int) - Method in class org.apache.batik.parser.AWTPathProducer
Sets the winding rule used to construct the path.
setWindingRule(int) - Method in class org.apache.batik.parser.AWTPolylineProducer
Sets the winding rule used to construct the path.
setWindingRule(int) - Method in interface org.apache.batik.parser.ShapeProducer
Sets the winding rule used to construct the path.
ShapeProducer - Interface in org.apache.batik.parser
This interface represents objects which creates Shape objects.
skewX(float) - Method in class org.apache.batik.parser.AWTTransformProducer
skewX(float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
skewX(float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
skewX(float) - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when 'skewX(skx)' has been parsed.
skewY(float) - Method in class org.apache.batik.parser.AWTTransformProducer
skewY(float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
skewY(float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
skewY(float) - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when 'skewY(sky)' has been parsed.
skipCommaSpaces() - Method in class org.apache.batik.parser.AbstractParser
Skips the whitespaces and an optional comma.
skipCommaSpaces() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Skips the whitespaces and an optional comma.
skipCommaSpaces2() - Method in class org.apache.batik.parser.PathParser
Skips the whitespaces and an optional comma.
skipIdentifier() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Skips characters in the given reader until a white space is encountered.
skipIdentifier() - Method in class org.apache.batik.parser.PreserveAspectRatioParser
Skips characters in the given reader until a white space is encountered.
skipSpaces() - Method in class org.apache.batik.parser.AbstractParser
Skips the whitespaces in the current reader.
skipSpaces() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Skips the whitespaces in the current reader.
skipSubPath() - Method in class org.apache.batik.parser.PathParser
Skips a sub-path.
skipTransform() - Method in class org.apache.batik.parser.FragmentIdentifierParser
Skips characters in the given reader until a ')' is encountered.
skipTransform() - Method in class org.apache.batik.parser.TransformListParser
Skips characters in the given reader until a ')' is encountered.
slice() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
slice() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'slice' has been parsed.
start - Variable in class org.apache.batik.parser.AbstractScanner
The start offset of the last lexical unit.
startAngle() - Method in interface org.apache.batik.parser.AngleHandler
Invoked when the angle attribute parsing starts.
startAngle() - Method in class org.apache.batik.parser.DefaultAngleHandler
startFragmentIdentifier() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
startFragmentIdentifier() - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
Invoked when the fragment identifier starts.
startLength() - Method in class org.apache.batik.parser.DefaultLengthHandler
startLength() - Method in class org.apache.batik.parser.LengthArrayProducer
startLength() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when the length attribute starts.
startLength() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
startLengthList() - Method in class org.apache.batik.parser.DefaultLengthListHandler
Implements startLengthList().
startLengthList() - Method in class org.apache.batik.parser.LengthArrayProducer
Invoked when the length list attribute starts.
startLengthList() - Method in interface org.apache.batik.parser.LengthListHandler
Invoked when the length list attribute starts.
startNumber() - Method in class org.apache.batik.parser.DefaultNumberListHandler
startNumber() - Method in interface org.apache.batik.parser.NumberListHandler
Invoked when the number attribute starts.
startNumberList() - Method in class org.apache.batik.parser.DefaultNumberListHandler
startNumberList() - Method in class org.apache.batik.parser.FloatArrayProducer
Invoked when the number list attribute starts.
startNumberList() - Method in interface org.apache.batik.parser.NumberListHandler
Invoked when the number list attribute starts.
startPath() - Method in class org.apache.batik.parser.AWTPathProducer
startPath() - Method in class org.apache.batik.parser.DefaultPathHandler
startPath() - Method in class org.apache.batik.parser.PathArrayProducer
startPath() - Method in interface org.apache.batik.parser.PathHandler
Invoked when the path starts.
startPoints() - Method in class org.apache.batik.parser.AWTPolylineProducer
startPoints() - Method in class org.apache.batik.parser.DefaultPointsHandler
startPoints() - Method in class org.apache.batik.parser.FloatArrayProducer
startPoints() - Method in interface org.apache.batik.parser.PointsHandler
Invoked when the points attribute starts.
startPreserveAspectRatio() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
startPreserveAspectRatio() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when the PreserveAspectRatio parsing starts.
startTimingSpecifierList() - Method in class org.apache.batik.parser.DefaultTimingSpecifierListHandler
Invoked when parsing of a timing specifier list commences.
startTimingSpecifierList() - Method in interface org.apache.batik.parser.TimingSpecifierListHandler
Invoked when parsing of a timing specifier list commences.
startTransformList() - Method in class org.apache.batik.parser.AWTTransformProducer
startTransformList() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
startTransformList() - Method in class org.apache.batik.parser.DefaultTransformListHandler
startTransformList() - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when the tranform starts.
startViewTarget() - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
Invoked when a view target specification starts.
startViewTarget() - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
Invoked when a view target specification starts.
svgToObjectBoundingBox(String, String, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Returns the specified value with the specified direction in objectBoundingBox units.
svgToObjectBoundingBox(float, short, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Returns the specified value with the specified direction in objectBoundingBox units.
svgToUserSpace(String, String, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Returns the specified coordinate with the specified direction in user units.
svgToUserSpace(float, short, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Converts the specified value of the specified type and direction to user units.
syncbase(float, String, String) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when a syncbase value timing specifier is parsed.
syncbase(float, String, String) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when a syncbase value timing specifier is parsed.

T

TIME_ACCESSKEY - Static variable in class org.apache.batik.parser.TimingParser
 
TIME_ACCESSKEY_SVG12 - Static variable in class org.apache.batik.parser.TimingParser
 
TIME_EVENTBASE - Static variable in class org.apache.batik.parser.TimingParser
 
TIME_INDEFINITE - Static variable in class org.apache.batik.parser.TimingParser
 
TIME_MEDIA_MARKER - Static variable in class org.apache.batik.parser.TimingParser
 
TIME_OFFSET - Static variable in class org.apache.batik.parser.TimingParser
 
TIME_REPEAT - Static variable in class org.apache.batik.parser.TimingParser
 
TIME_SYNCBASE - Static variable in class org.apache.batik.parser.TimingParser
 
TIME_WALLCLOCK - Static variable in class org.apache.batik.parser.TimingParser
 
TimingParser - Class in org.apache.batik.parser
An abstract base class for SMIL timing value parsers.
TimingParser(boolean, boolean) - Constructor for class org.apache.batik.parser.TimingParser
Creates a new TimingParser.
TimingSpecifierHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registered as the handler of a TimingSpecifierParser instance in order to be notified of parsing events.
timingSpecifierHandler - Variable in class org.apache.batik.parser.TimingSpecifierParser
The handler used to report parse events.
TimingSpecifierListHandler - Interface in org.apache.batik.parser
An adapter class for TimingSpecifierListHandler.
TimingSpecifierListParser - Class in org.apache.batik.parser
This class implements an event-based parser for SMIL timing specifier list values.
TimingSpecifierListParser(boolean, boolean) - Constructor for class org.apache.batik.parser.TimingSpecifierListParser
Creates a new TimingSpecifierListParser.
TimingSpecifierParser - Class in org.apache.batik.parser
This class implements an event-based parser for SMIL timing specifier list values.
TimingSpecifierParser(boolean, boolean) - Constructor for class org.apache.batik.parser.TimingSpecifierParser
Creates a new TimingSpecifierParser.
TransformListHandler - Interface in org.apache.batik.parser
This interface must be implemented and then registred as the handler of a TransformParser instance in order to be notified of parsing events.
transformListHandler - Variable in class org.apache.batik.parser.TransformListParser
The transform list handler used to report parse events.
TransformListParser - Class in org.apache.batik.parser
This class implements an event-based parser for the SVG transform attribute values.
TransformListParser() - Constructor for class org.apache.batik.parser.TransformListParser
Creates a new TransformListParser.
translate(float) - Method in class org.apache.batik.parser.AWTTransformProducer
translate(float, float) - Method in class org.apache.batik.parser.AWTTransformProducer
translate(float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
translate(float, float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
translate(float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
translate(float, float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
translate(float) - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when 'translate(tx)' has been parsed.
translate(float, float) - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when 'translate(tx, ty)' has been parsed.
type - Variable in class org.apache.batik.parser.AbstractScanner
The type of the current lexical unit.

U

u - Variable in class org.apache.batik.parser.LengthArrayProducer
The current short[] object.
unit - Variable in class org.apache.batik.parser.UnitProcessor.UnitResolver
The length type.
UnitProcessor - Class in org.apache.batik.parser
This class provides methods to convert SVG length and coordinate to float in user units.
UnitProcessor() - Constructor for class org.apache.batik.parser.UnitProcessor
No instance of this class is required.
UnitProcessor.Context - Interface in org.apache.batik.parser
Holds the informations needed to compute the units.
UnitProcessor.UnitResolver - Class in org.apache.batik.parser
A LengthHandler that convert units.
UnitResolver() - Constructor for class org.apache.batik.parser.UnitProcessor.UnitResolver
 
us - Variable in class org.apache.batik.parser.LengthArrayProducer
List of short[] objects.
userSpaceToSVG(float, short, short, UnitProcessor.Context) - Static method in class org.apache.batik.parser.UnitProcessor
Converts the specified value of the specified type and direction to SVG units.
useSVG11AccessKeys - Variable in class org.apache.batik.parser.TimingParser
Allows the use of accessKey() timing specifiers with a single character, as specified in SVG 1.1.
useSVG12AccessKeys - Variable in class org.apache.batik.parser.TimingParser
Allows the use of accessKey() timing specifiers with a DOM 3 key name, as specified in SVG 1.2.

V

v - Variable in class org.apache.batik.parser.LengthArrayProducer
The current float[] object.
value - Variable in class org.apache.batik.parser.UnitProcessor.UnitResolver
The length value.
VERTICAL_LENGTH - Static variable in class org.apache.batik.parser.UnitProcessor
This constant represents vertical lengths.
viewBox(float, float, float, float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
Invoked when 'viewBox(x,y,width,height)' has been parsed.
viewBox(float, float, float, float) - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
Invoked when 'viewBox(x,y,width,height)' has been parsed.
viewTarget(String) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
Invoked when a view target component has been parsed.
viewTarget(String) - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
Invoked when a identifier has been parsed within a view target specification.
vs - Variable in class org.apache.batik.parser.LengthArrayProducer
List of float[] objects.

W

wallclock(Calendar) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when a wallclock value timing specifier is parsed.
wallclock(Calendar) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when a wallclock value timing specifier is parsed.
windingRule - Variable in class org.apache.batik.parser.AWTPathProducer
The winding rule to use to construct the path.
windingRule - Variable in class org.apache.batik.parser.AWTPolylineProducer
The winding rule to use to construct the path.

X

xCenter - Variable in class org.apache.batik.parser.AWTPathProducer
The reference x point for smooth arcs.
xMaxYMax() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
xMaxYMax() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'xMaxYMax' has been parsed.
xMaxYMid() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
xMaxYMid() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'xMaxYMid' has been parsed.
xMaxYMin() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
xMaxYMin() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'xMaxYMin' has been parsed.
xMidYMax() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
xMidYMax() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'xMidYMax' has been parsed.
xMidYMid() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
xMidYMid() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'xMidYMid' has been parsed.
xMidYMin() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
xMidYMin() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'xMidYMin' has been parsed.
xMinYMax() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
xMinYMax() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'xMinYMax' has been parsed.
xMinYMid() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
xMinYMid() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'xMinYMid' has been parsed.
xMinYMin() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
xMinYMin() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'xMinYMin' has been parsed.

Y

yCenter - Variable in class org.apache.batik.parser.AWTPathProducer
The reference y point for smooth arcs.

Z

zoomAndPan(boolean) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
Invoked when a 'zoomAndPan' specification has been parsed.
zoomAndPan(boolean) - Method in interface org.apache.batik.parser.FragmentIdentifierHandler
Invoked when a 'zoomAndPan' specification has been parsed.

_

_parsel(boolean) - Method in class org.apache.batik.parser.PathParser
 
_parseL(boolean) - Method in class org.apache.batik.parser.PathParser
 
A B C D E F G H I L M N O P R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2000–2023 Apache Software Foundation. All rights reserved.