public class PaintScaleLegend extends Title implements AxisChangeListener, org.jfree.util.PublicCloneable
PaintScale
implementation.DEFAULT_HORIZONTAL_ALIGNMENT, DEFAULT_PADDING, DEFAULT_POSITION, DEFAULT_VERTICAL_ALIGNMENT, visible
Constructor and Description |
---|
PaintScaleLegend(PaintScale scale,
ValueAxis axis)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
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 |
axisChanged(AxisChangeEvent event)
Receives notification of an axis change event and responds by firing
a title change event.
|
void |
draw(Graphics2D g2,
Rectangle2D area)
Draws the legend within the specified area.
|
Object |
draw(Graphics2D g2,
Rectangle2D area,
Object params)
Draws the legend within the specified area.
|
boolean |
equals(Object obj)
Tests this legend for equality with an arbitrary object.
|
ValueAxis |
getAxis()
Returns the axis for the paint scale.
|
AxisLocation |
getAxisLocation()
Returns the axis location.
|
double |
getAxisOffset()
Returns the offset between the axis and the paint strip.
|
Paint |
getBackgroundPaint()
Returns the background paint.
|
PaintScale |
getScale()
Returns the scale used to convert values to colors.
|
Paint |
getStripOutlinePaint()
Returns the paint used to draw the outline of the paint strip.
|
Stroke |
getStripOutlineStroke()
Returns the stroke used to draw the outline around the paint strip.
|
double |
getStripWidth()
Returns the width of the paint strip, in Java2D units.
|
int |
getSubdivisionCount()
Returns the number of subdivisions used to draw the scale.
|
boolean |
isStripOutlineVisible()
Returns the flag that controls whether or not an outline is drawn
around the paint strip.
|
void |
setAxis(ValueAxis axis)
Sets the axis for the paint scale and sends a
TitleChangeEvent
to all registered listeners. |
void |
setAxisLocation(AxisLocation location)
Sets the axis location and sends a
TitleChangeEvent to all
registered listeners. |
void |
setAxisOffset(double offset)
Sets the offset between the axis and the paint strip and sends a
TitleChangeEvent to all registered listeners. |
void |
setBackgroundPaint(Paint paint)
Sets the background paint and sends a
TitleChangeEvent to all
registered listeners. |
void |
setScale(PaintScale scale)
Sets the scale and sends a
TitleChangeEvent to all registered
listeners. |
void |
setStripOutlinePaint(Paint paint)
Sets the paint used to draw the outline of the paint strip, and sends
a
TitleChangeEvent to all registered listeners. |
void |
setStripOutlineStroke(Stroke stroke)
Sets the stroke used to draw the outline around the paint strip and
sends a
TitleChangeEvent to all registered listeners. |
void |
setStripOutlineVisible(boolean visible)
Sets the flag that controls whether or not an outline is drawn around
the paint strip, and sends a
TitleChangeEvent to all registered
listeners. |
void |
setStripWidth(double width)
Sets the width of the paint strip and sends a
TitleChangeEvent
to all registered listeners. |
void |
setSubdivisionCount(int count)
Sets the subdivision count and sends a
TitleChangeEvent to
all registered listeners. |
addChangeListener, clone, getHorizontalAlignment, getNotify, getPosition, getVerticalAlignment, hashCode, isVisible, removeChangeListener, setHorizontalAlignment, setNotify, setPosition, setVerticalAlignment, setVisible
arrange, getBorder, getBounds, getContentXOffset, getContentYOffset, getFrame, getHeight, getID, getMargin, getPadding, getWidth, setBorder, setBorder, setBounds, setFrame, setHeight, setID, setMargin, setMargin, setPadding, setPadding, setWidth
public PaintScaleLegend(PaintScale scale, ValueAxis axis)
scale
- the scale (null
not permitted).axis
- the axis (null
not permitted).public PaintScale getScale()
null
).setScale(PaintScale)
public void setScale(PaintScale scale)
TitleChangeEvent
to all registered
listeners.scale
- the scale (null
not permitted).getScale()
public ValueAxis getAxis()
null
).setAxis(ValueAxis)
public void setAxis(ValueAxis axis)
TitleChangeEvent
to all registered listeners.axis
- the axis (null
not permitted).getAxis()
public AxisLocation getAxisLocation()
null
).setAxisLocation(AxisLocation)
public void setAxisLocation(AxisLocation location)
TitleChangeEvent
to all
registered listeners.location
- the location (null
not permitted).getAxisLocation()
public double getAxisOffset()
setAxisOffset(double)
public void setAxisOffset(double offset)
TitleChangeEvent
to all registered listeners.offset
- the offset.public double getStripWidth()
setStripWidth(double)
public void setStripWidth(double width)
TitleChangeEvent
to all registered listeners.width
- the width.getStripWidth()
public boolean isStripOutlineVisible()
setStripOutlineVisible(boolean)
public void setStripOutlineVisible(boolean visible)
TitleChangeEvent
to all registered
listeners.visible
- the flag.isStripOutlineVisible()
public Paint getStripOutlinePaint()
null
).setStripOutlinePaint(Paint)
public void setStripOutlinePaint(Paint paint)
TitleChangeEvent
to all registered listeners.paint
- the paint (null
not permitted).getStripOutlinePaint()
public Stroke getStripOutlineStroke()
null
).setStripOutlineStroke(Stroke)
public void setStripOutlineStroke(Stroke stroke)
TitleChangeEvent
to all registered listeners.stroke
- the stroke (null
not permitted).getStripOutlineStroke()
public Paint getBackgroundPaint()
public void setBackgroundPaint(Paint paint)
TitleChangeEvent
to all
registered listeners.paint
- the paint (null
permitted).public int getSubdivisionCount()
public void setSubdivisionCount(int count)
TitleChangeEvent
to
all registered listeners.count
- the count.public void axisChanged(AxisChangeEvent event)
axisChanged
in interface AxisChangeListener
event
- the event.public org.jfree.ui.Size2D arrange(Graphics2D g2, RectangleConstraint constraint)
arrange
in interface Block
arrange
in class AbstractBlock
g2
- 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)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics