Uses of Class
com.openinventor.inventor.image.SbRasterImage.Components
-
Packages that use SbRasterImage.Components Package Description com.openinventor.inventor.image -
-
Uses of SbRasterImage.Components in com.openinventor.inventor.image
Methods in com.openinventor.inventor.image that return SbRasterImage.Components Modifier and Type Method Description SbRasterImage.Components
SbRasterImage. getComponents()
Returns the number of components of each pixel as an enum.static SbRasterImage.Components
SbRasterImage.Components. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SbRasterImage.Components
SbRasterImage.Components. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SbRasterImage.Components[]
SbRasterImage.Components. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.image with parameters of type SbRasterImage.Components Modifier and Type Method Description void
SbRasterImage. setComponents(SbRasterImage.Components comp)
Sets the number of components in each pixel of the raster image.Constructors in com.openinventor.inventor.image with parameters of type SbRasterImage.Components Constructor Description SbRasterImage(SbVec2i32 size, SbRasterImage.Components components, byte[] bytes)
Deprecated.As of Open Inventor 9400.SbRasterImage(SbVec2i32 size, SbRasterImage.Components components, SoBufferObject bufferObject)
Constructor that initializes with an image.SbRasterImage(SbVec2s size, SbRasterImage.Components components, byte[] bytes)
Deprecated.As of Open Inventor 9400.
-