Uses of Class
com.vidispine.generated.EffectParameterType
-
-
Uses of EffectParameterType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type EffectParameterType Modifier and Type Field Description protected List<EffectParameterType>
EffectType. parameter
Methods in com.vidispine.generated that return EffectParameterType Modifier and Type Method Description EffectParameterType
ObjectFactory. createEffectParameterType()
Create an instance ofEffectParameterType
EffectParameterType
EffectParameterType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
EffectParameterType
EffectParameterType. withName(String value)
EffectParameterType
EffectParameterType. withPoint(EffectPointType... values)
EffectParameterType
EffectParameterType. withPoint(Collection<EffectPointType> values)
EffectParameterType
EffectParameterType. withValue(float value)
Methods in com.vidispine.generated that return types with arguments of type EffectParameterType Modifier and Type Method Description List<EffectParameterType>
EffectType. getParameter()
Gets the value of the parameter property.Methods in com.vidispine.generated with parameters of type EffectParameterType Modifier and Type Method Description EffectType
EffectType. withParameter(EffectParameterType... values)
Method parameters in com.vidispine.generated with type arguments of type EffectParameterType Modifier and Type Method Description EffectType
EffectType. withParameter(Collection<EffectParameterType> values)
-