protected class SideMapDrawer.TargetDrawerToggle
extends java.lang.Object
implements org.jdesktop.core.animation.timing.TimingTarget
Modifier and Type | Method and Description |
---|---|
void |
begin(org.jdesktop.core.animation.timing.Animator source) |
void |
end(org.jdesktop.core.animation.timing.Animator source) |
void |
repeat(org.jdesktop.core.animation.timing.Animator source) |
void |
reverse(org.jdesktop.core.animation.timing.Animator source) |
void |
setLastSize(int size) |
void |
timingEvent(org.jdesktop.core.animation.timing.Animator source,
double fraction) |
public void setLastSize(int size)
public void begin(org.jdesktop.core.animation.timing.Animator source)
begin
in interface org.jdesktop.core.animation.timing.TimingTarget
public void end(org.jdesktop.core.animation.timing.Animator source)
end
in interface org.jdesktop.core.animation.timing.TimingTarget
public void repeat(org.jdesktop.core.animation.timing.Animator source)
repeat
in interface org.jdesktop.core.animation.timing.TimingTarget
public void reverse(org.jdesktop.core.animation.timing.Animator source)
reverse
in interface org.jdesktop.core.animation.timing.TimingTarget
public void timingEvent(org.jdesktop.core.animation.timing.Animator source, double fraction)
timingEvent
in interface org.jdesktop.core.animation.timing.TimingTarget