Package | Description |
---|---|
net.sf.jasperreports.components.items |
Contains classes and interfaces for the item based components.
|
net.sf.jasperreports.components.items.fill |
Contains classes and interfaces for filling the item based components.
|
net.sf.jasperreports.components.map |
Contains classes for the built-in Google Map component.
|
net.sf.jasperreports.components.map.fill |
Contains fill time implementations for Google Map component related interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardItemProperty |
Modifier and Type | Method and Description |
---|---|
List<ItemProperty> |
Item.getProperties()
Returns a list of
ItemProperty objects. |
List<ItemProperty> |
StandardItem.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
StandardItem.addItemProperty(ItemProperty property) |
void |
StandardItem.removeItemProperty(ItemProperty property) |
Constructor and Description |
---|
StandardItem(List<ItemProperty> properties) |
Modifier and Type | Method and Description |
---|---|
List<ItemProperty> |
FillItem.getProperties() |
Modifier and Type | Method and Description |
---|---|
Object |
FillItem.getEvaluatedValue(ItemProperty property,
JRFillExpressionEvaluator evaluator,
byte evaluation) |
abstract void |
FillItem.verifyValue(ItemProperty property,
Object value) |
Modifier and Type | Method and Description |
---|---|
List<ItemProperty> |
StandardItem.getProperties()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardItem.addItemProperty(ItemProperty property)
Deprecated.
|
void |
StandardItem.removeItemProperty(ItemProperty property)
Deprecated.
|
Constructor and Description |
---|
StandardItem(List<ItemProperty> properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
FillPlaceItem.getEvaluatedValue(ItemProperty property,
JRFillExpressionEvaluator evaluator,
byte evaluation) |
Object |
FillStyleItem.getEvaluatedValue(ItemProperty property,
JRFillExpressionEvaluator evaluator,
byte evaluation) |
void |
FillPlaceItem.verifyValue(ItemProperty property,
Object value) |
void |
FillStyleItem.verifyValue(ItemProperty property,
Object value) |
Copyright © 2016. All rights reserved.