public class intLock_URLreader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int[] |
Enable |
(package private) int[] |
Flag |
(package private) int |
Ns |
(package private) float[] |
Xhigh |
(package private) float[] |
Xlow |
(package private) float[] |
Yhigh |
(package private) float[] |
Ylow |
Constructor and Description |
---|
intLock_URLreader(java.net.URL fileName) |
int Ns
int[] Flag
int[] Enable
float[] Xlow
float[] Xhigh
float[] Ylow
float[] Yhigh
public intLock_URLreader(java.net.URL fileName)
fileName
- public int getNs()
public float[] getXlow()
public float[] getXhigh()
public float[] getYlow()
public float[] getYhigh()
public int[] getEnable()
public int[] getFlag()