Uses of Class
ChartDirector.InterLineLayer

Uses of InterLineLayer in ChartDirector
 

Methods in ChartDirector that return InterLineLayer
 InterLineLayer FinanceChart.addBand(double[] upperLine, double[] lowerLine, int lineColor, int fillColor, java.lang.String name)
           
 InterLineLayer FinanceChart.addBollingerBand(int period, double bandWidth, int lineColor, int fillColor)
           
 InterLineLayer FinanceChart.addDonchianChannel(int period, int lineColor, int fillColor)
           
 InterLineLayer FinanceChart.addEnvelop(int period, double range, int lineColor, int fillColor)
           
 InterLineLayer XYChart.addInterLineLayer(LineObj line1, LineObj line2, int color12, int color21)
           
 InterLineLayer XYChart.addInterLineLayer(LineObj line1, LineObj line2, int color12)