Modifier and Type | Method and Description |
---|---|
void |
addCurve(Curve curve)
Adds curve to this channel
|
java.lang.Class<?> |
getComponentType()
Gets the component field's type
|
java.util.List<Curve> |
getCurves()
Gets all curves inside this channel
|
java.lang.Object |
getDefaultValue()
Gets the Default value of the channel.
|
java.lang.String |
getName()
Gets the name of the channel
|
java.util.Iterator<Curve> |
iterator()
Gets an enumerator to walk through all curves inside this channel
|
void |
setDefaultValue(java.lang.Object value)
Sets the Default value of the channel.
|
public java.lang.Class<?> getComponentType()
public java.lang.String getName()
public java.lang.Object getDefaultValue()
public void setDefaultValue(java.lang.Object value)
value
- New valuepublic java.util.List<Curve> getCurves()
public void addCurve(Curve curve)
curve
- The curve to add.