Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
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.
|
net.sf.jasperreports.renderers |
Contains image renderer implementations.
|
Modifier and Type | Method and Description |
---|---|
RenderableTypeEnum |
JRImageRenderer.getTypeValue()
Deprecated.
|
RenderableTypeEnum |
Renderable.getTypeValue()
Deprecated.
Replaced by
DataRenderable and Graphics2DRenderable . |
RenderableTypeEnum |
JRAbstractSvgRenderer.getTypeValue()
Deprecated.
|
RenderableTypeEnum |
JRAbstractRenderer.getTypeValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RenderableTypeEnum |
RenderableTypeEnum.getByName(String name)
Deprecated.
|
static RenderableTypeEnum |
RenderableTypeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static RenderableTypeEnum |
RenderableTypeEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static RenderableTypeEnum |
RenderableTypeEnum.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RenderableTypeEnum[] |
RenderableTypeEnum.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RenderableTypeEnum |
WrappingRenderable.getTypeValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RenderableTypeEnum |
WrappingDataToGraphics2DRenderer.getRenderableType()
Deprecated.
|
RenderableTypeEnum |
WrappingDeprecatedRenderable.getTypeValue()
Deprecated.
|
Copyright © 2017. All rights reserved.