|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.block.BlockParams
public class BlockParams
A standard parameter object that can be passed to the draw() method defined
by the Block
class.
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockParams()
Method Detail |
---|
public boolean getGenerateEntities()
getGenerateEntities
in interface EntityBlockParams
public void setGenerateEntities(boolean generate)
generate
- the flag.public double getTranslateX()
public void setTranslateX(double x)
x
- the x-translation amount.public double getTranslateY()
public void setTranslateY(double y)
y
- the y-translation amount.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |