Package org.jfree.chart.block
Interface EntityBlockResult
-
- All Known Implementing Classes:
BlockResult
public interface EntityBlockResultProvides access to theEntityCollectiongenerated when a block is drawn.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityCollectiongetEntityCollection()Returns the entity collection.
-
-
-
Method Detail
-
getEntityCollection
EntityCollection getEntityCollection()
Returns the entity collection.- Returns:
- An entity collection (possibly
null).
-
-