| org.jfree.experimental.chart.swt.editor.SWTPlotEditor
SWTPlotEditor | class SWTPlotEditor extends Composite (Code) | | An editor for plot properties.
|
Constructor Summary | |
public | SWTPlotEditor(Composite parent, int style, Plot plot) Creates a new editor for the specified plot. |
localizationResources | protected static ResourceBundle localizationResources(Code) | | The resourceBundle for the localization.
|
SWTPlotEditor | public SWTPlotEditor(Composite parent, int style, Plot plot)(Code) | | Creates a new editor for the specified plot.
Parameters: parent - the parent. Parameters: style - the style. Parameters: plot - the plot. |
getBackgroundPaint | public Color getBackgroundPaint()(Code) | | Returns the current outline stroke.
The current outline stroke. |
getOutlinePaint | public Color getOutlinePaint()(Code) | | Returns the current outline stroke.
The current outline stroke. |
getOutlineStroke | public Stroke getOutlineStroke()(Code) | | Returns the current outline stroke.
The current outline stroke. |
updatePlotProperties | public void updatePlotProperties(Plot plot)(Code) | | Updates the plot properties to match the properties
defined on the panel.
Parameters: plot - The plot. |
|
|