Package | Description |
---|---|
net.sf.jasperreports.components.barcode4j |
Contains classes for the built-in Barcode4J component.
|
Modifier and Type | Method and Description |
---|---|
static OrientationEnum |
OrientationEnum.getByName(String name) |
static OrientationEnum |
OrientationEnum.getByValue(Integer value) |
OrientationEnum |
Barcode4jComponent.getOrientationValue() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Barcode4jComponent.setOrientation(OrientationEnum orientationValue) |
void |
Barcode4jComponent.setOrientationValue(OrientationEnum orientationValue)
Deprecated.
Replaced by
Barcode4jComponent.setOrientation(OrientationEnum) . |
Copyright © 2016. All rights reserved.