Package org.jzy3d.junit
Class Platform
- java.lang.Object
-
- org.jzy3d.junit.Platform
-
- Direct Known Subclasses:
NativePlatform
public class Platform extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
gpuName
protected OperatingSystem
os
-
Constructor Summary
Constructors Constructor Description Platform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
clean(String s)
String
getGpuName()
String
getLabel()
OperatingSystem
getOs()
-
-
-
Field Detail
-
os
protected OperatingSystem os
-
gpuName
protected String gpuName
-
-
Method Detail
-
getLabel
public String getLabel()
-
getOs
public OperatingSystem getOs()
-
getGpuName
public String getGpuName()
-
-