|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.JHPlot
public class JHPlot
Show information about jHplot. Also keeps some global variables
Field Summary | |
---|---|
static boolean |
ReadFile
|
static int |
SECONDS
|
static javax.swing.JLabel |
statusbar
|
static javax.swing.Timer |
timer
|
static double |
Xpos
|
static double |
Ypos
|
Constructor Summary | |
---|---|
JHPlot()
|
Method Summary | |
---|---|
static java.lang.String |
getAuthor()
Get the author |
static java.lang.String |
getBuildTime()
Get build date |
static java.lang.String |
getCreatedBy()
Get JAVA version used to create |
static java.lang.String[] |
getInfo()
|
static java.lang.String |
getVersion()
Get version information |
static void |
init()
Initialisation. |
static void |
printVersion()
jHplot version information |
static void |
showMessage(java.lang.String text)
Show a text on status bar permanetly |
static void |
showMouse(java.lang.String message,
double X,
double Y,
double Xndc,
double Yndc)
Show mouse positions |
static void |
showStatusBarText(java.lang.String text)
Show a text on status bar for 5 sec |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static javax.swing.JLabel statusbar
public static boolean ReadFile
public static double Xpos
public static double Ypos
public static final int SECONDS
public static javax.swing.Timer timer
Constructor Detail |
---|
public JHPlot()
Method Detail |
---|
public static void init()
public static void showMouse(java.lang.String message, double X, double Y, double Xndc, double Yndc)
message
- Message to showX
- X in the user coordinateY
- Y in the user coordinateXndc
- as above in NDCYndc
- as above in NDCpublic static void showStatusBarText(java.lang.String text)
text
- Textpublic static void showMessage(java.lang.String text)
text
- Textpublic static void printVersion()
public static java.lang.String getAuthor()
public static java.lang.String getVersion()
public static java.lang.String getBuildTime()
public static java.lang.String getCreatedBy()
public static java.lang.String[] getInfo()
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |