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 ClockHandlerClockParser. clockHandlerThe handler used to report parse events.Methods in org.apache.batik.parser that return ClockHandler Modifier and Type Method Description ClockHandlerClockParser. getClockHandler()Returns the parse event handler in use.Methods in org.apache.batik.parser with parameters of type ClockHandler Modifier and Type Method Description voidClockParser. setClockHandler(ClockHandler handler)Registers a parse event handler.
-