dip.gui.report
Class VariantInfoWriter

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

public class VariantInfoWriter
extends java.lang.Object

Writes information about the current Variant as HTML, and, also displays the current rule settings (RuleOptions).


Method Summary
static void displayDialog(ClientFrame clientFrame, World w)
          Returns the HTML-encoded variant information inside a dialog.
static java.lang.String variantInfoToHTML(World w)
          Gets information about the variant and current rule options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

variantInfoToHTML

public static java.lang.String variantInfoToHTML(World w)
Gets information about the variant and current rule options. Result is in HTML.


displayDialog

public static void displayDialog(ClientFrame clientFrame,
                                 World w)
Returns the HTML-encoded variant information inside a dialog.



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