org.powertac.visualizer.display
Class BrokerSeriesTemplate

java.lang.Object
  extended by org.powertac.visualizer.display.BrokerSeriesTemplate

public class BrokerSeriesTemplate
extends Object

A template class which resembles the structure needed for HighStock charts (JSON library).

Author:
Jurica Babic

Constructor Summary
BrokerSeriesTemplate(String name, String color, ArrayList<Object> data, boolean showInLegend)
           
BrokerSeriesTemplate(String name, String color, int yAxis, ArrayList<Object> data)
           
BrokerSeriesTemplate(String name, String color, int yAxis, ArrayList<Object> data, boolean showInLegend)
           
BrokerSeriesTemplate(String name, String color, int yAxis, boolean step, ArrayList<Object> data)
           
BrokerSeriesTemplate(String name, String color, int yAxis, boolean step, ArrayList<Object> data, boolean showInLegend)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerSeriesTemplate

public BrokerSeriesTemplate(String name,
                            String color,
                            ArrayList<Object> data,
                            boolean showInLegend)

BrokerSeriesTemplate

public BrokerSeriesTemplate(String name,
                            String color,
                            int yAxis,
                            ArrayList<Object> data)

BrokerSeriesTemplate

public BrokerSeriesTemplate(String name,
                            String color,
                            int yAxis,
                            boolean step,
                            ArrayList<Object> data)

BrokerSeriesTemplate

public BrokerSeriesTemplate(String name,
                            String color,
                            int yAxis,
                            ArrayList<Object> data,
                            boolean showInLegend)

BrokerSeriesTemplate

public BrokerSeriesTemplate(String name,
                            String color,
                            int yAxis,
                            boolean step,
                            ArrayList<Object> data,
                            boolean showInLegend)


Copyright © 2013 Power TAC. All Rights Reserved.