Class XDEFS



  • public class XDEFS
    extends java.lang.Object
    Template
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String Type  
      double[] X  
      float XDelt  
      float XMin  
      int XNum  
    • Constructor Summary

      Constructors 
      Constructor Description
      XDEFS​()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Type

        public java.lang.String Type
      • XNum

        public int XNum
      • XMin

        public float XMin
      • XDelt

        public float XDelt
      • X

        public double[] X
    • Constructor Detail

      • XDEFS

        public XDEFS​()