public final class RenderPassState
extends com.scichart.core.framework.DisposableBase
Constructor and Description |
---|
RenderPassState() |
Modifier and Type | Method and Description |
---|---|
void |
addError(java.lang.String errorMessage)
Adds error message to publish in the end of current render pass
|
void |
addWarning(java.lang.String warningMessage)
Adds warning message to publish in the end of current render pass
|
void |
dispose() |
com.scichart.core.common.Size |
getViewportSize()
Gets the viewport size for current render pass
|
void |
notifyDataRangeChanged(IAxisCore axis)
Schedules notification of
IAxisCore about data range changed event in the end of current render pass |
void |
setViewportSize(com.scichart.core.common.Size viewportSize)
Sets the viewport size for current render pass
|
public void dispose()
public void notifyDataRangeChanged(IAxisCore axis)
IAxisCore
about data range changed event in the end of current render passaxis
- The axis to notifypublic void addWarning(java.lang.String warningMessage)
warningMessage
- The message to publishpublic void addError(java.lang.String errorMessage)
errorMessage
- The error to publishpublic final com.scichart.core.common.Size getViewportSize()
public final void setViewportSize(com.scichart.core.common.Size viewportSize)
viewportSize
- The viewport size