com.stimulsoft.report.chart.core.series.bubble
Class StiBubbleSeriesCoreXF

java.lang.Object
  extended by com.stimulsoft.report.chart.core.series.StiSeriesCoreXF
      extended by com.stimulsoft.report.chart.core.series.clusteredColumn.StiBaseLineSeriesCoreXF
          extended by com.stimulsoft.report.chart.core.series.scatter.StiScatterSeriesCoreXF
              extended by com.stimulsoft.report.chart.core.series.bubble.StiBubbleSeriesCoreXF
All Implemented Interfaces:
IStiApplyStyleSeries, java.lang.Cloneable

public class StiBubbleSeriesCoreXF
extends StiScatterSeriesCoreXF


Constructor Summary
StiBubbleSeriesCoreXF(IStiSeries series)
           
 
Method Summary
 void ApplyStyle(IStiChartStyle style, StiColor color)
          Apply style to component which release this interface.
 java.lang.String getLocalizedName()
          Gets a service name.
protected  void RenderBubbles(StiContext context, StiAreaGeom geom, IStiBubbleSeries series, StiPoint[] points, double[] weights)
           
 void RenderSeries(StiContext context, StiRectangle rect, StiAreaGeom geom, IStiSeries[] seriesArray)
           
 
Methods inherited from class com.stimulsoft.report.chart.core.series.scatter.StiScatterSeriesCoreXF
RenderLines
 
Methods inherited from class com.stimulsoft.report.chart.core.series.clusteredColumn.StiBaseLineSeriesCoreXF
ClipLinePoints, CorrectPoint, GetInteractions, GetSeriesBorderColor, GetSeriesBrush, RenderAreas, RenderMarkers
 
Methods inherited from class com.stimulsoft.report.chart.core.series.StiSeriesCoreXF
CheckIntersectionLabels, CheckLabelsRect, clone, getInteraction, getIsDateTimeValues, getIsMouseOver, GetIsMouseOverSeriesElement, 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

StiBubbleSeriesCoreXF

public StiBubbleSeriesCoreXF(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 StiBaseLineSeriesCoreXF

RenderBubbles

protected final void RenderBubbles(StiContext context,
                                   StiAreaGeom geom,
                                   IStiBubbleSeries series,
                                   StiPoint[] points,
                                   double[] weights)

RenderSeries

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

getLocalizedName

public java.lang.String getLocalizedName()
Gets a service name.

Overrides:
getLocalizedName in class StiScatterSeriesCoreXF


Copyright © 2018 Stimulsoft. All Rights Reserved.