Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.type |
Modifier and Type | Method and Description |
---|---|
LineDirectionEnum |
JRPrintLine.getDirectionValue()
Gets the line direction.
|
LineDirectionEnum |
JRLine.getDirectionValue()
Gets the line direction.
|
Modifier and Type | Method and Description |
---|---|
void |
JRPrintLine.setDirection(LineDirectionEnum lineDirectionEnum)
Sets the line direction.
|
void |
JRLine.setDirection(LineDirectionEnum lineDirectionEnum)
Sets the line direction.
|
Modifier and Type | Field and Description |
---|---|
protected LineDirectionEnum |
JRBaseLine.directionValue |
protected LineDirectionEnum |
JRBasePrintLine.directionValue |
Modifier and Type | Method and Description |
---|---|
LineDirectionEnum |
JRBaseLine.getDirectionValue() |
LineDirectionEnum |
JRBasePrintLine.getDirectionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseLine.setDirection(LineDirectionEnum directionValue) |
void |
JRBasePrintLine.setDirection(LineDirectionEnum directionValue) |
Modifier and Type | Field and Description |
---|---|
protected LineDirectionEnum |
JRDesignLine.directionValue |
Modifier and Type | Method and Description |
---|---|
LineDirectionEnum |
JRDesignLine.getDirectionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignLine.setDirection(LineDirectionEnum directionValue) |
Modifier and Type | Field and Description |
---|---|
protected LineDirectionEnum |
JRTemplateLine.directionValue |
Modifier and Type | Method and Description |
---|---|
LineDirectionEnum |
JRFillLine.getDirectionValue() |
LineDirectionEnum |
JRTemplatePrintLine.getDirectionValue() |
LineDirectionEnum |
JRTemplateLine.getDirectionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillLine.setDirection(LineDirectionEnum direction) |
void |
JRTemplatePrintLine.setDirection(LineDirectionEnum direction) |
void |
JRTemplateLine.setDirection(LineDirectionEnum directionValue) |
Modifier and Type | Method and Description |
---|---|
static LineDirectionEnum |
LineDirectionEnum.getByName(java.lang.String name) |
static LineDirectionEnum |
LineDirectionEnum.getByValue(byte value) |
static LineDirectionEnum |
LineDirectionEnum.getByValue(java.lang.Byte value) |
static LineDirectionEnum |
LineDirectionEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineDirectionEnum[] |
LineDirectionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com