java.lang.Object | |
↳ | org.jfree.chart.block.BlockParams |
A standard parameter object that can be passed to the draw() method defined
by the Block
class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the flag that controls whether or not chart entities are
generated.
| |||||||||||
Returns the translation required to convert local x-coordinates back to
the coordinate space of the container.
| |||||||||||
Returns the translation required to convert local y-coordinates back to
the coordinate space of the container.
| |||||||||||
Sets the flag that controls whether or not chart entities are generated.
| |||||||||||
Sets the translation required to convert local x-coordinates into the
coordinate space of the container.
| |||||||||||
Sets the translation required to convert local y-coordinates into the
coordinate space of the container.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new instance.
Returns the flag that controls whether or not chart entities are generated.
Returns the translation required to convert local x-coordinates back to the coordinate space of the container.
Returns the translation required to convert local y-coordinates back to the coordinate space of the container.
Sets the flag that controls whether or not chart entities are generated.
generate | the flag. |
---|
Sets the translation required to convert local x-coordinates into the coordinate space of the container.
x | the x-translation amount. |
---|
Sets the translation required to convert local y-coordinates into the coordinate space of the container.
y | the y-translation amount. |
---|