Uses of Class
net.sf.jasperreports.engine.export.type.ZoomTypeEnum
-
Packages that use ZoomTypeEnum Package Description net.sf.jasperreports.engine.export.type Containsenumtypes used when exporting reports to various output formats. -
-
Uses of ZoomTypeEnum in net.sf.jasperreports.engine.export.type
Methods in net.sf.jasperreports.engine.export.type that return ZoomTypeEnum Modifier and Type Method Description static ZoomTypeEnumZoomTypeEnum. getByName(String name)static ZoomTypeEnumZoomTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ZoomTypeEnum[]ZoomTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-