Package panamagl.factory
Class APanamaGLFactory
java.lang.Object
panamagl.factory.APanamaGLFactory
- All Implemented Interfaces:
PanamaGLFactory,PlatformMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetThreadRedirect(ThreadRedirect threadRedirect) If a thread redirection is defined and non null, it will be applied to theOffscreenRenderergenerated by this factory while callingPanamaGLFactory.newOffscreenRenderer(FBOReader).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface panamagl.factory.PanamaGLFactory
destroyContext, newFBO, newGL, newGLContext, newOffscreenRendererMethods inherited from interface panamagl.platform.PlatformMatcher
matches
-
Constructor Details
-
APanamaGLFactory
public APanamaGLFactory()
-
-
Method Details
-
getThreadRedirect
- Specified by:
getThreadRedirectin interfacePanamaGLFactory
-
setThreadRedirect
Description copied from interface:PanamaGLFactoryIf a thread redirection is defined and non null, it will be applied to theOffscreenRenderergenerated by this factory while callingPanamaGLFactory.newOffscreenRenderer(FBOReader). If it is null, theOffscreenRendererwill keep its default thread redirection.- Specified by:
setThreadRedirectin interfacePanamaGLFactory
-