com.stimulsoft.report.chart.core.series.radar
Class StiRadarSeriesCoreXF

java.lang.Object
  extended by com.stimulsoft.report.chart.core.series.StiSeriesCoreXF
      extended by com.stimulsoft.report.chart.core.series.radar.StiRadarSeriesCoreXF
All Implemented Interfaces:
IStiApplyStyleSeries, java.lang.Cloneable
Direct Known Subclasses:
StiRadarAreaSeriesCoreXF, StiRadarLineSeriesCoreXF, StiRadarPointSeriesCoreXF

public abstract class StiRadarSeriesCoreXF
extends StiSeriesCoreXF


Constructor Summary
StiRadarSeriesCoreXF(IStiSeries series)
           
 
Method Summary
 void ApplyStyle(IStiChartStyle style, StiColor color)
          Apply style to component which release this interface.
 java.lang.Object GetSeriesBorderColor(int colorIndex, int colorCount)
           
 StiBrush GetSeriesBrush(int colorIndex, int colorCount)
           
 void RenderAreas(StiContext context, IStiRadarSeries series, java.util.List<StiPoint> pointsFrom, java.util.ArrayList<StiPoint> points, StiAreaGeom geom)
           
 void RenderLines(StiContext context, IStiRadarSeries series, java.util.List<StiPoint> pointsFrom, java.util.ArrayList<StiPoint> points, StiAreaGeom geom)
           
 void RenderPoints(StiContext context, IStiRadarSeries series, java.util.ArrayList<StiPoint> points, StiAreaGeom geom)
           
 void RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 
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

StiRadarSeriesCoreXF

public StiRadarSeriesCoreXF(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

RenderSeries

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

RenderAreas

public void RenderAreas(StiContext context,
                        IStiRadarSeries series,
                        java.util.List<StiPoint> pointsFrom,
                        java.util.ArrayList<StiPoint> points,
                        StiAreaGeom geom)

RenderLines

public void RenderLines(StiContext context,
                        IStiRadarSeries series,
                        java.util.List<StiPoint> pointsFrom,
                        java.util.ArrayList<StiPoint> points,
                        StiAreaGeom geom)

RenderPoints

public void RenderPoints(StiContext context,
                         IStiRadarSeries series,
                         java.util.ArrayList<StiPoint> points,
                         StiAreaGeom geom)

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


Copyright © 2018 Stimulsoft. All Rights Reserved.