public class XYDomainValueAnnotation extends ValueAnnotation implements org.jfree.chart.annotations.XYAnnotation
| Constructor and Description |
|---|
XYDomainValueAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(java.awt.Graphics2D g2,
org.jfree.chart.plot.XYPlot plot,
java.awt.geom.Rectangle2D dataArea,
org.jfree.chart.axis.ValueAxis domainAxis,
org.jfree.chart.axis.ValueAxis rangeAxis,
int rendererIndex,
org.jfree.chart.plot.PlotRenderingInfo info)
Draws the annotation.
|
getValue, setValueequals, getLabel, getLabelAnchor, getLabelAngle, getLabelBackgroundPaint, getLabelFont, getLabelOffset, getLabelOffsetType, getLabelPaint, getLabelTextAnchor, getOutlinePaint, getOutlineStroke, getPaint, getRotationAnchor, getStroke, getToolTipText, getURL, hashCode, isLabelBackgroundVisible, isLabelClippingAllowed, isLabelVisible, setLabel, setLabelAnchor, setLabelAngle, setLabelBackgroundPaint, setLabelBackgroundVisible, setLabelClippingAllowed, setLabelFont, setLabelOffset, setLabelOffsetTyte, setLabelPaint, setLabelTextAnchor, setLabelVisible, setOutlinePaint, setOutlineStroke, setPaint, setRotationAnchor, setStroke, setToolTipText, setURLaddChangeListener, clone, getNotify, hasListener, removeChangeListener, setNotifypublic void draw(java.awt.Graphics2D g2,
org.jfree.chart.plot.XYPlot plot,
java.awt.geom.Rectangle2D dataArea,
org.jfree.chart.axis.ValueAxis domainAxis,
org.jfree.chart.axis.ValueAxis rangeAxis,
int rendererIndex,
org.jfree.chart.plot.PlotRenderingInfo info)
draw in interface org.jfree.chart.annotations.XYAnnotationg2 - the graphics device.plot - the plot.dataArea - the data area.domainAxis - the domain axis.rangeAxis - the range axis.rendererIndex - the renderer index.info - an optional info object that will be populated with
entity information.