org.jfree.chart.block

Class BlockResult

public class BlockResult extends Object implements EntityBlockResult

Used to return results from the draw() method in the Block class.
Constructor Summary
BlockResult()
Creates a new result instance.
Method Summary
EntityCollectiongetEntityCollection()
Returns the collection of entities from the block.
voidsetEntityCollection(EntityCollection entities)
Sets the entities for the block.

Constructor Detail

BlockResult

public BlockResult()
Creates a new result instance.

Method Detail

getEntityCollection

public EntityCollection getEntityCollection()
Returns the collection of entities from the block.

Returns: The entities.

setEntityCollection

public void setEntityCollection(EntityCollection entities)
Sets the entities for the block.

Parameters: entities the entities.