Uses of Enum Class
com.openinventor.inventor.image.SbRasterImage.Components
Packages that use SbRasterImage.Components
-
Uses of SbRasterImage.Components in com.openinventor.inventor.image
Methods in com.openinventor.inventor.image that return SbRasterImage.ComponentsModifier and TypeMethodDescriptionSbRasterImage.getComponents()Returns the number of components of each pixel as an enum.static SbRasterImage.ComponentsSbRasterImage.Components.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SbRasterImage.ComponentsReturns the enum constant of this class with the specified name.static SbRasterImage.Components[]SbRasterImage.Components.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.image with parameters of type SbRasterImage.ComponentsModifier and TypeMethodDescriptionvoidSbRasterImage.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.ComponentsModifierConstructorDescriptionSbRasterImage(SbVec2i32 size, SbRasterImage.Components components, byte[] bytes) Deprecated.As of Open Inventor 9.4.0.0.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 9.4.0.0.