public class ColorBlock extends AbstractBlock implements Block
| Constructor and Description |
|---|
ColorBlock(Paint paint,
double width,
double height)
Creates a new block.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
arrange, calculateTotalHeight, calculateTotalWidth, clone, drawBorder, getBounds, getContentXOffset, getContentYOffset, getFrame, getHeight, getID, getMargin, getPadding, getWidth, setBorder, setBounds, setFrame, setHeight, setID, setMargin, setMargin, setPadding, setPadding, setWidth, toContentConstraint, trimBorder, trimMargin, trimPadding, trimToContentHeight, trimToContentWidthpublic ColorBlock(Paint paint, double width, double height)
paint - the paint (null not permitted).width - the width.height - the height.public Paint getPaint()
null).public Size2D arrange(Graphics2D g2, RectangleConstraint constraint)
arrange in interface Blockarrange in class AbstractBlockg2 - the graphics device.constraint - the constraint (null not permitted).null).public void draw(Graphics2D g2, Rectangle2D area)
public Object draw(Graphics2D g2, Rectangle2D area, Object params)
public boolean equals(Object obj)
equals in class AbstractBlockobj - the object (null permitted).Copyright © 2001–2017 JFree.org. All rights reserved.