com.visioglobe.libVisioDevKit
Class VgPixelFormat
java.lang.Object
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). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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).
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)