org.apache.batik.anim.timing
public class AccesskeyTimingSpecifier extends EventLikeTimingSpecifier implements EventListener
| Field Summary | |
|---|---|
| protected char | accesskey
The accesskey. |
| protected boolean | isSVG12AccessKey
Whether this access key specifier uses SVG 1.2 syntax. |
| protected String | keyName
The DOM 3 key name for SVG 1.2 access key specifiers. |
| Constructor Summary | |
|---|---|
| AccesskeyTimingSpecifier(TimedElement owner, boolean isBegin, float offset, char accesskey)
Creates a new AccesskeyTimingSpecifier object using SVG 1.1
or SMIL syntax. | |
| AccesskeyTimingSpecifier(TimedElement owner, boolean isBegin, float offset, String keyName)
Creates a new AccesskeyTimingSpecifier object using SVG 1.2 syntax. | |
| Method Summary | |
|---|---|
| void | deinitialize()
Deinitializes this timing specifier by removing any event listeners. |
| void | handleEvent(Event e)
Handles key events fired by the eventbase element. |
| void | initialize()
Initializes this timing specifier by adding the initial instance time
to the owner's instance time list or setting up any event listeners. |
| void | resolve(Event e)
Invoked to resolve an event-like timing specifier into an instance time. |
| String | toString()
Returns a string representation of this timing specifier. |