com.rickyclarkson.java.awt.layout
Class PercentLayout.Constraint

java.lang.Object
  extended bycom.rickyclarkson.java.awt.layout.PercentLayout.Constraint
Enclosing class:
PercentLayout

public static class PercentLayout.Constraint
extends java.lang.Object


Constructor Summary
PercentLayout.Constraint(double left, double top, double width, double height)
           
 
Method Summary
 double getHeight()
           
 double getLeft()
           
 double getTop()
           
 double getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentLayout.Constraint

public PercentLayout.Constraint(double left,
                                double top,
                                double width,
                                double height)
Method Detail

getHeight

public double getHeight()

getLeft

public double getLeft()

getTop

public double getTop()

getWidth

public double getWidth()