edu.washington.cs.supple.render
Class DesktopConstraintFactory

java.lang.Object
  extended byedu.washington.cs.supple.render.DesktopConstraintFactory
All Implemented Interfaces:
ConstraintFactory, java.io.Serializable

public class DesktopConstraintFactory
extends java.lang.Object
implements ConstraintFactory

Author:
kgajos A factory for generating constraints that encode good design rules for desktop interfaces rendered using Swing
See Also:
Serialized Form

Constructor Summary
DesktopConstraintFactory()
           
 
Method Summary
 java.util.Vector getRenderingConstraints(UiObject object)
          Returns rendering constraints applicable to this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopConstraintFactory

public DesktopConstraintFactory()
Method Detail

getRenderingConstraints

public java.util.Vector getRenderingConstraints(UiObject object)
Description copied from interface: ConstraintFactory
Returns rendering constraints applicable to this object

Specified by:
getRenderingConstraints in interface ConstraintFactory
Parameters:
object -
Returns: