org.robokind.api.animation.utils
Class DefaultChannelNode
java.lang.Object
org.robokind.api.animation.utils.DefaultChannelNode
- All Implemented Interfaces:
- ChannelNode
public class DefaultChannelNode
- extends Object
- implements ChannelNode
- Author:
- Matthew Stevenson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultChannelNode
public DefaultChannelNode()
getName
public String getName()
- Specified by:
getName
in interface ChannelNode
setName
public void setName(String name)
getChannels
public List<ChannelNode.ChannelDefinition> getChannels()
- Specified by:
getChannels
in interface ChannelNode
getChildGroups
public List<ChannelNode> getChildGroups()
- Specified by:
getChildGroups
in interface ChannelNode
addChannel
public void addChannel(ChannelNode.ChannelDefinition definition)
addGroup
public void addGroup(ChannelNode group)
Copyright © 2011-2013. All Rights Reserved.