Class GeneralFormMethods


  • public class GeneralFormMethods
    extends java.lang.Object
    Created by manue on 11-07-19.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double getD​(javax.swing.JTextField f)  
      static int getInt​(javax.swing.JTextField f)  
      static Point3D getP​(javax.swing.JTextField[] f)  
      static ITexture getTextColInt​(javax.swing.JTextField[] f)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeneralFormMethods

        public GeneralFormMethods()
    • Method Detail

      • getD

        public static double getD​(javax.swing.JTextField f)
      • getInt

        public static int getInt​(javax.swing.JTextField f)
      • getP

        public static Point3D getP​(javax.swing.JTextField[] f)
      • getTextColInt

        public static ITexture getTextColInt​(javax.swing.JTextField[] f)