|
Header
|
|||||||||
| 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.title.LegendGraphic
public class LegendGraphic
The graphical item within a legend item.
| Constructor Summary | |
|---|---|
LegendGraphic(java.awt.Shape shape,
java.awt.Paint fillPaint)
Creates a new legend graphic. |
|
| Method Summary | |
|---|---|
org.jfree.ui.Size2D |
arrange(java.awt.Graphics2D g2,
RectangleConstraint constraint)
Arranges the contents of the block, within the given constraints, and returns the block size. |
protected org.jfree.ui.Size2D |
arrangeNN(java.awt.Graphics2D g2)
Performs the layout with no constraint, so the content size is determined by the bounds of the shape and/or line drawn to represent the series. |
java.lang.Object |
clone()
Returns a clone of this LegendGraphic instance. |
void |
draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D area)
Draws the graphic item within the specified area. |
java.lang.Object |
draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D area,
java.lang.Object params)
Draws the block within the specified area. |
boolean |
equals(java.lang.Object obj)
Tests this LegendGraphic instance for equality with an
arbitrary object. |
java.awt.Paint |
getFillPaint()
Returns the paint used to fill the shape. |
org.jfree.ui.GradientPaintTransformer |
getFillPaintTransformer()
Returns the transformer used when the fill paint is an instance of GradientPaint. |
java.awt.Shape |
getLine()
Returns the line centered about (0, 0). |
java.awt.Paint |
getLinePaint()
Returns the line paint. |
java.awt.Stroke |
getLineStroke()
Returns the line stroke. |
java.awt.Paint |
getOutlinePaint()
Returns the outline paint. |
java.awt.Stroke |
getOutlineStroke()
Returns the outline stroke. |
java.awt.Shape |
getShape()
Returns the shape. |
org.jfree.ui.RectangleAnchor |
getShapeAnchor()
Returns the shape anchor. |
org.jfree.ui.RectangleAnchor |
getShapeLocation()
Returns the shape location. |
int |
hashCode()
Returns a hash code for this instance. |
boolean |
isLineVisible()
Returns the flag that controls whether or not the line is visible. |
boolean |
isShapeFilled()
Returns a flag that controls whether or not the shapes are filled. |
boolean |
isShapeOutlineVisible()
Returns a flag that controls whether the shape outline is visible. |
boolean |
isShapeVisible()
Returns a flag that controls whether or not the shape is visible. |
void |
setFillPaint(java.awt.Paint paint)
Sets the paint used to fill the shape. |
void |
setFillPaintTransformer(org.jfree.ui.GradientPaintTransformer transformer)
Sets the transformer used when the fill paint is an instance of GradientPaint. |
void |
setLine(java.awt.Shape line)
Sets the line. |
void |
setLinePaint(java.awt.Paint paint)
Sets the line paint. |
void |
setLineStroke(java.awt.Stroke stroke)
Sets the line stroke. |
void |
setLineVisible(boolean visible)
Sets the flag that controls whether or not the line is visible. |
void |
setOutlinePaint(java.awt.Paint paint)
Sets the outline paint. |
void |
setOutlineStroke(java.awt.Stroke stroke)
Sets the outline stroke. |
void |
setShape(java.awt.Shape shape)
Sets the shape. |
void |
setShapeAnchor(org.jfree.ui.RectangleAnchor anchor)
Sets the shape anchor. |
void |
setShapeFilled(boolean filled)
Sets a flag that controls whether or not the shape is filled. |
void |
setShapeLocation(org.jfree.ui.RectangleAnchor location)
Sets the shape location. |
void |
setShapeOutlineVisible(boolean visible)
Sets a flag that controls whether or not the shape outline is visible. |
void |
setShapeVisible(boolean visible)
Sets a flag that controls whether or not the shape is visible. |
| Methods inherited from class org.jfree.chart.block.AbstractBlock |
|---|
arrange, calculateTotalHeight, calculateTotalWidth, 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, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jfree.chart.block.Block |
|---|
arrange, getBounds, getID, setBounds, setID |
| Constructor Detail |
|---|
public LegendGraphic(java.awt.Shape shape,
java.awt.Paint fillPaint)
shape - the shape (null not permitted).fillPaint - the fill paint (null not permitted).| Method Detail |
|---|
public boolean isShapeVisible()
setShapeVisible(boolean)public void setShapeVisible(boolean visible)
visible - the flag.isShapeVisible()public java.awt.Shape getShape()
setShape(Shape)public void setShape(java.awt.Shape shape)
shape - the shape.getShape()public boolean isShapeFilled()
setShapeFilled(boolean)public void setShapeFilled(boolean filled)
filled - the flag.isShapeFilled()public java.awt.Paint getFillPaint()
setFillPaint(Paint)public void setFillPaint(java.awt.Paint paint)
paint - the paint.getFillPaint()public org.jfree.ui.GradientPaintTransformer getFillPaintTransformer()
GradientPaint.
null).setFillPaintTransformer(GradientPaintTransformer)public void setFillPaintTransformer(org.jfree.ui.GradientPaintTransformer transformer)
GradientPaint.
transformer - the transformer (null not permitted).getFillPaintTransformer()public boolean isShapeOutlineVisible()
setShapeOutlineVisible(boolean)public void setShapeOutlineVisible(boolean visible)
visible - the flag.isShapeOutlineVisible()public java.awt.Paint getOutlinePaint()
setOutlinePaint(Paint)public void setOutlinePaint(java.awt.Paint paint)
paint - the paint.getOutlinePaint()public java.awt.Stroke getOutlineStroke()
setOutlineStroke(Stroke)public void setOutlineStroke(java.awt.Stroke stroke)
stroke - the stroke.getOutlineStroke()public org.jfree.ui.RectangleAnchor getShapeAnchor()
getShapeAnchor()public void setShapeAnchor(org.jfree.ui.RectangleAnchor anchor)
anchor - the anchor (null not permitted).setShapeAnchor(RectangleAnchor)public org.jfree.ui.RectangleAnchor getShapeLocation()
setShapeLocation(RectangleAnchor)public void setShapeLocation(org.jfree.ui.RectangleAnchor location)
location - the location (null not permitted).getShapeLocation()public boolean isLineVisible()
setLineVisible(boolean)public void setLineVisible(boolean visible)
visible - the flag.isLineVisible()public java.awt.Shape getLine()
setLine(Shape)public void setLine(java.awt.Shape line)
line - the line.getLine()public java.awt.Paint getLinePaint()
setLinePaint(Paint)public void setLinePaint(java.awt.Paint paint)
paint - the paint.getLinePaint()public java.awt.Stroke getLineStroke()
setLineStroke(Stroke)public void setLineStroke(java.awt.Stroke stroke)
stroke - the stroke.getLineStroke()
public org.jfree.ui.Size2D arrange(java.awt.Graphics2D g2,
RectangleConstraint constraint)
arrange in interface Blockarrange in class AbstractBlockg2 - the graphics device.constraint - the constraint (null not permitted).
null).protected org.jfree.ui.Size2D arrangeNN(java.awt.Graphics2D g2)
g2 - the graphics device.
public void draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D area)
draw in interface org.jfree.ui.Drawableg2 - the graphics device.area - the area.
public java.lang.Object draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D area,
java.lang.Object params)
draw in interface Blockg2 - the graphics device.area - the area.params - ignored (null permitted).
null.public boolean equals(java.lang.Object obj)
LegendGraphic instance for equality with an
arbitrary object.
equals in class AbstractBlockobj - the object (null permitted).
public int hashCode()
hashCode in class java.lang.Object
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
LegendGraphic instance.
clone in interface org.jfree.util.PublicCloneableclone in class AbstractBlockLegendGraphic instance.
java.lang.CloneNotSupportedException - if there is a problem cloning.
|
Footer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||