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

Packages that use CornerRadii
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of CornerRadii in org.apache.pivot.wtk
 

Fields in org.apache.pivot.wtk declared as CornerRadii
static CornerRadii CornerRadii.NONE
          Corner radii whose top, left, bottom, and right values are all zero.
 

Methods in org.apache.pivot.wtk that return CornerRadii
static CornerRadii CornerRadii.decode(String value)
           
 

Constructors in org.apache.pivot.wtk with parameters of type CornerRadii
CornerRadii(CornerRadii cornerRadii)
           
 

Uses of CornerRadii in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin that return CornerRadii
 CornerRadii BorderSkin.getCornerRadii()
          Returns a CornerRadii, describing the radius of each of the Border's corners.
 

Methods in org.apache.pivot.wtk.skin with parameters of type CornerRadii
 void BorderSkin.setCornerRadii(CornerRadii cornerRadii)
          Sets the radii of the Border's corners