public class

BlockResult

extends Object
implements EntityBlockResult
java.lang.Object
   ↳ org.jfree.chart.block.BlockResult

Class Overview

Used to return results from the draw() method in the Block class.

Summary

Public Constructors
BlockResult()
Creates a new result instance.
Public Methods
EntityCollection getEntityCollection()
Returns the collection of entities from the block.
void setEntityCollection(EntityCollection entities)
Sets the entities for the block.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.jfree.chart.block.EntityBlockResult

Public Constructors

public BlockResult ()

Creates a new result instance.

Public Methods

public EntityCollection getEntityCollection ()

Returns the collection of entities from the block.

Returns
  • The entities.

public void setEntityCollection (EntityCollection entities)

Sets the entities for the block.

Parameters
entities the entities.