public class ThermometerPlot extends Plot implements ValueAxisPlot, Zoomable, Cloneable, Serializable
ValueDataset
) in a
thermometer type display.
This plot supports a number of options:
Modifier and Type | Field and Description |
---|---|
static int |
BULB
A constant for the value label position (in the thermometer bulb).
|
static int |
CRITICAL
A constant for the 'critical' range.
|
static int |
LEFT
A constant for the value label position (left of the thermometer).
|
static int |
NONE
A constant for the value label position (no label).
|
static int |
NORMAL
A constant for the 'normal' range.
|
static int |
RIGHT
A constant for the value label position (right of the thermometer).
|
static int |
UNITS_CELCIUS
A constant for unit type 'Celcius'.
|
static int |
UNITS_FAHRENHEIT
A constant for unit type 'Fahrenheit'.
|
static int |
UNITS_KELVIN
A constant for unit type 'Kelvin'.
|
static int |
UNITS_NONE
A constant for unit type 'None'.
|
static int |
WARNING
A constant for the 'warning' range.
|
DEFAULT_BACKGROUND_ALPHA, DEFAULT_BACKGROUND_PAINT, DEFAULT_FOREGROUND_ALPHA, DEFAULT_INSETS, DEFAULT_LEGEND_ITEM_BOX, DEFAULT_LEGEND_ITEM_CIRCLE, DEFAULT_OUTLINE_PAINT, DEFAULT_OUTLINE_STROKE, MINIMUM_HEIGHT_TO_DRAW, MINIMUM_WIDTH_TO_DRAW, ZERO
Constructor and Description |
---|
ThermometerPlot()
Creates a new thermometer plot.
|
ThermometerPlot(ValueDataset dataset)
Creates a new thermometer plot, using default attributes where necessary.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of the plot.
|
void |
datasetChanged(DatasetChangeEvent event)
Checks to see if a new value means the axis range needs adjusting.
|
void |
draw(Graphics2D g2,
Rectangle2D area,
Point2D anchor,
PlotState parentState,
PlotRenderingInfo info)
Draws the plot on a Java 2D graphics device (such as the screen or a
printer).
|
boolean |
equals(Object obj)
Tests this plot for equality with another object.
|
int |
getAxisLocation()
Returns the axis location.
|
int |
getBulbDiameter()
Returns the bulb diameter, which is always twice the value returned
by
getBulbRadius() . |
int |
getBulbRadius()
Returns the bulb radius, in Java2D units.
|
int |
getColumnDiameter()
Returns the column diameter, which is always twice the value returned
by
getColumnRadius() . |
int |
getColumnRadius()
Returns the column radius, in Java2D units.
|
Range |
getDataRange(ValueAxis axis)
Returns the data range.
|
ValueDataset |
getDataset()
Returns the dataset for the plot.
|
boolean |
getFollowDataInSubranges()
Returns a flag that controls whether or not the thermometer axis zooms
to display the subrange within which the data value falls.
|
int |
getGap()
Returns the gap, in Java2D units, between the two outlines that
represent the thermometer.
|
LegendItemCollection |
getLegendItems()
Returns the legend items for the plot.
|
double |
getLowerBound()
Returns the lower bound for the thermometer.
|
Number |
getMaximumVerticalDataValue()
Deprecated.
This method is not used. Officially deprecated in version
1.0.6.
|
Paint |
getMercuryPaint()
Returns the default mercury paint.
|
Number |
getMinimumVerticalDataValue()
Deprecated.
This method is not used. Officially deprecated in version
1.0.6.
|
PlotOrientation |
getOrientation()
Returns the orientation of the plot.
|
org.jfree.ui.RectangleInsets |
getPadding()
Returns the padding for the thermometer.
|
String |
getPlotType()
Returns a short string describing the type of plot.
|
ValueAxis |
getRangeAxis()
Returns the range axis.
|
boolean |
getShowValueLines()
Deprecated.
This flag doesn't do anything useful/visible. Deprecated
as of version 1.0.6.
|
Paint |
getSubrangePaint(int range)
Gets the paint used for a particular subrange.
|
Paint |
getThermometerPaint()
Returns the paint used to draw the thermometer outline.
|
Stroke |
getThermometerStroke()
Returns the stroke used to draw the thermometer outline.
|
int |
getUnits()
Returns a code indicating the unit display type.
|
double |
getUpperBound()
Returns the upper bound for the thermometer.
|
boolean |
getUseSubrangePaint()
Returns a flag that controls whether or not the mercury color changes
for each subrange.
|
Font |
getValueFont()
Gets the font used to display the current value.
|
int |
getValueLocation()
Returns a code indicating the location at which the value label is
displayed.
|
Paint |
getValuePaint()
Gets the paint used to display the current value.
|
boolean |
isDomainZoomable()
Returns
false . |
boolean |
isRangeZoomable()
Returns
true . |
void |
setAxisLocation(int location)
Sets the location at which the axis is displayed relative to the
thermometer, and sends a
PlotChangeEvent to all registered
listeners. |
void |
setBulbRadius(int r)
Sets the bulb radius (in Java2D units) and sends a
PlotChangeEvent to all registered listeners. |
void |
setColumnRadius(int r)
Sets the column radius (in Java2D units) and sends a
PlotChangeEvent to all registered listeners. |
void |
setDataset(ValueDataset dataset)
Sets the dataset for the plot, replacing the existing dataset if there
is one, and sends a
PlotChangeEvent to all registered listeners. |
void |
setDisplayRange(int range,
double low,
double high)
Sets the displayed bounds for a sub range.
|
void |
setFollowDataInSubranges(boolean flag)
Sets the flag that controls whether or not the thermometer axis zooms
to display the subrange within which the data value falls.
|
void |
setGap(int gap)
Sets the gap (in Java2D units) between the two outlines that represent
the thermometer, and sends a
PlotChangeEvent to all registered
listeners. |
void |
setLowerBound(double lower)
Sets the lower bound for the thermometer.
|
void |
setMercuryPaint(Paint paint)
Sets the default mercury paint and sends a
PlotChangeEvent to
all registered listeners. |
void |
setPadding(org.jfree.ui.RectangleInsets padding)
Sets the padding for the thermometer and sends a
PlotChangeEvent
to all registered listeners. |
void |
setRange(double lower,
double upper)
Sets the lower and upper bounds for the thermometer.
|
void |
setRangeAxis(ValueAxis axis)
Sets the range axis for the plot and sends a
PlotChangeEvent to
all registered listeners. |
void |
setShowValueLines(boolean b)
Deprecated.
This flag doesn't do anything useful/visible. Deprecated
as of version 1.0.6.
|
void |
setSubrange(int range,
double low,
double high)
Sets the bounds for a subrange.
|
void |
setSubrangeInfo(int range,
double low,
double hi)
Sets information for a particular range.
|
void |
setSubrangeInfo(int range,
double rangeLow,
double rangeHigh,
double displayLow,
double displayHigh)
Sets the subrangeInfo attribute of the ThermometerPlot object
|
void |
setSubrangePaint(int range,
Paint paint)
Sets the paint to be used for a subrange and sends a
PlotChangeEvent to all registered listeners. |
void |
setThermometerPaint(Paint paint)
Sets the paint used to draw the thermometer outline and sends a
PlotChangeEvent to all registered listeners. |
void |
setThermometerStroke(Stroke s)
Sets the stroke used to draw the thermometer outline and sends a
PlotChangeEvent to all registered listeners. |
void |
setUnits(int u)
Sets the units to be displayed in the thermometer.
|
void |
setUnits(String u)
Deprecated.
Use setUnits(int) instead. Deprecated as of version 1.0.6,
because this method is a little obscure and redundant anyway.
|
void |
setUpperBound(double upper)
Sets the upper bound for the thermometer.
|
void |
setUseSubrangePaint(boolean flag)
Sets the range colour change option.
|
void |
setValueFont(Font f)
Sets the font used to display the current value.
|
void |
setValueFormat(NumberFormat formatter)
Sets the formatter for the value label and sends a
PlotChangeEvent to all registered listeners. |
void |
setValueLocation(int location)
Sets the location at which the current value is displayed and sends a
PlotChangeEvent to all registered listeners. |
void |
setValuePaint(Paint paint)
Sets the paint used to display the current value and sends a
PlotChangeEvent to all registered listeners. |
void |
zoom(double percent)
A zoom method that does nothing.
|
void |
zoomDomainAxes(double lowerPercent,
double upperPercent,
PlotRenderingInfo state,
Point2D source)
This method does nothing.
|
void |
zoomDomainAxes(double factor,
PlotRenderingInfo state,
Point2D source)
Multiplies the range on the domain axis/axes by the specified factor.
|
void |
zoomDomainAxes(double factor,
PlotRenderingInfo state,
Point2D source,
boolean useAnchor)
Multiplies the range on the domain axis/axes by the specified factor.
|
void |
zoomRangeAxes(double lowerPercent,
double upperPercent,
PlotRenderingInfo state,
Point2D source)
Zooms the range axes.
|
void |
zoomRangeAxes(double factor,
PlotRenderingInfo state,
Point2D source)
Multiplies the range on the range axis/axes by the specified factor.
|
void |
zoomRangeAxes(double factor,
PlotRenderingInfo state,
Point2D source,
boolean useAnchor)
Multiplies the range on the range axis/axes by the specified factor.
|
addChangeListener, annotationChanged, axisChanged, drawBackground, drawBackgroundImage, drawOutline, getBackgroundAlpha, getBackgroundImage, getBackgroundImageAlignment, getBackgroundImageAlpha, getBackgroundPaint, getDatasetGroup, getDrawingSupplier, getForegroundAlpha, getInsets, getNoDataMessage, getNoDataMessageFont, getNoDataMessagePaint, getOutlinePaint, getOutlineStroke, getParent, getRootPlot, handleClick, isNotify, isOutlineVisible, isSubplot, markerChanged, notifyListeners, removeChangeListener, resolveDomainAxisLocation, resolveRangeAxisLocation, setBackgroundAlpha, setBackgroundImage, setBackgroundImageAlignment, setBackgroundImageAlpha, setBackgroundPaint, setDrawingSupplier, setDrawingSupplier, setForegroundAlpha, setInsets, setInsets, setNoDataMessage, setNoDataMessageFont, setNoDataMessagePaint, setNotify, setOutlinePaint, setOutlineStroke, setOutlineVisible, setParent
public static final int UNITS_NONE
public static final int UNITS_FAHRENHEIT
public static final int UNITS_CELCIUS
public static final int UNITS_KELVIN
public static final int NONE
public static final int RIGHT
public static final int LEFT
public static final int BULB
public static final int NORMAL
public static final int WARNING
public static final int CRITICAL
public ThermometerPlot()
public ThermometerPlot(ValueDataset dataset)
dataset
- the data set.public ValueDataset getDataset()
null
).setDataset(ValueDataset)
public void setDataset(ValueDataset dataset)
PlotChangeEvent
to all registered listeners.dataset
- the dataset (null
permitted).getDataset()
public ValueAxis getRangeAxis()
null
).setRangeAxis(ValueAxis)
public void setRangeAxis(ValueAxis axis)
PlotChangeEvent
to
all registered listeners.axis
- the new axis (null
not permitted).getRangeAxis()
public double getLowerBound()
setLowerBound(double)
public void setLowerBound(double lower)
lower
- the lower bound.getLowerBound()
public double getUpperBound()
setUpperBound(double)
public void setUpperBound(double upper)
upper
- the upper bound.getUpperBound()
public void setRange(double lower, double upper)
lower
- the lower bound.upper
- the upper bound.public org.jfree.ui.RectangleInsets getPadding()
null
).setPadding(RectangleInsets)
public void setPadding(org.jfree.ui.RectangleInsets padding)
PlotChangeEvent
to all registered listeners.padding
- the padding (null
not permitted).getPadding()
public Stroke getThermometerStroke()
null
).setThermometerStroke(Stroke)
,
getThermometerPaint()
public void setThermometerStroke(Stroke s)
PlotChangeEvent
to all registered listeners.s
- the new stroke (null
ignored).getThermometerStroke()
public Paint getThermometerPaint()
null
).setThermometerPaint(Paint)
,
getThermometerStroke()
public void setThermometerPaint(Paint paint)
PlotChangeEvent
to all registered listeners.paint
- the new paint (null
ignored).getThermometerPaint()
public int getUnits()
UNITS_NONE
, UNITS_FAHRENHEIT
, UNITS_CELCIUS
and UNITS_KELVIN
.setUnits(int)
public void setUnits(int u)
u
- the new unit type.getUnits()
public void setUnits(String u)
u
- the unit type (null
ignored).public int getValueLocation()
public void setValueLocation(int location)
PlotChangeEvent
to all registered listeners.
The location can be one of the constants:
NONE
,
RIGHT
LEFT
and
BULB
.
location
- the location.public int getAxisLocation()
NONE
, LEFT
and
RIGHT
).setAxisLocation(int)
public void setAxisLocation(int location)
PlotChangeEvent
to all registered
listeners.location
- the location (one of NONE
, LEFT
and
RIGHT
).getAxisLocation()
public Font getValueFont()
setValueFont(Font)
public void setValueFont(Font f)
f
- the new font (null
not permitted).getValueFont()
public Paint getValuePaint()
setValuePaint(Paint)
public void setValuePaint(Paint paint)
PlotChangeEvent
to all registered listeners.paint
- the new paint (null
not permitted).getValuePaint()
public void setValueFormat(NumberFormat formatter)
PlotChangeEvent
to all registered listeners.formatter
- the new formatter (null
not permitted).public Paint getMercuryPaint()
null
).setMercuryPaint(Paint)
public void setMercuryPaint(Paint paint)
PlotChangeEvent
to
all registered listeners.paint
- the new paint (null
not permitted).getMercuryPaint()
public boolean getShowValueLines()
setShowValueLines(boolean)
public void setShowValueLines(boolean b)
b
- Whether to show value lines in the thermometergetShowValueLines()
public void setSubrangeInfo(int range, double low, double hi)
range
- the range to specify information about.low
- the low value for the rangehi
- the high value for the rangepublic void setSubrangeInfo(int range, double rangeLow, double rangeHigh, double displayLow, double displayHigh)
range
- the new rangeInfo value.rangeLow
- the new rangeInfo valuerangeHigh
- the new rangeInfo valuedisplayLow
- the new rangeInfo valuedisplayHigh
- the new rangeInfo valuepublic void setSubrange(int range, double low, double high)
range
- the range type.low
- the low value.high
- the high value.public void setDisplayRange(int range, double low, double high)
range
- the range type.low
- the low value.high
- the high value.public Paint getSubrangePaint(int range)
range
- the range (.setSubrangePaint(int, Paint)
public void setSubrangePaint(int range, Paint paint)
PlotChangeEvent
to all registered listeners.range
- the range (0, 1 or 2).paint
- the paint to be applied (null
not permitted).getSubrangePaint(int)
public boolean getFollowDataInSubranges()
public void setFollowDataInSubranges(boolean flag)
flag
- the flag.public boolean getUseSubrangePaint()
setUseSubrangePaint(boolean)
public void setUseSubrangePaint(boolean flag)
flag
- the new range colour change optiongetUseSubrangePaint()
public int getBulbRadius()
public void setBulbRadius(int r)
PlotChangeEvent
to all registered listeners.r
- the new radius (in Java2D units).getBulbRadius()
public int getBulbDiameter()
getBulbRadius()
.public int getColumnRadius()
setColumnRadius(int)
public void setColumnRadius(int r)
PlotChangeEvent
to all registered listeners.r
- the new radius.getColumnRadius()
public int getColumnDiameter()
getColumnRadius()
.public int getGap()
setGap(int)
public void setGap(int gap)
PlotChangeEvent
to all registered
listeners.gap
- the new gap.getGap()
public void draw(Graphics2D g2, Rectangle2D area, Point2D anchor, PlotState parentState, PlotRenderingInfo info)
public void zoom(double percent)
public String getPlotType()
getPlotType
in class Plot
public void datasetChanged(DatasetChangeEvent event)
datasetChanged
in interface DatasetChangeListener
datasetChanged
in class Plot
event
- the dataset change event.public Number getMinimumVerticalDataValue()
public Number getMaximumVerticalDataValue()
public Range getDataRange(ValueAxis axis)
getDataRange
in interface ValueAxisPlot
axis
- the axis.public LegendItemCollection getLegendItems()
getLegendItems
in interface LegendItemSource
getLegendItems
in class Plot
null
.public PlotOrientation getOrientation()
getOrientation
in interface Zoomable
PlotOrientation.VERTICAL
).public boolean equals(Object obj)
public Object clone() throws CloneNotSupportedException
clone
in interface org.jfree.util.PublicCloneable
clone
in class Plot
CloneNotSupportedException
- if the plot cannot be cloned.public void zoomDomainAxes(double factor, PlotRenderingInfo state, Point2D source)
zoomDomainAxes
in interface Zoomable
factor
- the zoom factor.state
- the plot state.source
- the source point.Zoomable.zoomRangeAxes(double, PlotRenderingInfo, Point2D)
public void zoomDomainAxes(double factor, PlotRenderingInfo state, Point2D source, boolean useAnchor)
zoomDomainAxes
in interface Zoomable
factor
- the zoom factor.state
- the plot state.source
- the source point.useAnchor
- a flag that controls whether or not the source point
is used for the zoom anchor.Zoomable.zoomRangeAxes(double, PlotRenderingInfo, Point2D, boolean)
public void zoomRangeAxes(double factor, PlotRenderingInfo state, Point2D source)
zoomRangeAxes
in interface Zoomable
factor
- the zoom factor.state
- the plot state.source
- the source point.Zoomable.zoomDomainAxes(double, PlotRenderingInfo, Point2D)
public void zoomRangeAxes(double factor, PlotRenderingInfo state, Point2D source, boolean useAnchor)
zoomRangeAxes
in interface Zoomable
factor
- the zoom factor.state
- the plot state.source
- the source point.useAnchor
- a flag that controls whether or not the source point
is used for the zoom anchor.Zoomable.zoomDomainAxes(double, PlotRenderingInfo, Point2D)
public void zoomDomainAxes(double lowerPercent, double upperPercent, PlotRenderingInfo state, Point2D source)
zoomDomainAxes
in interface Zoomable
lowerPercent
- the lower percent.upperPercent
- the upper percent.state
- the plot state.source
- the source point.Zoomable.zoomRangeAxes(double, double, PlotRenderingInfo, Point2D)
public void zoomRangeAxes(double lowerPercent, double upperPercent, PlotRenderingInfo state, Point2D source)
zoomRangeAxes
in interface Zoomable
lowerPercent
- the lower percent.upperPercent
- the upper percent.state
- the plot state.source
- the source point.Zoomable.zoomDomainAxes(double, double, PlotRenderingInfo, Point2D)
public boolean isDomainZoomable()
false
.isDomainZoomable
in interface Zoomable
Zoomable.isRangeZoomable()
public boolean isRangeZoomable()
true
.isRangeZoomable
in interface Zoomable
Zoomable.isDomainZoomable()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics