public class AccesskeyTimingSpecifier extends EventLikeTimingSpecifier implements EventListener
| Modifier and Type | Field and Description |
|---|---|
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.
|
offsetisBegin, owner| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
isEventConditiongetOwner, isBeginprotected char accesskey
protected boolean isSVG12AccessKey
protected String keyName
public AccesskeyTimingSpecifier(TimedElement owner, boolean isBegin, float offset, char accesskey)
public AccesskeyTimingSpecifier(TimedElement owner, boolean isBegin, float offset, String keyName)
public String toString()
toString in class OffsetTimingSpecifierpublic void initialize()
initialize in class OffsetTimingSpecifierpublic void deinitialize()
deinitialize in class TimingSpecifierpublic void handleEvent(Event e)
handleEvent in interface EventListenere - The Event contains contextual information
about the event.public void resolve(Event e)
resolve in class EventLikeTimingSpecifierCopyright © 2000–2017 Apache Software Foundation. All rights reserved.