com.visioglobe.libVisioDevKit
Class VgPixelFormat

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgPixelFormat

public final class VgPixelFormat
extends java.lang.Object

The pixel format to use in the image data.


Field Summary
static VgPixelFormat eRGB
          Each pixel is in RGB format (the first byte is for the red component, the second for the green component and the third one is for the blue component).
static VgPixelFormat eRGBA
          Each pixel is in RGBA format (same as RGB with a fourth component representing alpha).
 
Method Summary
static VgPixelFormat swigToEnum(int swigValue)
           
 int swigValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eRGB

public static final VgPixelFormat eRGB
Each pixel is in RGB format (the first byte is for the red component, the second for the green component and the third one is for the blue component).


eRGBA

public static final VgPixelFormat eRGBA
Each pixel is in RGBA format (same as RGB with a fourth component representing alpha).

Method Detail

swigValue

public final int swigValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

swigToEnum

public static VgPixelFormat swigToEnum(int swigValue)

VisioDevKit 2.0, Visioglobe® 2013