Uses of Enum Class
com.openinventor.inventor.actions.SoGLRenderAction.TransparencyTypes
Packages that use SoGLRenderAction.TransparencyTypes
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
Viewer components contains helpful tools to implement a custom viewer.
-
Uses of SoGLRenderAction.TransparencyTypes in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoGLRenderAction.TransparencyTypesMethods in com.openinventor.inventor with parameters of type SoGLRenderAction.TransparencyTypesModifier and TypeMethodDescriptionvoid
SoOffscreenRenderArea.setTransparencyType
(SoGLRenderAction.TransparencyTypes type) Defines the algorithm for rendering transparent objects. -
Uses of SoGLRenderAction.TransparencyTypes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoGLRenderAction.TransparencyTypesModifier and TypeMethodDescriptionSoCallbackAction.getTransparencyType()
Returns the current Transparency Type information from the state.SoGLRenderAction.getTransparencyType()
Returns transparency quality level to use when rendering.SoGLRenderAction.TransparencyTypes.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 SoGLRenderAction.TransparencyTypes[]
SoGLRenderAction.TransparencyTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoGLRenderAction.TransparencyTypesModifier and TypeMethodDescriptionvoid
SoGLRenderAction.setTransparencyType
(SoGLRenderAction.TransparencyTypes type) Sets global transparency algorithm to use when rendering. -
Uses of SoGLRenderAction.TransparencyTypes in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SoGLRenderAction.TransparencyTypesModifier and TypeMethodDescriptionSiRenderAreaTransparency.getTransparencyType()
SoRenderAreaCore.getTransparencyType()
Methods in com.openinventor.inventor.viewercomponents with parameters of type SoGLRenderAction.TransparencyTypesModifier and TypeMethodDescriptionvoid
SiRenderAreaTransparency.setTransparencyType
(SoGLRenderAction.TransparencyTypes type) Sets global transparency algorithm to use when rendering.void
SoRenderAreaCore.setTransparencyType
(SoGLRenderAction.TransparencyTypes type) Defines the algorithm for rendering transparent objects. -
Uses of SoGLRenderAction.TransparencyTypes in com.openinventor.inventor.viewercomponents.awt
Methods in com.openinventor.inventor.viewercomponents.awt that return SoGLRenderAction.TransparencyTypesModifier and TypeMethodDescriptionIRenderArea.getTransparencyType()
Gets the global transparency algorithm to use when rendering.Methods in com.openinventor.inventor.viewercomponents.awt with parameters of type SoGLRenderAction.TransparencyTypesModifier and TypeMethodDescriptionvoid
IRenderArea.setTransparencyType
(SoGLRenderAction.TransparencyTypes type) Sets the global transparency algorithm to use when rendering. -
Uses of SoGLRenderAction.TransparencyTypes in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas that return SoGLRenderAction.TransparencyTypesMethods in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas with parameters of type SoGLRenderAction.TransparencyTypesModifier and TypeMethodDescriptionvoid
RenderArea.setTransparencyType
(SoGLRenderAction.TransparencyTypes type) -
Uses of SoGLRenderAction.TransparencyTypes in com.openinventor.inventor.viewercomponents.awt.newt.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.newt.renderareas that return SoGLRenderAction.TransparencyTypesMethods in com.openinventor.inventor.viewercomponents.awt.newt.renderareas with parameters of type SoGLRenderAction.TransparencyTypesModifier and TypeMethodDescriptionvoid
RenderArea.setTransparencyType
(SoGLRenderAction.TransparencyTypes type)