com.linksoft.chart
Class CurvePlotter

java.lang.Object
  extended bycom.linksoft.chart.ChartComponent
      extended bycom.linksoft.chart.Plotter
          extended bycom.linksoft.chart.LinePlotter
              extended bycom.linksoft.chart.CurvePlotter

public class CurvePlotter
extends LinePlotter

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


Field Summary
 int segments
           
 
Fields inherited from class com.linksoft.chart.LinePlotter
bottomCorners, fixedLimits, hideCeros, MaxMinType, MM_CANDLESTICK, MM_NORMAL, MM_OHLC, pointSize, TYPE_B_SPLINES, TYPE_CUBIC_NATURAL, TYPE_LEAST_SQUARES_LINE, TYPE_LINE
 
Fields inherited from class com.linksoft.chart.Plotter
back, backImage, combinable, depth, needsAxis, visibleHeight, visibleWidth, XScale, Y2Scale, YScale
 
Fields inherited from class com.linksoft.chart.ChartComponent
chart, height, width, x, y
 
Constructor Summary
CurvePlotter()
           
 
Method Summary
protected  void plotCurve(ChartGraphics g, int[][] linePointsSC, LineDataSerie l)
           
 
Methods inherited from class com.linksoft.chart.LinePlotter
clipLines, plotSerie
 
Methods inherited from class com.linksoft.chart.Plotter
addSerie, getActiveXScale, getActiveYScale, getCombinable, getNeedsAxis, getSerie, getSeriesCount, inSameSubChart, plot, plotBackground, replaceSerie, setSerie
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

segments

public int segments
Constructor Detail

CurvePlotter

public CurvePlotter()
Method Detail

plotCurve

protected void plotCurve(ChartGraphics g,
                         int[][] linePointsSC,
                         LineDataSerie l)
Overrides:
plotCurve in class LinePlotter