Uses of Interface
org.norther.tammi.acorn.jfc.ChartModel

Packages that use ChartModel
org.norther.tammi.acorn.jfc   
org.norther.tammi.sprig.chart   
org.norther.tammi.sprig.chart.tool   
org.norther.tammi.sprig.jfree   
org.norther.tammi.sprig.jfree.model   
org.norther.tammi.sprig.report.model   
 

Uses of ChartModel in org.norther.tammi.acorn.jfc
 

Classes in org.norther.tammi.acorn.jfc that implement ChartModel
 class AbstractChartModel
          An extension to abstract table model supporting named rows.
 class ArrayMapChartModel
          An array map table model.
 class ChartModelAdapter
          A chart model adapter.
 class FilteredChartModel
          A filtered chart model.
 class NamedChartModel
          A (re)named chart model.
 

Methods in org.norther.tammi.acorn.jfc that return ChartModel
protected  ChartModel ChartModelAdapter.getModel()
          Gets the chart model.
 

Constructors in org.norther.tammi.acorn.jfc with parameters of type ChartModel
ChartModelAdapter(ChartModel model)
          Constructs a new model.
FilteredChartModel(ChartModel model, OrderedMap rows, OrderedMap columns)
          Constructs a new model.
NamedChartModel(ChartModel model, List rows, List columns)
          Constructs a new model.
 

Uses of ChartModel in org.norther.tammi.sprig.chart
 

Methods in org.norther.tammi.sprig.chart with parameters of type ChartModel
 ChartLayout AbstractChartGenerator.generate(ChartModel[] data, int type, int orientation)
           
 ChartLayout ChartGenerator.generate(ChartModel[] data, int type, int orientation)
          Generates a layout from the specified models.
 ChartLayout ChartGenerator.generate(ChartModel[] data, int type, int orientation, int order, int index)
          Generates an ordered layout from the specified models.
 ChartLayout ChartFilter.generate(ChartModel[] data, int type, int orientation, int order, int index, ServletRequest request, ServletResponse response, FilterChain chain)
          Generates an ordered layout from the specified models.
 ChartLayout DefaultChartFilter.generate(ChartModel[] data, int type, int orientation, int order, int index, ServletRequest request, ServletResponse response, FilterChain chain)
           
 ChartLayout ChartFilter.generate(ChartModel[] data, int type, int orientation, ServletRequest request, ServletResponse response, FilterChain chain)
          Generates a layout from the specified models.
 ChartLayout DefaultChartFilter.generate(ChartModel[] data, int type, int orientation, ServletRequest request, ServletResponse response, FilterChain chain)
           
 ChartLayout AbstractChartGenerator.generate(ChartModel data, int type, int orientation)
           
 ChartLayout ChartGenerator.generate(ChartModel data, int type, int orientation)
          Generates a layout from the specified model.
 ChartLayout AbstractChartGenerator.generate(ChartModel data, int type, int orientation, int order, int index)
           
 ChartLayout ChartGenerator.generate(ChartModel data, int type, int orientation, int order, int index)
          Generates an ordered layout from the specified model.
 ChartLayout ChartFilter.generate(ChartModel data, int type, int orientation, int order, int index, ServletRequest request, ServletResponse response, FilterChain chain)
          Generates an ordered layout from the specified model.
 ChartLayout DefaultChartFilter.generate(ChartModel data, int type, int orientation, int order, int index, ServletRequest request, ServletResponse response, FilterChain chain)
           
 ChartLayout ChartFilter.generate(ChartModel data, int type, int orientation, ServletRequest request, ServletResponse response, FilterChain chain)
          Generates a layout from the specified model.
 ChartLayout DefaultChartFilter.generate(ChartModel data, int type, int orientation, ServletRequest request, ServletResponse response, FilterChain chain)
           
 

Uses of ChartModel in org.norther.tammi.sprig.chart.tool
 

Methods in org.norther.tammi.sprig.chart.tool that return ChartModel
 ChartModel ChartTool.filter(ChartModel model, OrderedMap rows, OrderedMap columns)
          Returns a filtered chart model.
 ChartModel ChartTool.rename(ChartModel model, List rows, List columns)
          Returns a named chart model.
 

Methods in org.norther.tammi.sprig.chart.tool with parameters of type ChartModel
 ChartModel ChartTool.filter(ChartModel model, OrderedMap rows, OrderedMap columns)
          Returns a filtered chart model.
 ChartLayout ChartTool.generate(ChartModel[] data, String type, String orientation)
          Generates a chart layout from the specified models.
 ChartLayout ChartTool.generate(ChartModel[] data, String type, String orientation, String order, int index)
          Generates an ordered chart from the specified models.
 ChartLayout ChartTool.generate(ChartModel data, String type, String orientation)
          Generates a chart layout from the specified model.
 ChartLayout ChartTool.generate(ChartModel data, String type, String orientation, String order, int index)
          Generates an ordered chart from the specified model.
 ChartModel ChartTool.rename(ChartModel model, List rows, List columns)
          Returns a named chart model.
 

Uses of ChartModel in org.norther.tammi.sprig.jfree
 

Methods in org.norther.tammi.sprig.jfree with parameters of type ChartModel
protected  JFreeChart DefaultJFreeCharts.createChart(ChartModel[] data, int type, int orientation, int order, int index)
          Creates the specified chart.
 ChartLayout DefaultJFreeCharts.generate(ChartModel[] data, int type, int orientation, int order, int index)
           
 

Uses of ChartModel in org.norther.tammi.sprig.jfree.model
 

Methods in org.norther.tammi.sprig.jfree.model that return ChartModel
 ChartModel ChartModelDataset.getModel()
          Gets the actual chart model.
 

Constructors in org.norther.tammi.sprig.jfree.model with parameters of type ChartModel
ChartModelDataset(ChartModel model)
          Constructs a new dataset.
 

Uses of ChartModel in org.norther.tammi.sprig.report.model
 

Subinterfaces of ChartModel in org.norther.tammi.sprig.report.model
 interface ReportModel
          An extension to chart model supporting reporting.
 

Classes in org.norther.tammi.sprig.report.model that implement ChartModel
 class ReportModelAdapter
          An abstract report model adapter.
 



Copyright © 2004 The Norther Organization. All rights reserved.