|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.refimpl.bridge.SVGUtilities.PreserveAspectRatio
To store the preserveAspectRatio attribute values.
Field Summary | |
short |
align
|
boolean |
meet
|
Constructor Summary | |
protected |
SVGUtilities.PreserveAspectRatio()
|
Method Summary | |
void |
endPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing ends. |
void |
meet()
Invoked when 'meet' has been parsed. |
void |
none()
Invoked when 'none' been parsed. |
void |
slice()
Invoked when 'slice' has been parsed. |
void |
startPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing starts. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public short align
public boolean meet
Constructor Detail |
protected SVGUtilities.PreserveAspectRatio()
Method Detail |
public void startPreserveAspectRatio() throws ParseException
startPreserveAspectRatio
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void none() throws ParseException
none
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void xMaxYMax() throws ParseException
xMaxYMax
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void xMaxYMid() throws ParseException
xMaxYMid
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void xMaxYMin() throws ParseException
xMaxYMin
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void xMidYMax() throws ParseException
xMidYMax
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void xMidYMid() throws ParseException
xMidYMid
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void xMidYMin() throws ParseException
xMidYMin
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void xMinYMax() throws ParseException
xMinYMax
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void xMinYMid() throws ParseException
xMinYMid
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void xMinYMin() throws ParseException
xMinYMin
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void meet() throws ParseException
meet
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void slice() throws ParseException
slice
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transformpublic void endPreserveAspectRatio() throws ParseException
endPreserveAspectRatio
in interface PreserveAspectRatioHandler
ParseException
- if an error occured while processing
the transform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |