Uses of Class
cronapp.reports.j4c.commons.J4CBorderWidth
-
Packages that use J4CBorderWidth Package Description cronapp.reports.j4c cronapp.reports.j4c.commons -
-
Uses of J4CBorderWidth in cronapp.reports.j4c
Methods in cronapp.reports.j4c that return J4CBorderWidth Modifier and Type Method Description J4CBorderWidthJ4CBorder. getWidth()Methods in cronapp.reports.j4c with parameters of type J4CBorderWidth Modifier and Type Method Description voidJ4CBorder. setWidth(J4CBorderWidth width) -
Uses of J4CBorderWidth in cronapp.reports.j4c.commons
Methods in cronapp.reports.j4c.commons that return J4CBorderWidth Modifier and Type Method Description static J4CBorderWidthJ4CBorderWidth. getByWidth(float width)static J4CBorderWidthJ4CBorderWidth. valueOf(String name)Returns the enum constant of this type with the specified name.static J4CBorderWidth[]J4CBorderWidth. values()Returns an array containing the constants of this enum type, in the order they are declared.
-