Java org.jfree.chart.block Block fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.block Block fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.block Block.

The text is from its open source code.

Implementation

org.jfree.chart.block.Block has the following implementations.
Click this link to see all its implementation.

Method

Size2Darrange(Graphics2D g2, RectangleConstraint constraint)
Arranges the contents of the block, within the given constraints, and returns the block size.
Objectdraw(Graphics2D g2, Rectangle2D area, Object params)
Draws the block within the specified area.
Rectangle2DgetBounds()
Returns the current bounds of the block.
voidsetBounds(Rectangle2D bounds)
Sets the bounds of the block.