Package org.jzy3d.os
Class OperatingSystem
java.lang.Object
org.jzy3d.os.OperatingSystem
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected boolean
static OperatingSystem
protected String
protected boolean
protected boolean
static OperatingSystem
protected String
protected boolean
static OperatingSystem
-
Constructor Summary
ConstructorDescriptionOperatingSystem
(String osName) OperatingSystem
(String osName, String osVersion) Mainly for test purpose.OperatingSystem
(String osName, String osVersion, String arch, String java, boolean windows, boolean mac, boolean unix, boolean solaris) -
Method Summary
-
Field Details
-
MACOS
-
WINDOWS
-
UNIX
-
name
-
version
-
arch
-
jvm
-
windows
protected boolean windows -
mac
protected boolean mac -
unix
protected boolean unix -
solaris
protected boolean solaris
-
-
Constructor Details
-
OperatingSystem
public OperatingSystem() -
OperatingSystem
-
OperatingSystem
Mainly for test purpose. -
OperatingSystem
-
-
Method Details