edu.washington.cs.supple.render
Interface ConstraintFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DesktopConstraintFactory

public interface ConstraintFactory
extends java.io.Serializable

Author:
kgajos A factory for automatically generating platform-specific constraints that enforce various UI design rules

Method Summary
 java.util.Vector getRenderingConstraints(UiObject object)
          Returns rendering constraints applicable to this object
 

Method Detail

getRenderingConstraints

public java.util.Vector getRenderingConstraints(UiObject object)
Returns rendering constraints applicable to this object

Parameters:
object -
Returns: