view.fightView
Class Util

java.lang.Object
  extended by view.fightView.Util

public class Util
extends java.lang.Object

A util class that offers a static method that generates the html for the fight view.

Author:
zozer

Constructor Summary
Util()
           
 
Method Summary
static void generateFight(int i, int j)
          Based on the two specified variables, writes an html file so that once loaded it will show the 'google fights' type animation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

generateFight

public static void generateFight(int i,
                                 int j)
Based on the two specified variables, writes an html file so that once loaded it will show the 'google fights' type animation.

Parameters:
i - int count1
j - int count2