Documentation of 'jhplot.JHPlot' Java class.
JHPlot
jhplot

Class 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 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, int Xpix, int Ypix)
      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
      • 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,
                                     int Xpix,
                                     int Ypix)
        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
        Xpix - X pixels
        Ypix - 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