Documentation of 'japlot.Global' Java class
Global
japlot

Class Global



  • public class Global
    extends java.lang.Object
    Show information about jHplot. Also keeps some global variables.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int SECONDS 
      static int sizeX 
      static int sizeY 
      static javax.swing.JLabel statusbar 
      static javax.swing.Timer timer 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Global() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int fromX(float x) 
      static int fromY(float y) 
      static void init(int sizex, int sizey) 
      static void showMessage(java.lang.String text)
      Show a text on status bar permanently.
      static void showStatusBarText(java.lang.String text)
      Show a text on status bar for 5 sec.
      static float toX(int x) 
      static float toY(int y) 
      • 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
      • sizeX

        public static int sizeX
      • sizeY

        public static int sizeY
      • timer

        public static javax.swing.Timer timer
    • Constructor Detail

      • Global

        public Global()
    • Method Detail

      • init

        public static void init(int sizex,
                                int sizey)
      • toX

        public static float toX(int x)
      • toY

        public static float toY(int y)
      • fromX

        public static int fromX(float x)
      • fromY

        public static int fromY(float y)
      • showStatusBarText

        public static void showStatusBarText(java.lang.String text)
        Show a text on status bar for 5 sec.
        Parameters:
        text - Text
      • showMessage

        public static void showMessage(java.lang.String text)
        Show a text on status bar permanently.
        Parameters:
        text - Text

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.