public class TuneOperation
extends Operation
Tuning operation.
public TuneOperation(@NotNull
ImageFilterTuneType tuneType,
float numValue)
Tuning operation.
numValue - should be in range acceptable for a given filter type@NotNull public ImageFilterTuneType getTuneType()
public float getNumValue()
should be in range acceptable for a given filter type
@NotNull public ImageFilterTuneType component1()
public float component2()
should be in range acceptable for a given filter type
@NotNull public TuneOperation copy(@NotNull ImageFilterTuneType tuneType, float numValue)
Tuning operation.
numValue - should be in range acceptable for a given filter type@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)