jhplot
Class JHPlot
- java.lang.Object
-
- jhplot.JHPlot
-
public class JHPlot extends java.lang.Object
Show information about jHplot. Also keeps some global variables.
-
-
Field Summary
Fields Modifier and Type Field and Description static boolean
ReadFile
static int
SECONDS
static javax.swing.JLabel
statusbar
static javax.swing.Timer
timer
static double
Xpos
static double
Ypos
-
Constructor Summary
Constructors Constructor and Description JHPlot()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
doc()
Show online documentation.static java.lang.String
getAuthor()
Get the authorstatic java.lang.String
getBuildTime()
Get build datestatic java.lang.String
getCreatedBy()
Get JAVA version used to createstatic java.lang.String[]
getInfo()
static java.lang.String
getVersion()
Get version informationstatic void
init()
Initialization.static void
printVersion()
jHplot version informationstatic void
readInfo()
static void
showMessage(java.lang.String text)
Show a text on status bar permanently.static void
showMouse(java.lang.String message, double X, double Y, double Xndc, double Yndc, int Xpix, int Ypix)
Show mouse positionsstatic void
showStatusBarText(java.lang.String text)
Show a text on status bar for 5 sec.
-
-
-
Field Detail
-
statusbar
public static javax.swing.JLabel statusbar
-
ReadFile
public static boolean ReadFile
-
Xpos
public static double Xpos
-
Ypos
public static double Ypos
-
SECONDS
public static final int SECONDS
- See Also:
- Constant Field Values
-
timer
public static javax.swing.Timer timer
-
-
Method Detail
-
init
public static void init()
Initialization. Used by internal frames.
-
readInfo
public static void readInfo()
-
showMouse
public static void showMouse(java.lang.String message, double X, double Y, double Xndc, double Yndc, int Xpix, int Ypix)
Show mouse positions- Parameters:
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 pixels
-
showStatusBarText
public static void showStatusBarText(java.lang.String text)
Show a text on status bar for 5 sec.- Parameters:
text
- Text
-
doc
public void doc()
Show online documentation.
-
showMessage
public static void showMessage(java.lang.String text)
Show a text on status bar permanently.- Parameters:
text
- Text
-
printVersion
public static void printVersion()
jHplot version information
-
getAuthor
public static java.lang.String getAuthor()
Get the author- Returns:
- author name
-
getVersion
public static java.lang.String getVersion()
Get version information- Returns:
- version information
-
getBuildTime
public static java.lang.String getBuildTime()
Get build date- Returns:
- build data
-
getCreatedBy
public static java.lang.String getCreatedBy()
Get JAVA version used to create- Returns:
- build data
-
getInfo
public static java.lang.String[] getInfo()
-
-
DMelt 3.0 © DataMelt by jWork.ORG