dip.gui.report
Class OrderStatsWriter

java.lang.Object
  extended bydip.gui.report.OrderStatsWriter

public class OrderStatsWriter
extends java.lang.Object

Order Statistics


Method Summary
 dip.gui.report.OrderStatsWriter.MovePhaseTurnData[] collectData()
          Makes an array of tabular data, for easy calculation.
static void displayDialog(ClientFrame clientFrame, World w, OrderFormatOptions orderFormat)
          Returns the HTML-encoded Order Statistics for an entire game, inside a dialog.
static java.lang.String getOrderStatsAsHTML(World w, OrderFormatOptions orderFormatOptions)
          Gets the order statistics as HTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOrderStatsAsHTML

public static java.lang.String getOrderStatsAsHTML(World w,
                                                   OrderFormatOptions orderFormatOptions)
Gets the order statistics as HTML


displayDialog

public static void displayDialog(ClientFrame clientFrame,
                                 World w,
                                 OrderFormatOptions orderFormat)
Returns the HTML-encoded Order Statistics for an entire game, inside a dialog.


collectData

public dip.gui.report.OrderStatsWriter.MovePhaseTurnData[] collectData()
Makes an array of tabular data, for easy calculation. ONLY Movement TURNS are used to create statistical data.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.