Package com.jme3.system
package com.jme3.system
interface with the underlying operating system
-
ClassDescriptionThis class contains the Annotation definitions for jME3.Annotation used for methods in math primitives that are destructive to the object (xxxLocal, setXXX etc.).Annotation used for public methods that are not to be called by users.Annotation used for math primitive fields, method parameters or method return values.
AppSettings
provides a store of configuration to be used by the application.This class enables to update graphics of an AWT component with the result of JMonkey 3D rendering.A JMonkeycontext
that is dedicated to AWT component rendering.A frame processor that enables to render JMonkey frame buffer onto an AWT component.This class is dedicated to the queuing of AWT related tasks and their execution.Allows extraction of platform specific binaries from classpath via build systems.Represents a rendering context within the engine.The type of context.Utility class to access platform-dependant features.Pulls in version info from the version.properties file.NanoTimer
is a System.nanoTime implementation ofTimer
.Defines default native libraries that are loaded byNativeLibraryLoader
.A helper class that defines a native library by name, list of its native variants for target platforms and a load function used to load library from an absolute path after extracted byNativeLibraryLoader
.Utility class to register, extract, and load native libraries.Enumerate known operating system/architecture pairs.Enumerate generic names of operating systemsTheSystemListener
provides a means for an application to receive events relating to a context.Timer
is the base class for a high resolution timer.