Uses of Interface
org.apache.batik.parser.ClockHandler
-
Packages that use ClockHandler Package Description org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. -
-
Uses of ClockHandler in org.apache.batik.parser
Fields in org.apache.batik.parser declared as ClockHandler Modifier and Type Field Description protected ClockHandler
ClockParser. clockHandler
The handler used to report parse events.Methods in org.apache.batik.parser that return ClockHandler Modifier and Type Method Description ClockHandler
ClockParser. getClockHandler()
Returns the parse event handler in use.Methods in org.apache.batik.parser with parameters of type ClockHandler Modifier and Type Method Description void
ClockParser. setClockHandler(ClockHandler handler)
Registers a parse event handler.
-