Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » block » [javadoc | source]
org.jfree.chart.block
public class: BlockParams [javadoc | source]
java.lang.Object
   org.jfree.chart.block.BlockParams

All Implemented Interfaces:
    EntityBlockParams

A standard parameter object that can be passed to the draw() method defined by the Block class.
Constructor:
 public BlockParams() 
Method from org.jfree.chart.block.BlockParams Summary:
getGenerateEntities,   getTranslateX,   getTranslateY,   setGenerateEntities,   setTranslateX,   setTranslateY
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.block.BlockParams Detail:
 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.