Uses of Class
ChartDirector.Layer

Uses of Layer in ChartDirector
 

Subclasses of Layer in ChartDirector
 class AreaLayer
           
 class BarLayer
           
 class BaseBoxLayer
           
 class BoxWhiskerLayer
           
 class CandleStickLayer
           
 class ContourLayer
           
 class DiscreteHeatMapLayer
           
 class HLOCLayer
           
 class InterLineLayer
           
 class LineLayer
           
 class ScatterLayer
           
 class SplineLayer
           
 class StepLineLayer
           
 class TrendLayer
           
 class VectorLayer
           
 

Methods in ChartDirector that return Layer
 Layer XYChart.getLayer(int i)
           
 Layer XYChart.getLayerByZ(int i)
           
 

Methods in ChartDirector with parameters of type Layer
 void Layer.alignLayer(Layer layer, int dataSet)
           
 void Layer.moveBack(Layer layer)
           
 void Layer.moveFront(Layer layer)
           
 void PlotArea.moveGridBefore(Layer layer)