|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PreserveAspectRatioHandler
This interface must be implemented and then registred as the
handler of a PreserveAspectRatioParser instance in order to
be notified of parsing events.
| 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. |
| Method Detail |
|---|
void startPreserveAspectRatio()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void none()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void xMaxYMax()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void xMaxYMid()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void xMaxYMin()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void xMidYMax()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void xMidYMid()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void xMidYMin()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void xMinYMax()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void xMinYMid()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void xMinYMin()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void meet()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void slice()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
void endPreserveAspectRatio()
throws ParseException
ParseException - if an error occured while processing
the PreserveAspectRatio
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||