Uses of Class
com.vidispine.generated.EffectPointType
-
-
Uses of EffectPointType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type EffectPointType Modifier and Type Field Description protected List<EffectPointType>
EffectParameterType. point
Methods in com.vidispine.generated that return EffectPointType Modifier and Type Method Description EffectPointType
ObjectFactory. createEffectPointType()
Create an instance ofEffectPointType
EffectPointType
EffectPointType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
EffectPointType
EffectPointType. withPosition(int value)
EffectPointType
EffectPointType. withValue(float value)
Methods in com.vidispine.generated that return types with arguments of type EffectPointType Modifier and Type Method Description List<EffectPointType>
EffectParameterType. getPoint()
Gets the value of the point property.Methods in com.vidispine.generated with parameters of type EffectPointType Modifier and Type Method Description EffectParameterType
EffectParameterType. withPoint(EffectPointType... values)
Method parameters in com.vidispine.generated with type arguments of type EffectPointType Modifier and Type Method Description EffectParameterType
EffectParameterType. withPoint(Collection<EffectPointType> values)
-