jhplot
Class JHPlot

java.lang.Object
  extended by jhplot.JHPlot

public class JHPlot
extends java.lang.Object

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
 void doc()
          Show online documentation.
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()
          Initialization.
static void printVersion()
          jHplot version information
static 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)
          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

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
Constructor Detail

JHPlot

public JHPlot()
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)
Show mouse positions

Parameters:
message - Message to show
X - X in the user coordinate
Y - Y in the user coordinate
Xndc - as above in NDC
Yndc - as above in NDC

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()


jHepWork 2.1 (C) S.Chekanov