Groovy Documentation

griffon.builder.swingx.factory
[Groovy] Class GeoBoundsFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.builder.swingx.factory.GeoBoundsFactory

class GeoBoundsFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
GeoBoundsFactory()

 
Method Summary
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

private def toNumber(def obj)

 
Methods inherited from class AbstractFactory
setParent, isLeaf, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

GeoBoundsFactory

GeoBoundsFactory()


 
Method Detail

newInstance

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


toNumber

private def toNumber(def obj)


 

Groovy Documentation