org.jfree.chart.block
Class ColorBlock
- Block, Drawable, Serializable
A block that is filled with a single color.
ColorBlock(Paint paint, double width, double height) - Creates a new block.
|
void | draw(Graphics2D g2, Rectangle2D area) - Draws the block.
|
Object | draw(Graphics2D g2, Rectangle2D area, Object params) - Draws the block within the specified area.
|
arrange , arrange , calculateTotalHeight , calculateTotalWidth , drawBorder , equals , getBorder , getBounds , getContentXOffset , getContentYOffset , getHeight , getID , getMargin , getPadding , getWidth , setBorder , setBorder , setBounds , setHeight , setID , setMargin , setMargin , setPadding , setPadding , setWidth , toContentConstraint , trimBorder , trimMargin , trimPadding , trimToContentHeight , trimToContentWidth |
ColorBlock
public ColorBlock(Paint paint,
double width,
double height)
Creates a new block.
paint
- the paint.width
- the width.height
- the height.
draw
public void draw(Graphics2D g2,
Rectangle2D area)
Draws the block.
g2
- the graphics device.area
- the area.
draw
public Object draw(Graphics2D g2,
Rectangle2D area,
Object params)
Draws the block within the specified area.
- draw in interface Block
g2
- the graphics device.area
- the area.params
- ignored (null
permitted).