|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Channel | |
---|---|
org.robokind.api.animation | |
org.robokind.api.animation.editor | |
org.robokind.api.animation.factory |
Uses of Channel in org.robokind.api.animation |
---|
Methods in org.robokind.api.animation that return Channel | |
---|---|
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. |
Methods in org.robokind.api.animation that return types with arguments of type Channel | |
---|---|
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 |
Methods in org.robokind.api.animation with parameters of type Channel | |
---|---|
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. |
Method parameters in org.robokind.api.animation with type arguments of type Channel | |
---|---|
void |
Animation.addChannels(List<Channel> channels)
Adds a list of Channels. |
Uses of Channel in org.robokind.api.animation.editor |
---|
Methods in org.robokind.api.animation.editor that return Channel | |
---|---|
protected Channel |
ChannelEditor.getChannel()
|
protected Channel |
ChannelEditor.getChannelView()
|
protected Channel |
AnimationEditor.removeChild(Object invoker,
int i)
|
Methods in org.robokind.api.animation.editor with parameters of type Channel | |
---|---|
protected ChannelEditor |
AnimationEditor.createChildController(Channel channel)
|
Method parameters in org.robokind.api.animation.editor with type arguments of type Channel | |
---|---|
protected int |
AnimationEditor.addChildBase(Object invoker,
org.robokind.api.common.utils.RKSource<Channel> channelSource,
int i)
|
Constructors in org.robokind.api.animation.editor with parameters of type Channel | |
---|---|
ChannelEditor(Channel channel,
HistoryStack hist)
|
Uses of Channel in org.robokind.api.animation.factory |
---|
Methods in org.robokind.api.animation.factory that return Channel | |
---|---|
Channel |
ChannelFactory.getValue()
Returns a new Channel with the given ServoParameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |