Package com.luciad.view.lightspeed.util
Class TLspPlatformInfo
java.lang.Object
com.luciad.view.lightspeed.util.TLspPlatformInfo
Utility class that returns a report on the capabilities of the platform
on which a Lightspeed view is being run. Among other things, the report
will contain detailed info on hardware related capabilities (such as
OpenGL, OpenCL...).
- Since:
- 2012.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns a string containing a detailed report with information about the platform.static String
getReport
(ILcdGLDrawable aGLDrawable) Returns a string containing a detailed report with information about the platform on which the givenILcdGLDrawable
is running.
-
Method Details
-
getReport
Returns a string containing a detailed report with information about the platform.- Returns:
- a detailed report
-
getReport
Returns a string containing a detailed report with information about the platform on which the givenILcdGLDrawable
is running.- Parameters:
aGLDrawable
- the GL drawable for which to obtain a report- Returns:
- a detailed report
-