Uses of Class
org.apache.pivot.wtk.CornerRadii
- 
Packages that use CornerRadii Package Description 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 Modifier and Type Field Description static CornerRadiiCornerRadii. NONECorner radii whose top, left, bottom, and right values are all zero.Methods in org.apache.pivot.wtk that return CornerRadii Modifier and Type Method Description static CornerRadiiCornerRadii. decode(java.lang.String value)Convert a string into corner radii.static CornerRadiiCornerRadii. fromObject(java.lang.Object source)Convert any of our supported object sources into aCornerRadiiobject.Constructors in org.apache.pivot.wtk with parameters of type CornerRadii Constructor Description CornerRadii(CornerRadii cornerRadii)"Copy" constructor from another corner radii object. - 
Uses of CornerRadii in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin that return CornerRadii Modifier and Type Method Description CornerRadiiBorderSkin. getCornerRadii() 
 -