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 CornerRadii
CornerRadii. NONE
Corner 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 CornerRadii
CornerRadii. decode(java.lang.String value)
Convert a string into corner radii.static CornerRadii
CornerRadii. fromObject(java.lang.Object source)
Convert any of our supported object sources into aCornerRadii
object.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 CornerRadii
BorderSkin. getCornerRadii()
-