|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
endFragmentIdentifier()
Invoked when the points attribute ends. |
void |
idReference(java.lang.String s)
Invoked when an ID has been parsed. |
void |
startFragmentIdentifier()
Invoked when the fragment identifier attribute starts. |
void |
viewBox(float x,
float y,
float width,
float height)
Invoked when 'viewBox(x,y,width,height)' has been parsed. |
void |
viewTarget(java.lang.String name)
Invoked when 'viewTarget(name)' has been parsed. |
Method Detail |
public void startFragmentIdentifier() throws ParseException
ParseException
- if an error occured while processing the
fragment identifierpublic void idReference(java.lang.String s) throws ParseException
s
- The string that represents the parsed ID.ParseException
- if an error occured while processing the
fragment identifierpublic void viewBox(float x, float y, float width, float height) throws ParseException
x y width height
- the coordinates of the viewbox.ParseException
- if an error occured while processing the
fragment identifierpublic void viewTarget(java.lang.String name) throws ParseException
name
- the target name.ParseException
- if an error occured while processing the
fragment identifierpublic void endFragmentIdentifier() throws ParseException
ParseException
- if an error occured while processing the
fragment identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |