| Package | Description |
|---|---|
| net.sf.jasperreports.engine.type |
Contains
enum types used by the library's main classes. |
| net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
| Modifier and Type | Method and Description |
|---|---|
static PenEnum |
PenEnum.getByName(String name) |
static PenEnum |
PenEnum.getByValue(byte value) |
static PenEnum |
PenEnum.getByValue(Byte value) |
static PenEnum |
PenEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PenEnum[] |
PenEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JRPenUtil.setLinePenFromPen(PenEnum pen,
JRPen linePen) |
Copyright © 2014. All rights reserved.