de.jaret.examples.timebars.linechart.model
Class ModelCreator

java.lang.Object
  extended by de.jaret.examples.timebars.linechart.model.ModelCreator

public class ModelCreator
extends java.lang.Object

Simple model creator creating a model conatinaing a single row that contains a LineChartInterval filled with some data.

Version:
$Id: ModelCreator.java 766 2008-05-28 21:36:48Z kliem $
Author:
kliem

Field Summary
static double MAX
          maximum value for the line chart values.
 
Constructor Summary
ModelCreator()
           
 
Method Summary
static de.jaret.util.ui.timebars.model.TimeBarModel createModel()
          Create the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX

public static final double MAX
maximum value for the line chart values.

See Also:
Constant Field Values
Constructor Detail

ModelCreator

public ModelCreator()
Method Detail

createModel

public static de.jaret.util.ui.timebars.model.TimeBarModel createModel()
Create the model.

Returns:
a filled time bar model


Copyright © 2012. All Rights Reserved.