com.davisor.graphics.chart
Class ComboFactory.ComboContext

java.lang.Object
  extended bycom.davisor.graphics.chart.ChartFactory.ChartContext
      extended bycom.davisor.graphics.chart.ComboFactory.ComboContext
Enclosing class:
ComboFactory

public class ComboFactory.ComboContext
extends ChartFactory.ChartContext

Combo context contains data neccessary to create a combo chart for a particular set of sub charts.


Field Summary
 java.util.List axesList
           
 java.awt.Stroke backStroke
           
 java.util.List contextList
           
 java.util.List factoryList
           
 
Fields inherited from class com.davisor.graphics.chart.ChartFactory.ChartContext
data
 
Constructor Summary
ComboFactory.ComboContext(ChartData data, java.util.List axesList, java.util.List factoryList, java.util.List contextList, java.awt.Stroke backStroke)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

axesList

public java.util.List axesList

factoryList

public java.util.List factoryList

contextList

public java.util.List contextList

backStroke

public java.awt.Stroke backStroke
Constructor Detail

ComboFactory.ComboContext

public ComboFactory.ComboContext(ChartData data,
                                 java.util.List axesList,
                                 java.util.List factoryList,
                                 java.util.List contextList,
                                 java.awt.Stroke backStroke)


Copyright © 2001-2004 Davisor Oy. All Rights Reserved.