com.stimulsoft.report.chart.core.series.stackedColumn
Class StiStackedBaseLineSeriesCoreXF

java.lang.Object
  extended by com.stimulsoft.report.chart.core.series.StiSeriesCoreXF
      extended by com.stimulsoft.report.chart.core.series.stackedColumn.StiStackedBaseLineSeriesCoreXF
All Implemented Interfaces:
IStiApplyStyleSeries, java.lang.Cloneable
Direct Known Subclasses:
StiStackedLineSeriesCoreXF, StiStackedSplineSeriesCoreXF

public abstract class StiStackedBaseLineSeriesCoreXF
extends StiSeriesCoreXF


Constructor Summary
StiStackedBaseLineSeriesCoreXF(IStiSeries series)
           
 
Method Summary
 void ApplyStyle(IStiChartStyle style, StiColor color)
          Apply style to component which release this interface.
protected  void ClipLinePoints(StiContext context, StiAreaGeom geom, StiPoint[] startPoints, StiPoint[] endPoints, StiRefObject<StiPoint[]> newStartPoints, StiRefObject<StiPoint[]> newEndPoints, StiRefObject<java.lang.Integer> startIndex, StiRefObject<java.lang.Integer> endIndex)
           
 boolean getIsFullStacked()
           
 java.lang.Object GetSeriesBorderColor(int colorIndex, int colorCount)
           
 StiBrush GetSeriesBrush(int colorIndex, int colorCount)
           
protected  void RenderAreas(StiContext context, StiAreaGeom geom, StiPoint[] startPoints, StiPoint[] endPoints)
           
protected  void RenderLines(StiContext context, StiAreaGeom geom, StiPoint[] points)
           
protected  void RenderMarkers(StiContext context, StiAreaGeom geom, StiPoint[] points)
           
 void RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] series)
           
 
Methods inherited from class com.stimulsoft.report.chart.core.series.StiSeriesCoreXF
CheckIntersectionLabels, CheckLabelsRect, clone, getInteraction, getIsDateTimeValues, getIsMouseOver, GetIsMouseOverSeriesElement, getLocalizedName, getSeries, GetSeriesLabels, GetTag, setInteraction, setIsDateTimeValues, setIsMouseOver, SetIsMouseOverSeriesElement, setSeries
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiStackedBaseLineSeriesCoreXF

public StiStackedBaseLineSeriesCoreXF(IStiSeries series)
Method Detail

ApplyStyle

public void ApplyStyle(IStiChartStyle style,
                       StiColor color)
Description copied from interface: IStiApplyStyleSeries
Apply style to component which release this interface.

Specified by:
ApplyStyle in interface IStiApplyStyleSeries
Overrides:
ApplyStyle in class StiSeriesCoreXF

ClipLinePoints

protected final void ClipLinePoints(StiContext context,
                                    StiAreaGeom geom,
                                    StiPoint[] startPoints,
                                    StiPoint[] endPoints,
                                    StiRefObject<StiPoint[]> newStartPoints,
                                    StiRefObject<StiPoint[]> newEndPoints,
                                    StiRefObject<java.lang.Integer> startIndex,
                                    StiRefObject<java.lang.Integer> endIndex)

RenderMarkers

protected void RenderMarkers(StiContext context,
                             StiAreaGeom geom,
                             StiPoint[] points)

RenderLines

protected void RenderLines(StiContext context,
                           StiAreaGeom geom,
                           StiPoint[] points)

RenderAreas

protected void RenderAreas(StiContext context,
                           StiAreaGeom geom,
                           StiPoint[] startPoints,
                           StiPoint[] endPoints)

RenderSeries

public void RenderSeries(StiContext context,
                         StiRectangle rect,
                         StiAreaGeom geom,
                         IStiSeries[] series)
Overrides:
RenderSeries in class StiSeriesCoreXF

GetSeriesBrush

public StiBrush GetSeriesBrush(int colorIndex,
                               int colorCount)
Overrides:
GetSeriesBrush in class StiSeriesCoreXF

GetSeriesBorderColor

public java.lang.Object GetSeriesBorderColor(int colorIndex,
                                             int colorCount)
Overrides:
GetSeriesBorderColor in class StiSeriesCoreXF

getIsFullStacked

public final boolean getIsFullStacked()


Copyright © 2018 Stimulsoft. All Rights Reserved.