Interface Item
-
- All Superinterfaces:
Cloneable
,JRCloneable
- All Known Implementing Classes:
FillItem
,FillLegendItem
,FillPlaceItem
,FillResetMapItem
,FillStyleItem
,StandardItem
public interface Item extends JRCloneable
The Item interface. Provides a collection of item properties.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ItemProperty>
getProperties()
Returns a list ofItemProperty
objects.-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Method Detail
-
getProperties
List<ItemProperty> getProperties()
Returns a list ofItemProperty
objects. Each item property provides a name-value pair.- Returns:
- a list of item properties
- See Also:
ItemProperty
-
-