org.jfree.chart.block

Interface EntityBlockResult

public interface EntityBlockResult

Provides access to the EntityCollection generated when a block is drawn.
Method Summary
EntityCollectiongetEntityCollection()
Returns the entity collection.

Method Detail

getEntityCollection

public EntityCollection getEntityCollection()
Returns the entity collection.

Returns: An entity collection (possibly null).