|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.jfree.chart.editor.DefaultPolarPlotEditor
public class DefaultPolarPlotEditor
A panel for editing the properties of a PolarPlot.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected static ResourceBundle |
localizationResources
The resourceBundle for the localization. |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
DefaultPolarPlotEditor(PolarPlot plot)
Standard constructor - constructs a panel for editing the properties of the specified plot. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent event)
Handles actions from within the property panel. |
protected JPanel |
createPlotPanel(Plot plot)
|
protected JTabbedPane |
createPlotTabs(Plot plot)
Creates a tabbed pane for editing the plot attributes. |
void |
focusGained(FocusEvent event)
Does nothing. |
void |
focusLost(FocusEvent event)
Revalidates minimum/maximum range. |
Paint |
getBackgroundPaint()
Returns the current background paint. |
org.jfree.chart.editor.DefaultAxisEditor |
getDomainAxisPropertyEditPanel()
Returns a reference to the panel for editing the properties of the domain axis. |
Paint |
getOutlinePaint()
Returns the current outline paint. |
Stroke |
getOutlineStroke()
Returns the current outline stroke. |
org.jfree.ui.RectangleInsets |
getPlotInsets()
Returns the current plot insets. |
org.jfree.chart.editor.DefaultAxisEditor |
getRangeAxisPropertyEditPanel()
Returns a reference to the panel for editing the properties of the range axis. |
void |
updatePlotProperties(Plot plot)
Updates the plot properties to match the properties defined on the panel. |
void |
validateAngleOffset()
Validates the angle offset entered by the user. |
void |
validateTickUnit()
Validates the tick unit entered by the user. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static ResourceBundle localizationResources
| Constructor Detail |
|---|
public DefaultPolarPlotEditor(PolarPlot plot)
plot - the plot, which should be changed.| Method Detail |
|---|
protected JTabbedPane createPlotTabs(Plot plot)
plot - the plot.
public void focusGained(FocusEvent event)
focusGained in interface FocusListenerevent - the event.public void focusLost(FocusEvent event)
focusLost in interface FocusListenerevent - the event.public void actionPerformed(ActionEvent event)
actionPerformed in interface ActionListenerevent - an event.public void validateAngleOffset()
public void validateTickUnit()
public void updatePlotProperties(Plot plot)
plot - The plot.protected JPanel createPlotPanel(Plot plot)
public org.jfree.ui.RectangleInsets getPlotInsets()
public Paint getBackgroundPaint()
public Stroke getOutlineStroke()
null).public Paint getOutlinePaint()
public org.jfree.chart.editor.DefaultAxisEditor getDomainAxisPropertyEditPanel()
public org.jfree.chart.editor.DefaultAxisEditor getRangeAxisPropertyEditPanel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||