org.jfree.chart.block
public class BlockParams extends Object implements EntityBlockParams
Constructor Summary | |
---|---|
BlockParams()
Creates a new instance. |
Method Summary | |
---|---|
boolean | getGenerateEntities()
Returns the flag that controls whether or not chart entities are
generated.
|
double | getTranslateX()
Returns the translation required to convert local x-coordinates back to
the coordinate space of the container.
|
double | getTranslateY()
Returns the translation required to convert local y-coordinates back to
the coordinate space of the container.
|
void | setGenerateEntities(boolean generate)
Sets the flag that controls whether or not chart entities are generated.
|
void | setTranslateX(double x)
Sets the translation required to convert local x-coordinates into the
coordinate space of the container.
|
void | setTranslateY(double y)
Sets the translation required to convert local y-coordinates into the
coordinate space of the container.
|
Returns: A boolean.
Returns: The x-translation amount.
Returns: The y-translation amount.
Parameters: generate the flag.
Parameters: x the x-translation amount.
Parameters: y the y-translation amount.