| |
|
| java.lang.Object com.sun.perseus.parser.AbstractParser com.sun.perseus.parser.NumberParser com.sun.perseus.parser.TransformListParser
TransformListParser | public class TransformListParser extends NumberParser (Code) | | The TransformListParser class converts attributes
conforming to the SVG
transform
syntax into AffineTransform objects.
version: $Id: TransformListParser.java,v 1.2 2006/04/21 06:40:42 st125089 Exp $ |
parseMatrix | final protected void parseMatrix()(Code) | | Parses a matrix transform. 'm' is assumed to be the current character.
|
parseRotate | final protected void parseRotate()(Code) | | Parses a rotate transform. 'r' is assumed to be the current character.
|
parseScale | final protected void parseScale()(Code) | | Parses a scale transform. 'c' is assumed to be the current character.
|
parseSkew | final protected void parseSkew()(Code) | | Parses a skew transform. 'e' is assumed to be the current character.
|
parseTransformList | public Transform parseTransformList(String txfStr)(Code) | | Parameters: txfStr - the string containing the set of transform commands An AffineTransform object corresponding to theinput transform list. |
parseTranslate | final protected void parseTranslate()(Code) | | Parses a translate transform. 't' is assumed to be
the current character.
|
|
|
|