Groovy Documentation

griffon.pivot.factory
[Groovy] Class BoundsFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.pivot.factory.BoundsFactory

class BoundsFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
BoundsFactory()

 
Method Summary
boolean isLeaf()

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

private int toInteger(def value)

 
Methods inherited from class AbstractFactory
setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, 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

BoundsFactory

BoundsFactory()


 
Method Detail

isLeaf

boolean isLeaf()


newInstance

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


toInteger

private int toInteger(def value)


 

Groovy Documentation