Uses of Class
net.sf.jasperreports.customizers.type.RectangleAnchorEnum
-
Packages that use RectangleAnchorEnum Package Description net.sf.jasperreports.customizers.type -
-
Uses of RectangleAnchorEnum in net.sf.jasperreports.customizers.type
Methods in net.sf.jasperreports.customizers.type that return RectangleAnchorEnum Modifier and Type Method Description static RectangleAnchorEnumRectangleAnchorEnum. getByName(String name)static RectangleAnchorEnumRectangleAnchorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RectangleAnchorEnum[]RectangleAnchorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-