Package com.openinventor.inventor
Class SoOffscreenRenderArea.EventArg
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.SoOffscreenRenderArea.EventArg
- All Implemented Interfaces:
SbEventArg
- Enclosing class:
SoOffscreenRenderArea
Event that can be sent to the application for each tile rendered.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the number of tiles used to generate the entire image.Returns the origin of the tile in the entire image.Returns theSoOffscreenRenderArea
that raised this event.getTile()
Returns the image of the rendered tile.void
setValue
(SoOffscreenRenderArea.EventArg copyFrom) Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
setValue
-
getOrigin
Returns the origin of the tile in the entire image. -
getNumTiles
public int getNumTiles()Returns the number of tiles used to generate the entire image. -
getTile
Returns the image of the rendered tile. -
getSource
Returns theSoOffscreenRenderArea
that raised this event.- Specified by:
getSource
in interfaceSbEventArg
-