net.xoetrope.optional.svg
Class XSvgStateHelperFactory

java.lang.Object
  extended by net.xoetrope.optional.svg.XSvgStateHelperFactory

public class XSvgStateHelperFactory
extends java.lang.Object

Setup state helpers for particular components

Copyright (c) Xoetrope 2001-2006, see license.txt for more details


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

Constructor Detail

XSvgStateHelperFactory

public XSvgStateHelperFactory()
Method Detail

getXSvgStateHelper

public static XSvgStateHelper getXSvgStateHelper(javax.swing.JComponent comp)
Creates a new instance of XSvgStateHelper

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