org.powertac.visualizer.json
Class WholesaleSnapshotJSON

java.lang.Object
  extended by org.powertac.visualizer.json.WholesaleSnapshotJSON

public class WholesaleSnapshotJSON
extends Object


Constructor Summary
WholesaleSnapshotJSON(org.primefaces.json.JSONArray graphDataBeforeClearing, org.primefaces.json.JSONArray seriesColorsBeforeClearing, org.primefaces.json.JSONArray graphDataAfterClearing, org.primefaces.json.JSONArray seriesColorsAfterClearing)
           
 
Method Summary
static String getClearedTradeColor()
           
 org.primefaces.json.JSONArray getGraphDataAfterClearing()
           
 org.primefaces.json.JSONArray getGraphDataBeforeClearing()
           
static String getLimitAskOrderColor()
           
static String getLimitBidOrderColor()
           
static String getMarketAskOrderColor()
           
static String getMarketBidOrderColor()
           
static double getMarketOrderOffset()
           
 org.primefaces.json.JSONArray getSeriesColorsAfterClearing()
           
 org.primefaces.json.JSONArray getSeriesColorsBeforeClearing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WholesaleSnapshotJSON

public WholesaleSnapshotJSON(org.primefaces.json.JSONArray graphDataBeforeClearing,
                             org.primefaces.json.JSONArray seriesColorsBeforeClearing,
                             org.primefaces.json.JSONArray graphDataAfterClearing,
                             org.primefaces.json.JSONArray seriesColorsAfterClearing)
Method Detail

getGraphDataBeforeClearing

public org.primefaces.json.JSONArray getGraphDataBeforeClearing()

getSeriesColorsBeforeClearing

public org.primefaces.json.JSONArray getSeriesColorsBeforeClearing()

getGraphDataAfterClearing

public org.primefaces.json.JSONArray getGraphDataAfterClearing()

getSeriesColorsAfterClearing

public org.primefaces.json.JSONArray getSeriesColorsAfterClearing()

getMarketAskOrderColor

public static String getMarketAskOrderColor()

getLimitAskOrderColor

public static String getLimitAskOrderColor()

getMarketBidOrderColor

public static String getMarketBidOrderColor()

getLimitBidOrderColor

public static String getLimitBidOrderColor()

getClearedTradeColor

public static String getClearedTradeColor()

getMarketOrderOffset

public static double getMarketOrderOffset()


Copyright © 2012 Power TAC. All Rights Reserved.