| Package | Description |
|---|---|
| org.mechio.api.animation | |
| org.mechio.api.animation.editor | |
| org.mechio.api.animation.factory |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clone()
Returns a deep copy of the Channel.
|
Channel |
Animation.getChannel(int id)
Returns the Channel for id, ordered by when the Channels were added.
|
Channel |
Animation.getChannelByLogicalId(int id)
Returns the Channel for the given id.
|
Channel |
Animation.removeChannelByListOrder(int i)
Removes the ith Channel, ordered by when the channels were added.
|
Channel |
Animation.removeChannelByLogicalId(int logicalId)
Removes the Channel with the given logical id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
Animation.getChannels()
Returns a set of entries of servo ids and Channels
|
Set<Map.Entry<Integer,Channel>> |
Animation.getEntrySet()
Returns a set of entries of servo ids and Channels
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.addChannel(Channel channel)
Adds a given Channel for the given servo parameters.
|
void |
Animation.insertChannel(int i,
Channel channel)
Adds a given Channel for the given servo parameters, and orders it by the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.addChannels(List<Channel> channels)
Adds a list of Channels.
|
| Modifier and Type | Method and Description |
|---|---|
protected Channel |
ChannelEditor.getChannel() |
protected Channel |
ChannelEditor.getChannelView() |
protected Channel |
AnimationEditor.removeChild(Object invoker,
int i) |
| Modifier and Type | Method and Description |
|---|---|
protected ChannelEditor |
AnimationEditor.createChildController(Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
AnimationEditor.addChildBase(Object invoker,
org.jflux.api.common.rk.utils.RKSource<Channel> channelSource,
int i) |
| Constructor and Description |
|---|
ChannelEditor(Channel channel,
HistoryStack hist) |
| Modifier and Type | Method and Description |
|---|---|
Channel |
ChannelFactory.getValue()
Returns a new Channel with the given ServoParameters.
|
Copyright © 2011-2016. All Rights Reserved.