|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.chart.block.AbstractBlock
org.jfree.chart.block.ColorBlock
public class ColorBlock
A block that is filled with a single color.
| Constructor Summary | |
|---|---|
ColorBlock(Paint paint,
double width,
double height)
Creates a new block. |
|
| Method Summary | |
|---|---|
org.jfree.ui.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. |
| Methods inherited from class org.jfree.chart.block.AbstractBlock |
|---|
arrange, calculateTotalHeight, calculateTotalWidth, clone, drawBorder, getBorder, getBounds, getContentXOffset, getContentYOffset, getFrame, getHeight, getID, getMargin, getPadding, getWidth, setBorder, setBorder, setBounds, setFrame, setHeight, setID, setMargin, setMargin, setPadding, setPadding, setWidth, toContentConstraint, trimBorder, trimMargin, trimPadding, trimToContentHeight, trimToContentWidth |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jfree.chart.block.Block |
|---|
arrange, getBounds, getID, setBounds, setID |
| Constructor Detail |
|---|
public ColorBlock(Paint paint,
double width,
double height)
paint - the paint (null not permitted).width - the width.height - the height.| Method Detail |
|---|
public Paint getPaint()
null).
public org.jfree.ui.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)
draw in interface org.jfree.ui.Drawableg2 - the graphics device.area - the area.
public Object draw(Graphics2D g2,
Rectangle2D area,
Object params)
draw in interface Blockg2 - the graphics device.area - the area.params - ignored (null permitted).
null.public boolean equals(Object obj)
equals in class AbstractBlockobj - the object (null permitted).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||