org.jfree.ui
public class InsetsChooserPanel extends JPanel
Field Summary | |
---|---|
protected static ResourceBundle | localizationResources The resourceBundle for the localization. |
Constructor Summary | |
---|---|
InsetsChooserPanel()
Creates a chooser panel that allows manipulation of Insets values.
| |
InsetsChooserPanel(Insets current)
Creates a chooser panel that allows manipulation of Insets values.
|
Method Summary | |
---|---|
Insets | getInsetsValue()
Returns a new Insets instance to match the values entered
on the panel.
|
void | removeNotify()
Calls super removeNotify and removes all subcomponents from this panel. |
protected int | stringToInt(String value)
Converts a string representing an integer into its numerical value.
|
Parameters: current the insets.
Insets
instance to match the values entered
on the panel.
Returns: The insets.
Parameters: value the string.
Returns: the value.