public interface IRenderPassDataTransformation
extends com.scichart.core.framework.IAttachable
Note: This interface and implementors are used for animations purposes. You can use it to just transform render pass data, it's not recommended though.
ScaleTransformationBase
,
,
TranslateXTransformation
Modifier and Type | Method and Description |
---|---|
void |
onAnimationEnd()
Notifies the end of the associated animation.
|
void |
onAnimationStart(float initialValue)
Notifies the start of the associated animation.
|
void |
onRenderPassDataChanged()
Called after success update of the current render pass data.
|
void |
setCurrentProgress(float currentProgress)
Set's current value, according to which, associated render pass data will be transformed.
|
void |
transform()
Performs transformation of the associated render pass data.
|
void setCurrentProgress(float currentProgress)
Note: This is used for animations purposes.
currentProgress
- The new value.void onAnimationStart(float initialValue)
initialValue
- The initial value of the associated animation.void onAnimationEnd()
void transform()
IRenderableSeries
.void onRenderPassDataChanged()