Method Summary |
|
public boolean | getGenerateEntities() Returns the flag that controls whether or not chart entities are
generated. |
public double | getTranslateX() Returns the translation required to convert local x-coordinates back to
the coordinate space of the container. |
public double | getTranslateY() Returns the translation required to convert local y-coordinates back to
the coordinate space of the container. |
public void | setGenerateEntities(boolean generate) Sets the flag that controls whether or not chart entities are generated. |
public void | setTranslateX(double x) Sets the translation required to convert local x-coordinates into the
coordinate space of the container. |
public void | setTranslateY(double y) Sets the translation required to convert local y-coordinates into the
coordinate space of the container. |