|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface represents an event-based parser for the SVG clock values.
| Method Summary | |
|---|---|
ClockHandler |
getClockHandler()
Returns the clock handler in use. |
void |
setClockHandler(ClockHandler handler)
Allows an application to register an clock handler. |
| Methods inherited from interface org.apache.batik.parser.Parser |
|---|
parse, parse, setErrorHandler |
| Methods inherited from interface org.apache.batik.i18n.Localizable |
|---|
formatMessage, getLocale, setLocale |
| Method Detail |
public void setClockHandler(ClockHandler handler)
If the application does not register a handler, all events reported by the parser will be silently ignored.
Applications may register a new or different handler in the middle of a parse, and the parser must begin using the new handler immediately.
handler - The clock handler.public ClockHandler getClockHandler()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||