org.formaria.svg
Class SvgStateHelperFactory

java.lang.Object
  extended by org.formaria.svg.SvgStateHelperFactory

public class SvgStateHelperFactory
extends java.lang.Object

Setup state helpers for particular components

Copyright (c) Formaria 2008, see license.txt for more details


Constructor Summary
SvgStateHelperFactory()
           
 
Method Summary
static SvgStateHelper getSvgStateHelper(javax.swing.JComponent comp)
          Creates a new instance of SvgStateHelper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvgStateHelperFactory

public SvgStateHelperFactory()
Method Detail

getSvgStateHelper

public static SvgStateHelper getSvgStateHelper(javax.swing.JComponent comp)
Creates a new instance of SvgStateHelper

Parameters:
comp - the component for which the state helper is built
Returns:
the new helper, or null if none is setup