Uses of Enum Class
com.openinventor.inventor.SoOffscreenRenderArea.OutputFormats
Packages that use SoOffscreenRenderArea.OutputFormats
Package
Description
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.OutputFormatsModifier and TypeMethodDescriptionSoOffscreenRenderArea.OutputFormats.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoOffscreenRenderArea.OutputFormats[]
SoOffscreenRenderArea.OutputFormats.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor with parameters of type SoOffscreenRenderArea.OutputFormatsModifier and TypeMethodDescriptionboolean
SoOffscreenRenderArea.renderToBuffer
(SoBufferObject buffer, SoOffscreenRenderArea.OutputFormats outputFormat) Render the given scene graph and save the result in the given buffer.boolean
SoOffscreenRenderArea.renderToFile
(String filename, SoOffscreenRenderArea.OutputFormats outputFormat) Render the given scene graph and save the result in the given file.