echoxul.component
Class XulBoxConstraints

java.lang.Object
  extended byechoxul.component.XulBoxConstraints
All Implemented Interfaces:
java.io.Serializable

public class XulBoxConstraints
extends java.lang.Object
implements java.io.Serializable

An immutable object representing box constraints

Author:
Terry Laurenzo
See Also:
Serialized Form

Constructor Summary
XulBoxConstraints()
          Construct with all default constraint values
XulBoxConstraints(double flex)
          Set a custom flex value
 
Method Summary
 double getFlex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XulBoxConstraints

public XulBoxConstraints()
Construct with all default constraint values


XulBoxConstraints

public XulBoxConstraints(double flex)
Set a custom flex value

Parameters:
flex -
Method Detail

getFlex

public double getFlex()
Returns:
Returns the flex.


Copyright © 2004 Terry Laurenzo. All Rights Reserved.