org.robokind.api.animation.editor.features
Class AnimationTimeRange
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.animation.editor.features.AnimationTimeRange
- All Implemented Interfaces:
- EditorFeature<AnimationEditor>, org.robokind.api.common.property.PropertyChangeSource
public class AnimationTimeRange
- extends org.robokind.api.common.property.PropertyChangeNotifier
- implements EditorFeature<AnimationEditor>
- Author:
- Matthew Stevenson
Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.robokind.api.common.property.PropertyChangeSource |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
PROP_START_TIME
public static final String PROP_START_TIME
- See Also:
- Constant Field Values
PROP_STOP_TIME
public static final String PROP_STOP_TIME
- See Also:
- Constant Field Values
AnimationTimeRange
public AnimationTimeRange()
setEditor
public void setEditor(AnimationEditor editor)
setStartTime
public void setStartTime(Long time)
getStartTime
public Long getStartTime()
setStopTime
public void setStopTime(Long time)
getStopTime
public Long getStopTime()
getSetStartAction
public AnimationTimeRange.SetStartAction getSetStartAction(Long time)
getSetStopAction
public AnimationTimeRange.SetStopAction getSetStopAction(Long time)
getPlayAction
public AnimationTimeRange.PlayAction getPlayAction(Long time)
getAnimationSegment
public Animation getAnimationSegment()
Copyright © 2011. All Rights Reserved.