Uses of Class
com.vidispine.generated.EffectParameterType
-
Uses of EffectParameterType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type EffectParameterTypeMethods in com.vidispine.generated that return EffectParameterTypeModifier and TypeMethodDescriptionObjectFactory.createEffectParameterType()
Create an instance ofEffectParameterType
EffectParameterType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the name property.EffectParameterType.withPoint
(EffectPointType... values) Adds objects to the list of Point using add methodEffectParameterType.withPoint
(Collection<EffectPointType> values) Adds objects to the list of Point using addAll methodEffectParameterType.withValue
(float value) Sets the value of the value property.Methods in com.vidispine.generated that return types with arguments of type EffectParameterTypeModifier and TypeMethodDescriptionEffectType.getParameter()
Gets the value of the parameter property.Methods in com.vidispine.generated with parameters of type EffectParameterTypeModifier and TypeMethodDescriptionEffectType.withParameter
(EffectParameterType... values) Adds objects to the list of Parameter using add methodMethod parameters in com.vidispine.generated with type arguments of type EffectParameterTypeModifier and TypeMethodDescriptionEffectType.withParameter
(Collection<EffectParameterType> values) Adds objects to the list of Parameter using addAll method