de.erichseifert.gral.plots
Class XYPlot.XYLegend
java.lang.Object
de.erichseifert.gral.AbstractDrawable
de.erichseifert.gral.DrawableContainer
de.erichseifert.gral.Legend
de.erichseifert.gral.plots.XYPlot.XYLegend
- All Implemented Interfaces:
- Container, Drawable, SettingsListener, SettingsStorage, Iterable<Drawable>
- Enclosing class:
- XYPlot
public static class XYPlot.XYLegend
- extends Legend
Class that displays a legend in an XYPlot
.
Constructor Summary |
XYPlot.XYLegend(XYPlot plot)
Constructor that initializes the instance with a plot acting as data
provider. |
Methods inherited from class de.erichseifert.gral.DrawableContainer |
add, add, getConstraints, getInsets, getLayout, getPreferredSize, iterator, remove, setBounds, setBounds, setInsets, setLayout, size |
XYPlot.XYLegend
public XYPlot.XYLegend(XYPlot plot)
- Constructor that initializes the instance with a plot acting as data
provider.
- Parameters:
plot
- Data provider.
Copyright © 2009-2010. All Rights Reserved.