| java.lang.Object | |
| ↳ | org.jfree.chart.block.BlockResult |
Used to return results from the draw() method in the Block
class.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new result instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the collection of entities from the block.
| |||||||||||
Sets the entities for the block.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.block.EntityBlockResult
| |||||||||||
Creates a new result instance.
Returns the collection of entities from the block.
Sets the entities for the block.
| entities | the entities. |
|---|