org.apache.batik.parser
public interface FragmentIdentifierHandler extends PreserveAspectRatioHandler, TransformListHandler
PreserveAspectRatioParser instance
in order to be notified of parsing events.
| Method Summary | |
|---|---|
| void | endFragmentIdentifier()
Invoked when the fragment identifier ends. |
| void | endViewTarget()
Invoked when a view target specification ends. |
| void | idReference(String s)
Invoked when an ID has been parsed. |
| void | startFragmentIdentifier()
Invoked when the fragment identifier starts. |
| void | startViewTarget()
Invoked when a view target specification starts. |
| void | viewBox(float x, float y, float width, float height)
Invoked when 'viewBox(x,y,width,height)' has been parsed. |
| void | viewTarget(String name)
Invoked when a identifier has been parsed within a view target
specification. |
| void | zoomAndPan(boolean magnify)
Invoked when a 'zoomAndPan' specification has been parsed. |
Throws: ParseException if an error occured while processing the fragment identifier
Throws: ParseException if an error occured while processing the fragment identifier
Parameters: s The string that represents the parsed ID.
Throws: ParseException if an error occured while processing the fragment identifier
Throws: ParseException if an error occured while processing the fragment identifier
Throws: ParseException if an error occured while processing the fragment identifier
Parameters: x x coordinate of the viewbox y y coordinate of the viewbox width width of the viewbox height height of the viewbox
Throws: ParseException if an error occured while processing the fragment identifier
Parameters: name the target name.
Throws: ParseException if an error occured while processing the fragment identifier
Parameters: magnify true if 'magnify' has been parsed.
Throws: ParseException if an error occured while processing the fragment identifier