org.apache.batik.dom.svg
protected class AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler extends DefaultPreserveAspectRatioHandler
| Field Summary | |
|---|---|
| short | align |
| short | meetOrSlice |
| Method Summary | |
|---|---|
| short | getAlign() |
| short | getMeetOrSlice() |
| void | meet()
Invoked when 'meet' has been parsed. |
| void | none()
Invoked when 'none' been parsed. |
| void | slice()
Invoked when 'slice' has been parsed. |
| void | xMaxYMax()
Invoked when 'xMaxYMax' has been parsed. |
| void | xMaxYMid()
Invoked when 'xMaxYMid' has been parsed. |
| void | xMaxYMin()
Invoked when 'xMaxYMin' has been parsed. |
| void | xMidYMax()
Invoked when 'xMidYMax' has been parsed. |
| void | xMidYMid()
Invoked when 'xMidYMid' has been parsed. |
| void | xMidYMin()
Invoked when 'xMidYMin' has been parsed. |
| void | xMinYMax()
Invoked when 'xMinYMax' has been parsed. |
| void | xMinYMid()
Invoked when 'xMinYMid' has been parsed. |
| void | xMinYMin()
Invoked when 'xMinYMin' has been parsed. |
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform
Throws: ParseException if an error occured while processing the transform