org.jfree.chart.block
public class ColorBlock extends AbstractBlock implements Block
Constructor Summary | |
---|---|
ColorBlock(Paint paint, double width, double height)
Creates a new block.
|
Method Summary | |
---|---|
Size2D | arrange(Graphics2D g2, RectangleConstraint constraint)
Arranges the contents of the block, within the given constraints, and
returns the block size.
|
void | draw(Graphics2D g2, Rectangle2D area)
Draws the block.
|
Object | draw(Graphics2D g2, Rectangle2D area, Object params)
Draws the block within the specified area.
|
boolean | equals(Object obj)
Tests this block for equality with an arbitrary object.
|
Paint | getPaint()
Returns the paint.
|
Parameters: paint the paint (null
not permitted). width the width. height the height.
Parameters: g2 the graphics device. constraint the constraint (null
not permitted).
Returns: The block size (in Java2D units, never null
).
Parameters: g2 the graphics device. area the area.
Parameters: g2 the graphics device. area the area. params ignored (null
permitted).
Returns: Always null
.
Parameters: obj the object (null
permitted).
Returns: A boolean.
Returns: The paint (never null
).
Since: 1.0.5