|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoptics.Optics
optics.Glass
public class Glass
Class to access the glass definition files.
Field Summary | |
---|---|
static String |
HOYA_ENV
Hoya glass env |
static String |
HOYA_URL
Hoya glass URL |
static String |
OHARA_ENV
Ohara glass env |
static String |
OHARA_URL
Ohara glass URL |
static String |
SCHOTT_ENV
Schott glass env |
static String |
SCHOTT_URL
Schott glass url |
Fields inherited from class optics.Optics |
---|
DEFAULT_WAVELENGTH, errorStream, fmt, MICRONS, version |
Constructor Summary | |
---|---|
Glass()
|
Method Summary | |
---|---|
static BufferedReader |
getReader(String glassEnv,
String glassURL)
Static method to get the BufferedReader initially trying the env and then the url. |
Methods inherited from class optics.Optics |
---|
getDefaultWaveLength, getErrorStream, getFormatString, getName, getStaticName, getVersion, printError, setDefaultWaveLength, setErrorStream, setFormatString, setMicrons |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SCHOTT_ENV
public static final String SCHOTT_URL
public static final String HOYA_ENV
public static final String HOYA_URL
public static final String OHARA_ENV
public static final String OHARA_URL
Constructor Detail |
---|
public Glass()
Method Detail |
---|
public static BufferedReader getReader(String glassEnv, String glassURL)
null
is returned.
glassEnv
- the local env variable point to
local fileglassURL
- the alternative URL
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |