public class JHPlot extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ReadFile |
static int |
SECONDS |
static JLabel |
statusbar |
static Timer |
timer |
static double |
Xpos |
static double |
Ypos |
Constructor and Description |
---|
JHPlot() |
Modifier and Type | Method and Description |
---|---|
void |
doc()
Show online documentation.
|
static String |
getAuthor()
Get the author
|
static String |
getBuildTime()
Get build date
|
static String |
getCreatedBy()
Get JAVA version used to create
|
static String[] |
getInfo() |
static String |
getVersion()
Get version information
|
static void |
init()
Initialization.
|
static void |
printVersion()
jHplot version information
|
static void |
readInfo() |
static void |
showMessage(String text)
Show a text on status bar permanently.
|
static void |
showMouse(String message,
double X,
double Y,
double Xndc,
double Yndc,
int Xpix,
int Ypix)
Show mouse positions
|
static void |
showStatusBarText(String text)
Show a text on status bar for 5 sec.
|
public static JLabel statusbar
public static boolean ReadFile
public static double Xpos
public static double Ypos
public static final int SECONDS
public static Timer timer
public static void init()
public static void readInfo()
public static void showMouse(String message, double X, double Y, double Xndc, double Yndc, int Xpix, int Ypix)
message
- Message to showX
- X in the user coordinateY
- Y in the user coordinateXndc
- as above in NDCYndc
- as above in NDCXpix
- X pixelsYpix
- Y pixelspublic static void showStatusBarText(String text)
text
- Textpublic void doc()
public static void showMessage(String text)
text
- Textpublic static void printVersion()
public static String getAuthor()
public static String getVersion()
public static String getBuildTime()
public static String getCreatedBy()
public static String[] getInfo()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics