|
|||||||||
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 JLabel |
statusbar
|
static Timer |
timer
|
static double |
Xpos
|
static double |
Ypos
|
Constructor Summary | |
---|---|
JHPlot()
|
Method Summary | |
---|---|
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)
Show mouse positions |
static void |
showStatusBarText(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 JLabel statusbar
public static boolean ReadFile
public static double Xpos
public static double Ypos
public static final int SECONDS
public static Timer timer
Constructor Detail |
---|
public JHPlot()
Method Detail |
---|
public static void init()
public static void readInfo()
public static void showMouse(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(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()
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |