Uses of Class
org.apache.pivot.wtk.Limits

Packages that use Limits
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of Limits in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Limits
static Limits Limits.decode(String value)
           
 Limits Component.getPreferredHeightLimits()
          Gets the preferred height limits for this component.
 Limits Component.getPreferredWidthLimits()
          Gets the preferred width limits for this component.
 

Methods in org.apache.pivot.wtk with parameters of type Limits
 void Component.setPreferredHeightLimits(Limits preferredHeightLimits)
          Sets the preferred height limits for this component.
 void Component.setPreferredWidthLimits(Limits preferredWidthLimits)
          Sets the preferred width limits for this component.
 

Constructors in org.apache.pivot.wtk with parameters of type Limits
Limits(Limits limits)