Class EmptyBlock

java.lang.Object
org.jfree.chart.block.AbstractBlock
org.jfree.chart.block.EmptyBlock
All Implemented Interfaces:
Serializable, Cloneable, Block, Drawable, PublicCloneable

An empty block with a fixed size.
See Also:
  • Constructor Details

    • EmptyBlock

      public EmptyBlock(double width, double height)
      Creates a new block with the specified width and height.
      Parameters:
      width - the width.
      height - the height.
  • Method Details