net.comrom.chart
Class MaxMinDataSerie

java.lang.Object
  extended bynet.comrom.chart.DataSerie
      extended bynet.comrom.chart.LineDataSerie
          extended bynet.comrom.chart.MaxMinDataSerie

public class MaxMinDataSerie
extends LineDataSerie


Field Summary
 boolean bubbleChart
           
 boolean drawLineEnd
           
 boolean fillBubble
           
 LineStyle maxminStyle
           
 ChartColor negativeValueColor
           
 int openCloseWidth
           
 ChartColor positiveValueColor
           
 
Fields inherited from class net.comrom.chart.LineDataSerie
drawPoint, fillStyle, icon, lineType, pointColor, startingXValue, style, valueColor, valueFont, vstyle
 
Fields inherited from class net.comrom.chart.DataSerie
dataLabels, hotAreas, htmlLinks, labelTemplate, name, nullValue, secondaryXAxis, secondaryYAxis, secondYAxis, tips, valueFormat
 
Constructor Summary
MaxMinDataSerie(double[] op, double[] cl, double[] hi, double[] lo, LineStyle s)
           
MaxMinDataSerie(java.lang.Double[] op, double[] cl, double[] hi, double[] lo, LineStyle s)
           
MaxMinDataSerie(double[] x, double[] y, LineStyle s)
           
MaxMinDataSerie(double[] y, LineStyle s)
           
MaxMinDataSerie(java.lang.Double[] y, LineStyle s)
           
MaxMinDataSerie(LineStyle s)
           
 
Method Summary
 void addMaxMinData(java.lang.Object max, java.lang.Object min)
           
 void addOHLCData(java.lang.Object op, java.lang.Object cl, java.lang.Object max, java.lang.Object min)
           
 void setMaxMinValues(double[] Max, double[] Min)
           
 
Methods inherited from class net.comrom.chart.DataSerie
addData, getElementX, getElementY, getSize, replaceXValueAt, replaceXYValueAt, replaceYValueAt, setDatax
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawLineEnd

public boolean drawLineEnd

maxminStyle

public LineStyle maxminStyle

bubbleChart

public boolean bubbleChart

fillBubble

public boolean fillBubble

positiveValueColor

public ChartColor positiveValueColor

negativeValueColor

public ChartColor negativeValueColor

openCloseWidth

public int openCloseWidth
Constructor Detail

MaxMinDataSerie

public MaxMinDataSerie(LineStyle s)

MaxMinDataSerie

public MaxMinDataSerie(double[] x,
                       double[] y,
                       LineStyle s)

MaxMinDataSerie

public MaxMinDataSerie(double[] y,
                       LineStyle s)

MaxMinDataSerie

public MaxMinDataSerie(java.lang.Double[] y,
                       LineStyle s)

MaxMinDataSerie

public MaxMinDataSerie(double[] op,
                       double[] cl,
                       double[] hi,
                       double[] lo,
                       LineStyle s)

MaxMinDataSerie

public MaxMinDataSerie(java.lang.Double[] op,
                       double[] cl,
                       double[] hi,
                       double[] lo,
                       LineStyle s)
Method Detail

addOHLCData

public void addOHLCData(java.lang.Object op,
                        java.lang.Object cl,
                        java.lang.Object max,
                        java.lang.Object min)

addMaxMinData

public void addMaxMinData(java.lang.Object max,
                          java.lang.Object min)

setMaxMinValues

public void setMaxMinValues(double[] Max,
                            double[] Min)