Uses of Class
net.sf.jasperreports.barcode4j.OrientationEnum
-
Packages that use OrientationEnum Package Description net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component. -
-
Uses of OrientationEnum in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j that return OrientationEnum Modifier and Type Method Description static OrientationEnum
OrientationEnum. getByName(String name)
static OrientationEnum
OrientationEnum. getByValue(Integer value)
OrientationEnum
OrientationEnum. getDefault()
OrientationEnum
Barcode4jComponent. getOrientation()
static OrientationEnum
OrientationEnum. getValueOrDefault(OrientationEnum value)
static OrientationEnum
OrientationEnum. 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.barcode4j with parameters of type OrientationEnum Modifier and Type Method Description static OrientationEnum
OrientationEnum. getValueOrDefault(OrientationEnum value)
void
Barcode4jComponent. setOrientation(OrientationEnum orientation)
-