Modifier and Type | Method and Description |
---|---|
void |
addCurve(Curve curve)
Adds curve to this channel
|
Class<?> |
getComponentType()
Gets the component field's type
|
List<Curve> |
getCurves()
Gets all curves inside this channel
|
Object |
getDefaultValue()
Gets the Default value of the channel.
|
String |
getName()
Gets the name of the channel
|
Iterator<Curve> |
iterator()
Gets an enumerator to walk through all curves inside this channel
|
void |
setDefaultValue(Object value)
Sets the Default value of the channel.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Class<?> getComponentType()
public String getName()
public Object getDefaultValue()
public void setDefaultValue(Object value)
value
- New valuepublic void addCurve(Curve curve)
curve
- The curve to add.Copyright © 2018. All rights reserved.