java.lang.Object
org.jfree.chart.block.BlockResult
- All Implemented Interfaces:
EntityBlockResult
Used to return results from the draw() method in the
Block
class.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the collection of entities from the block.void
setEntityCollection
(EntityCollection entities) Sets the entities for the block.
-
Constructor Details
-
BlockResult
public BlockResult()Creates a new result instance.
-
-
Method Details
-
getEntityCollection
Returns the collection of entities from the block.- Specified by:
getEntityCollection
in interfaceEntityBlockResult
- Returns:
- The entities.
-
setEntityCollection
Sets the entities for the block.- Parameters:
entities
- the entities.
-