org.problets.domain.viz.control
Class ControlVizFactory

java.lang.Object
  extended by org.problets.domain.viz.control.ControlVizFactory

public class ControlVizFactory
extends java.lang.Object

Provides the functionality too create the correct ControlViz given the String from the model

Author:
Brian Kunert

Constructor Summary
ControlVizFactory()
           
 
Method Summary
static ControlViz getAppropriateControlViz(java.lang.String text, java.awt.FontMetrics fontMetrics)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlVizFactory

public ControlVizFactory()
Method Detail

getAppropriateControlViz

public static ControlViz getAppropriateControlViz(java.lang.String text,
                                                  java.awt.FontMetrics fontMetrics)

main

public static void main(java.lang.String[] args)