Uses of Class
com.openinventor.inventor.SoOffscreenRenderArea.OutputFormats
-
Packages that use SoOffscreenRenderArea.OutputFormats Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization. -
-
Uses of SoOffscreenRenderArea.OutputFormats in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoOffscreenRenderArea.OutputFormats Modifier and Type Method Description static SoOffscreenRenderArea.OutputFormats
SoOffscreenRenderArea.OutputFormats. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoOffscreenRenderArea.OutputFormats
SoOffscreenRenderArea.OutputFormats. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoOffscreenRenderArea.OutputFormats[]
SoOffscreenRenderArea.OutputFormats. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor with parameters of type SoOffscreenRenderArea.OutputFormats Modifier and Type Method Description boolean
SoOffscreenRenderArea. renderToBuffer(SoBufferObject buffer, SoOffscreenRenderArea.OutputFormats outputFormat)
Render the given scene graph and save the result in the given buffer.boolean
SoOffscreenRenderArea. renderToFile(java.lang.String filename, SoOffscreenRenderArea.OutputFormats outputFormat)
Render the given scene graph and save the result in the given file.
-