| org.jfree.chart.block.EntityBlockParams
All known Subclasses: org.jfree.chart.block.BlockParams,
EntityBlockParams | public interface EntityBlockParams (Code) | | An interface that is used by the draw() method of some
Block
implementations to determine whether or not to generate entities for the
items within the block.
|
Method Summary | |
public boolean | getGenerateEntities() Returns a flag that controls whether or not the block should return
entities for the items it draws. |
getGenerateEntities | public boolean getGenerateEntities()(Code) | | Returns a flag that controls whether or not the block should return
entities for the items it draws.
A boolean. |
|
|