public class StyleChooser
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
StyleChooser(java.awt.Frame f,
java.lang.String title)
Another constructor.
|
StyleChooser(java.awt.Frame f,
java.lang.String title,
boolean global)
Principal constructor.
|
StyleChooser(java.awt.Frame f,
java.lang.String title,
LinePars lp)
Constructor.
|
StyleChooser(java.awt.Frame f,
java.lang.String title,
LinePars lp,
JPlot jp,
boolean global)
Principal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LinePars |
show(int x,
int y,
LinePars initLinePars)
Return a modal JDialog with a customized linestyle chooser.
|
public StyleChooser(java.awt.Frame f,
java.lang.String title,
LinePars lp,
JPlot jp,
boolean global)
f - parent frame instance to which this dialog is attachedtitle - current title of the dialoglp - line parameter settings (pointtype, color, linestyle...)global - true if built as a global chooserpublic StyleChooser(java.awt.Frame f,
java.lang.String title,
LinePars lp)
f - parent frame instance to which this dialog is attachedtitle - current title of the dialoglp - line parameter settings (pointtype, color, linestyle...)public StyleChooser(java.awt.Frame f,
java.lang.String title,
boolean global)
f - parent frame instance to which this dialog is attachedtitle - current title of the dialogglobal - true if built as a global chooserpublic StyleChooser(java.awt.Frame f,
java.lang.String title)
f - parent frame instance to which this dialog is attachedtitle - current title of the dialogpublic LinePars show(int x, int y, LinePars initLinePars)
x - coordinate of the pin used to fix this framey - coordinate of the pin used to fix this frameinitLinePars - initial line parametersJHepSim. A part of HSTOOLS. version-1.2