Modifier and Type | Field and Description |
---|---|
protected List<EffectParameterType> |
EffectType.parameter |
Modifier and Type | Method and Description |
---|---|
EffectParameterType |
ObjectFactory.createEffectParameterType()
Create an instance of
EffectParameterType |
EffectParameterType |
EffectParameterType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
EffectParameterType |
EffectParameterType.withName(String value) |
EffectParameterType |
EffectParameterType.withPoint(Collection<EffectPointType> values) |
EffectParameterType |
EffectParameterType.withPoint(EffectPointType... values) |
EffectParameterType |
EffectParameterType.withValue(float value) |
Modifier and Type | Method and Description |
---|---|
List<EffectParameterType> |
EffectType.getParameter()
Gets the value of the parameter property.
|
Modifier and Type | Method and Description |
---|---|
EffectType |
EffectType.withParameter(EffectParameterType... values) |
Modifier and Type | Method and Description |
---|---|
EffectType |
EffectType.withParameter(Collection<EffectParameterType> values) |
Copyright © 2017. All rights reserved.