com.linksoft.chart
Class LinePlotter3D

java.lang.Object
  extended bycom.linksoft.chart.ChartComponent
      extended bycom.linksoft.chart.Plotter
          extended bycom.linksoft.chart.LinePlotter3D

public class LinePlotter3D
extends Plotter

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


Field Summary
 LineStyle border
           
 boolean fixedLimits
           
 int interLineSpace
           
 
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
LinePlotter3D()
           
 
Method Summary
protected  double[][] clipLines(double[][] Points, double MaxY, double MinY)
           
protected  void plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
 
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

fixedLimits

public boolean fixedLimits

border

public LineStyle border

interLineSpace

public int interLineSpace
Constructor Detail

LinePlotter3D

public LinePlotter3D()
Method Detail

clipLines

protected double[][] clipLines(double[][] Points,
                               double MaxY,
                               double MinY)

plotSerie

protected void plotSerie(ChartGraphics g,
                         DataSerie s,
                         int serieSec)
Overrides:
plotSerie in class Plotter