public class FastBandRenderableSeries extends XyyRenderableSeriesBase
Modifier and Type | Field and Description |
---|---|
protected com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.BrushStyle> |
fillBrushStyleProperty |
protected com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.BrushStyle> |
fillY1BrushStyleProperty |
protected com.scichart.core.framework.SmartPropertyBoolean |
isDigitalLineProperty |
protected com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.PenStyle> |
strokeY1StyleProperty |
clipToBoundsProperty, drawNaNAsProperty, invalidateElementCallback, isSelectedProperty, isVisibleProperty, opacityProperty, resamplingModeProperty, strokeStyleProperty, TAG, xAxisIdProperty, yAxisIdProperty, zeroLineYProperty
Modifier | Constructor and Description |
---|---|
|
FastBandRenderableSeries()
Creates a new instance of
FastBandRenderableSeries class |
protected |
FastBandRenderableSeries(BandRenderPassData currentRenderPassData,
IHitProvider hitProvider,
INearestPointProvider nearestPointProvider)
Creates a new instance of
FastBandRenderableSeries class |
Modifier and Type | Method and Description |
---|---|
void |
applyThemeProvider(IThemeProvider themeProvider)
Applies specified theme to current instance
|
com.scichart.drawing.common.BrushStyle |
getFillBrushStyle()
Gets the fill style for the shaded area when Y1 is less than Y0
|
com.scichart.drawing.common.BrushStyle |
getFillY1BrushStyle()
Gets the fill style for the shaded area when when Y1 is greater than Y0
|
int |
getSeriesColor()
Gets the color which represents this
IRenderableSeries instance. |
com.scichart.drawing.common.PenStyle |
getStrokeY1Style()
Gets the stroke style the Y1 line.
|
protected void |
internalDraw(com.scichart.drawing.common.IRenderContext2D renderContext,
com.scichart.drawing.common.IAssetManager2D assetManager,
ISeriesRenderPassData renderPassData)
Draws the series using the
IRenderContext2D , the IAssetManager2D and the ISeriesRenderPassData passed in |
protected void |
internalUpdate(com.scichart.drawing.common.IAssetManager2D assetManager2D,
RenderPassState renderPassState)
Updates this renderable series instances
|
boolean |
isDigitalLine()
Gets a value indicating whether this line series has a digital (step) line
|
void |
setFillBrushStyle(com.scichart.drawing.common.BrushStyle fillBrushStyle)
Sets the fill style for the shaded area when Y1 is less than Y0
|
void |
setFillY1BrushStyle(com.scichart.drawing.common.BrushStyle fillY1BrushStyle)
Sets the fill style for the shaded area when when Y1 is greater than Y0
|
void |
setIsDigitalLine(boolean isDigitalLine)
Sets a value indicating whether this line series has a digital (step) line
|
void |
setStrokeY1Style(com.scichart.drawing.common.PenStyle strokeY1Style)
Sets the stroke style the Y1 line.
|
disposeCachedData, internalUpdateRenderPassData, isOfValidType
addIsSelectedChangeListener, addIsVisibleChangeListener, attachTo, decrementSuspend, detach, drawPointMarkers, getClipToBounds, getContext, getCurrentRenderPassData, getDataSeries, getDataSeriesLock, getDrawNaNAs, getIsSelected, getIsSuspended, getIsVisible, getOpacity, getPaletteProvider, getParentSurface, getPointMarker, getRenderPassDataLock, getRenderPassDataTransformation, getResamplingMode, getSelectedSeriesStyle, getSeriesInfoProvider, getServices, getStrokeStyle, getXAxis, getXAxisId, getXRange, getYAxis, getYAxisId, getYRange, getYZeroCoord, getZeroLineY, hasDataSeries, hitTest, hitTest, invalidateElement, isAttached, isUpdateOfRenderPassDataRequired, isValidForDrawing, isValidForUpdate, onDraw, onRenderSurfaceChanged, removeIsSelectedChangeListener, removeIsVisibleChangeListener, resumeUpdates, setClipRect, setClipToBounds, setDataSeries, setDrawNaNAs, setIsSelected, setIsVisible, setOpacity, setPaletteProvider, setPointMarker, setRenderPassDataTransformation, setResamplingMode, setSelectedSeriesStyle, setSeriesInfoProvider, setStrokeStyle, setXAxisId, setYAxisId, setZeroLineY, suspendUpdates, update, updateRenderPassData, verticalSliceHitTest
protected final com.scichart.core.framework.SmartPropertyBoolean isDigitalLineProperty
protected final com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.PenStyle> strokeY1StyleProperty
protected final com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.BrushStyle> fillY1BrushStyleProperty
protected final com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.BrushStyle> fillBrushStyleProperty
public FastBandRenderableSeries()
FastBandRenderableSeries
classprotected FastBandRenderableSeries(BandRenderPassData currentRenderPassData, IHitProvider hitProvider, INearestPointProvider nearestPointProvider)
FastBandRenderableSeries
classcurrentRenderPassData
- The render pass data instancehitProvider
- The hit provider instancenearestPointProvider
- The nearest point provider instancepublic final boolean isDigitalLine()
public final void setIsDigitalLine(boolean isDigitalLine)
isDigitalLine
- True if this series has digital linepublic final com.scichart.drawing.common.PenStyle getStrokeY1Style()
BaseRenderableSeries.getStrokeStyle()
PenStyle
for Y1 linepublic final void setStrokeY1Style(com.scichart.drawing.common.PenStyle strokeY1Style)
BaseRenderableSeries.setStrokeStyle(PenStyle)
()}strokeY1Style
- The PenStyle
for Y1 linepublic final com.scichart.drawing.common.BrushStyle getFillBrushStyle()
BrushStyle
for the shaded area when Y1 is less than Y0public final void setFillBrushStyle(com.scichart.drawing.common.BrushStyle fillBrushStyle)
fillBrushStyle
- The BrushStyle
for the shaded area when Y1 is less than Y0public final com.scichart.drawing.common.BrushStyle getFillY1BrushStyle()
BrushStyle
for the shaded area when Y1 is greater than Y0public final void setFillY1BrushStyle(com.scichart.drawing.common.BrushStyle fillY1BrushStyle)
fillY1BrushStyle
- The BrushStyle
for the shaded area when Y1 is greater than Y0public int getSeriesColor()
IRenderableSeries
instance.getSeriesColor
in interface IRenderableSeries
getSeriesColor
in class BaseRenderableSeries
IRenderableSeries
instance.public void applyThemeProvider(IThemeProvider themeProvider)
applyThemeProvider
in interface IThemeable
applyThemeProvider
in class BaseRenderableSeries
themeProvider
- The IThemeProvider
instance which provides new theme for current instanceprotected void internalUpdate(com.scichart.drawing.common.IAssetManager2D assetManager2D, RenderPassState renderPassState)
internalUpdate
in class BaseRenderableSeries
assetManager2D
- The IAssetManager2D
used for this render passrenderPassState
- The RenderPassState
for this render passprotected void internalDraw(com.scichart.drawing.common.IRenderContext2D renderContext, com.scichart.drawing.common.IAssetManager2D assetManager, ISeriesRenderPassData renderPassData)
IRenderContext2D
, the IAssetManager2D
and the ISeriesRenderPassData
passed ininternalDraw
in class BaseRenderableSeries
renderContext
- The render context. This is a graphics object which has methods to draw lines, quads and polygons to the screenassetManager
- The asset manager. This is manager for graphic assets which has method for creation pens, brushes and texturesrenderPassData
- The render pass data which contain a resampled point series, the index range of point on the screen
and the current coordinate calculator of XAxis and YAxis to convert data-point to screen points