Uses of Class
net.sf.jasperreports.components.barcode4j.OrientationEnum
-
Packages that use OrientationEnum Package Description net.sf.jasperreports.components.barcode4j Contains classes for the built-in Barcode4J component. -
-
Uses of OrientationEnum in net.sf.jasperreports.components.barcode4j
Methods in net.sf.jasperreports.components.barcode4j that return OrientationEnum Modifier and Type Method Description static OrientationEnumOrientationEnum. getByName(String name)static OrientationEnumOrientationEnum. getByValue(Integer value)OrientationEnumBarcode4jComponent. getOrientationValue()static OrientationEnumOrientationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OrientationEnum[]OrientationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.components.barcode4j with parameters of type OrientationEnum Modifier and Type Method Description voidBarcode4jComponent. setOrientation(OrientationEnum orientationValue)
-