public class DEVMODE
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
dmDeviceName[32] –
A zero-terminated character array that specifies the "friendly" name of the printer or display; for example, "PCL/HP LaserJet" in the case of PCL/HP
LaserJet. This string is unique among device drivers. Note that this name may be truncated to fit in the dmDeviceName array.dmSpecVersion –
the version number of the initialization data specification on which the structure is based. To ensure the correct version is used for any operating
system, use GDI32.DM_SPECVERSION.dmDriverVersion – the driver version number assigned by the driver developerdmSize –
specifies the size, in bytes, of the DEVMODE structure, not including any private driver-specific data that might follow the structure's
public members. Set this member to SIZEOF to indicate the version of the DEVMODE structure being used.dmDriverExtra –
contains the number of bytes of private driver-data that follow this structure. If a device driver does not use device-specific information, set this
member to zero.dmFields –
specifies whether certain members of the DEVMODE structure have been initialized. If a member is initialized, its corresponding bit is set
otherwise the bit is clear. A driver supports only those DEVMODE members that are appropriate for the printer or display technology.dmOrientation – for printer devices onlydmPaperSize – for printer devices onlydmPaperLength – for printer devices onlydmPaperWidth – for printer devices onlydmScale – for printer devices onlydmCopies – for printer devices onlydmDefaultSource – for printer devices onlydmPrintQuality – for printer devices onlydmPosition –
for display devices only, a POINTL structure that indicates the positional coordinates of the display device in reference to the desktop
area. The primary display device is always located at coordinates (0,0).dmDisplayOrientation –
for display devices only, the orientation at which images should be presented. If GDI32.DM_DISPLAYORIENTATION is not set, this member must be
zero. If GDI32.DM_DISPLAYORIENTATION is set, this member must be one of the following values:GDI32.DMDO_DEFAULT, GDI32.DMDO_90, GDI32.DMDO_180, GDI32.DMDO_270
To determine whether the display orientation is portrait or landscape orientation, check the ratio of dmPelsWidth to
dmPelsHeight.
dmDisplayFixedOutput –
for fixed-resolution display devices only, how the display presents a low-resolution mode on a higher-resolution display. For example, if a
display device's resolution is fixed at 1024 x 768 pixels but its mode is set to 640 x 480 pixels, the device can either display a 640 x 480
image somewhere in the interior of the 1024 x 768 screen space or stretch the 640 x 480 image to fill the larger screen space. If
GDI32.DM_DISPLAYFIXEDOUTPUT is not set, this member must be zero. If GDI32.DM_DISPLAYFIXEDOUTPUT is set, this member must be one of the
following values:GDI32.DMDFO_DEFAULT, GDI32.DMDFO_CENTER, GDI32.DMDFO_STRETCHdmColor – for printer devices onlydmDuplex – for printer devices onlydmYResolution – for printer devices onlydmTTOption – for printer devices onlydmCollate – for printer devices onlydmFormName[32] – for printer devices onlydmLogPixels – the number of pixels per logical inchdmBitsPerPel –
specifies the color resolution, in bits per pixel, of the display device (for example: 4 bits for 16 colors, 8 bits for 256 colors, or 16 bits for
65,536 colors)dmPelsWidth – specifies the width, in pixels, of the visible device surfacedmPelsHeight – specifies the height, in pixels, of the visible device surfacedmDisplayFlags – specifies the device's display mode, one or more of:GDI32.DM_INTERLACED, GDI32.DMDISPLAYFLAGS_TEXTMODEdmNup – for printer devices onlydmDisplayFrequency –
specifies the frequency, in hertz (cycles per second), of the display device in a particular mode. This value is also known as the display device's
vertical refresh rate.
When you call the User32.EnumDisplaySettingsEx(java.nio.ByteBuffer, int, org.lwjgl.system.windows.DEVMODE, int) function, the dmDisplayFrequency member may return with the value 0 or 1. These values
represent the display hardware's default refresh rate. This default rate is typically set by switches on a display card or computer motherboard, or by
a configuration program that does not use display functions such as ChangeDisplaySettingsEx.
dmICMMethod – for printer devices onlydmICMIntent – for printer devices onlydmMediaType – for printer devices onlydmDitherType – for printer devices onlydmReserved1 – not used; must be zerodmReserved2 – not used; must be zerodmPanningWidth – this member must be zerodmPanningHeight – this member must be zero
struct DEVMODE {
TCHAR dmDeviceName[32];
WORD dmSpecVersion;
WORD dmDriverVersion;
WORD dmSize;
WORD dmDriverExtra;
DWORD dmFields;
union {
struct {
short dmOrientation;
short dmPaperSize;
short dmPaperLength;
short dmPaperWidth;
short dmScale;
short dmCopies;
short dmDefaultSource;
short dmPrintQuality;
};
struct {
POINTL dmPosition;
DWORD dmDisplayOrientation;
DWORD dmDisplayFixedOutput;
};
};
short dmColor;
short dmDuplex;
short dmYResolution;
short dmTTOption;
short dmCollate;
TCHAR dmFormName[32];
WORD dmLogPixels;
DWORD dmBitsPerPel;
DWORD dmPelsWidth;
DWORD dmPelsHeight;
union {
DWORD dmDisplayFlags;
DWORD dmNup;
};
DWORD dmDisplayFrequency;
DWORD dmICMMethod;
DWORD dmICMIntent;
DWORD dmMediaType;
DWORD dmDitherType;
DWORD dmReserved1;
DWORD dmReserved2;
DWORD dmPanningWidth;
DWORD dmPanningHeight;
}| Modifier and Type | Class and Description |
|---|---|
static class |
DEVMODE.Buffer
An array of
DEVMODE structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
DMBITSPERPEL
The struct member offsets.
|
static int |
DMCOLLATE
The struct member offsets.
|
static int |
DMCOLOR
The struct member offsets.
|
static int |
DMCOPIES
The struct member offsets.
|
static int |
DMDEFAULTSOURCE
The struct member offsets.
|
static int |
DMDEVICENAME
The struct member offsets.
|
static int |
DMDISPLAYFIXEDOUTPUT
The struct member offsets.
|
static int |
DMDISPLAYFLAGS
The struct member offsets.
|
static int |
DMDISPLAYFREQUENCY
The struct member offsets.
|
static int |
DMDISPLAYORIENTATION
The struct member offsets.
|
static int |
DMDITHERTYPE
The struct member offsets.
|
static int |
DMDRIVEREXTRA
The struct member offsets.
|
static int |
DMDRIVERVERSION
The struct member offsets.
|
static int |
DMDUPLEX
The struct member offsets.
|
static int |
DMFIELDS
The struct member offsets.
|
static int |
DMFORMNAME
The struct member offsets.
|
static int |
DMICMINTENT
The struct member offsets.
|
static int |
DMICMMETHOD
The struct member offsets.
|
static int |
DMLOGPIXELS
The struct member offsets.
|
static int |
DMMEDIATYPE
The struct member offsets.
|
static int |
DMNUP
The struct member offsets.
|
static int |
DMORIENTATION
The struct member offsets.
|
static int |
DMPANNINGHEIGHT
The struct member offsets.
|
static int |
DMPANNINGWIDTH
The struct member offsets.
|
static int |
DMPAPERLENGTH
The struct member offsets.
|
static int |
DMPAPERSIZE
The struct member offsets.
|
static int |
DMPAPERWIDTH
The struct member offsets.
|
static int |
DMPELSHEIGHT
The struct member offsets.
|
static int |
DMPELSWIDTH
The struct member offsets.
|
static int |
DMPOSITION
The struct member offsets.
|
static int |
DMPRINTQUALITY
The struct member offsets.
|
static int |
DMRESERVED1
The struct member offsets.
|
static int |
DMRESERVED2
The struct member offsets.
|
static int |
DMSCALE
The struct member offsets.
|
static int |
DMSIZE
The struct member offsets.
|
static int |
DMSPECVERSION
The struct member offsets.
|
static int |
DMTTOPTION
The struct member offsets.
|
static int |
DMYRESOLUTION
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
| Constructor and Description |
|---|
DEVMODE(java.nio.ByteBuffer container)
Creates a
DEVMODE instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static DEVMODE |
calloc()
Returns a new
DEVMODE instance allocated with memCalloc. |
static DEVMODE.Buffer |
calloc(int capacity)
Returns a new
DEVMODE.Buffer instance allocated with memCalloc. |
static DEVMODE |
callocStack()
Returns a new
DEVMODE instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static DEVMODE.Buffer |
callocStack(int capacity)
Returns a new
DEVMODE.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static DEVMODE.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
DEVMODE.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static DEVMODE |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
DEVMODE instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static DEVMODE |
create()
Returns a new
DEVMODE instance allocated with BufferUtils. |
static DEVMODE.Buffer |
create(int capacity)
Returns a new
DEVMODE.Buffer instance allocated with BufferUtils. |
static DEVMODE |
create(long address)
Returns a new
DEVMODE instance for the specified memory address. |
static DEVMODE.Buffer |
create(long address,
int capacity)
Create a
DEVMODE.Buffer instance at the specified memory. |
static DEVMODE |
createSafe(long address)
|
static DEVMODE.Buffer |
createSafe(long address,
int capacity)
|
int |
dmBitsPerPel()
Returns the value of the
dmBitsPerPel field. |
short |
dmCollate()
Returns the value of the
dmCollate field. |
short |
dmColor()
Returns the value of the
dmColor field. |
short |
dmCopies()
Returns the value of the
dmCopies field. |
short |
dmDefaultSource()
Returns the value of the
dmDefaultSource field. |
java.nio.ByteBuffer |
dmDeviceName()
Returns a
ByteBuffer view of the dmDeviceName field. |
java.lang.String |
dmDeviceNameString()
Decodes the null-terminated string stored in the
dmDeviceName field. |
int |
dmDisplayFixedOutput()
Returns the value of the
dmDisplayFixedOutput field. |
int |
dmDisplayFlags()
Returns the value of the
dmDisplayFlags field. |
int |
dmDisplayFrequency()
Returns the value of the
dmDisplayFrequency field. |
int |
dmDisplayOrientation()
Returns the value of the
dmDisplayOrientation field. |
int |
dmDitherType()
Returns the value of the
dmDitherType field. |
short |
dmDriverExtra()
Returns the value of the
dmDriverExtra field. |
DEVMODE |
dmDriverExtra(short value)
Sets the specified value to the
dmDriverExtra field. |
short |
dmDriverVersion()
Returns the value of the
dmDriverVersion field. |
short |
dmDuplex()
Returns the value of the
dmDuplex field. |
int |
dmFields()
Returns the value of the
dmFields field. |
java.nio.ByteBuffer |
dmFormName()
Returns a
ByteBuffer view of the dmFormName field. |
java.lang.String |
dmFormNameString()
Decodes the null-terminated string stored in the
dmFormName field. |
int |
dmICMIntent()
Returns the value of the
dmICMIntent field. |
int |
dmICMMethod()
Returns the value of the
dmICMMethod field. |
short |
dmLogPixels()
Returns the value of the
dmLogPixels field. |
int |
dmMediaType()
Returns the value of the
dmMediaType field. |
int |
dmNup()
Returns the value of the
dmNup field. |
short |
dmOrientation()
Returns the value of the
dmOrientation field. |
int |
dmPanningHeight()
Returns the value of the
dmPanningHeight field. |
int |
dmPanningWidth()
Returns the value of the
dmPanningWidth field. |
short |
dmPaperLength()
Returns the value of the
dmPaperLength field. |
short |
dmPaperSize()
Returns the value of the
dmPaperSize field. |
short |
dmPaperWidth()
Returns the value of the
dmPaperWidth field. |
int |
dmPelsHeight()
Returns the value of the
dmPelsHeight field. |
int |
dmPelsWidth()
Returns the value of the
dmPelsWidth field. |
POINTL |
dmPosition()
Returns a
POINTL view of the dmPosition field. |
short |
dmPrintQuality()
Returns the value of the
dmPrintQuality field. |
int |
dmReserved1()
Returns the value of the
dmReserved1 field. |
int |
dmReserved2()
Returns the value of the
dmReserved2 field. |
short |
dmScale()
Returns the value of the
dmScale field. |
short |
dmSize()
Returns the value of the
dmSize field. |
DEVMODE |
dmSize(short value)
Sets the specified value to the
dmSize field. |
short |
dmSpecVersion()
Returns the value of the
dmSpecVersion field. |
DEVMODE |
dmSpecVersion(short value)
Sets the specified value to the
dmSpecVersion field. |
short |
dmTTOption()
Returns the value of the
dmTTOption field. |
short |
dmYResolution()
Returns the value of the
dmYResolution field. |
static DEVMODE |
malloc()
Returns a new
DEVMODE instance allocated with memAlloc. |
static DEVMODE.Buffer |
malloc(int capacity)
Returns a new
DEVMODE.Buffer instance allocated with memAlloc. |
static DEVMODE |
mallocStack()
Returns a new
DEVMODE instance allocated on the thread-local MemoryStack. |
static DEVMODE.Buffer |
mallocStack(int capacity)
Returns a new
DEVMODE.Buffer instance allocated on the thread-local MemoryStack. |
static DEVMODE.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
DEVMODE.Buffer instance allocated on the specified MemoryStack. |
static DEVMODE |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
DEVMODE instance allocated on the specified MemoryStack. |
static int |
ndmBitsPerPel(long struct)
Unsafe version of
dmBitsPerPel(). |
static short |
ndmCollate(long struct)
Unsafe version of
dmCollate(). |
static short |
ndmColor(long struct)
Unsafe version of
dmColor(). |
static short |
ndmCopies(long struct)
Unsafe version of
dmCopies(). |
static short |
ndmDefaultSource(long struct)
Unsafe version of
dmDefaultSource(). |
static java.nio.ByteBuffer |
ndmDeviceName(long struct)
Unsafe version of
dmDeviceName(). |
static java.lang.String |
ndmDeviceNameString(long struct)
Unsafe version of
dmDeviceNameString(). |
static int |
ndmDisplayFixedOutput(long struct)
Unsafe version of
dmDisplayFixedOutput(). |
static int |
ndmDisplayFlags(long struct)
Unsafe version of
dmDisplayFlags(). |
static int |
ndmDisplayFrequency(long struct)
Unsafe version of
dmDisplayFrequency(). |
static int |
ndmDisplayOrientation(long struct)
Unsafe version of
dmDisplayOrientation(). |
static int |
ndmDitherType(long struct)
Unsafe version of
dmDitherType(). |
static short |
ndmDriverExtra(long struct)
Unsafe version of
dmDriverExtra(). |
static void |
ndmDriverExtra(long struct,
short value)
Unsafe version of
dmDriverExtra. |
static short |
ndmDriverVersion(long struct)
Unsafe version of
dmDriverVersion(). |
static short |
ndmDuplex(long struct)
Unsafe version of
dmDuplex(). |
static int |
ndmFields(long struct)
Unsafe version of
dmFields(). |
static java.nio.ByteBuffer |
ndmFormName(long struct)
Unsafe version of
dmFormName(). |
static java.lang.String |
ndmFormNameString(long struct)
Unsafe version of
dmFormNameString(). |
static int |
ndmICMIntent(long struct)
Unsafe version of
dmICMIntent(). |
static int |
ndmICMMethod(long struct)
Unsafe version of
dmICMMethod(). |
static short |
ndmLogPixels(long struct)
Unsafe version of
dmLogPixels(). |
static int |
ndmMediaType(long struct)
Unsafe version of
dmMediaType(). |
static int |
ndmNup(long struct)
Unsafe version of
dmNup(). |
static short |
ndmOrientation(long struct)
Unsafe version of
dmOrientation(). |
static int |
ndmPanningHeight(long struct)
Unsafe version of
dmPanningHeight(). |
static int |
ndmPanningWidth(long struct)
Unsafe version of
dmPanningWidth(). |
static short |
ndmPaperLength(long struct)
Unsafe version of
dmPaperLength(). |
static short |
ndmPaperSize(long struct)
Unsafe version of
dmPaperSize(). |
static short |
ndmPaperWidth(long struct)
Unsafe version of
dmPaperWidth(). |
static int |
ndmPelsHeight(long struct)
Unsafe version of
dmPelsHeight(). |
static int |
ndmPelsWidth(long struct)
Unsafe version of
dmPelsWidth(). |
static POINTL |
ndmPosition(long struct)
Unsafe version of
dmPosition(). |
static short |
ndmPrintQuality(long struct)
Unsafe version of
dmPrintQuality(). |
static int |
ndmReserved1(long struct)
Unsafe version of
dmReserved1(). |
static int |
ndmReserved2(long struct)
Unsafe version of
dmReserved2(). |
static short |
ndmScale(long struct)
Unsafe version of
dmScale(). |
static short |
ndmSize(long struct)
Unsafe version of
dmSize(). |
static void |
ndmSize(long struct,
short value)
Unsafe version of
dmSize. |
static short |
ndmSpecVersion(long struct)
Unsafe version of
dmSpecVersion(). |
static void |
ndmSpecVersion(long struct,
short value)
Unsafe version of
dmSpecVersion. |
static short |
ndmTTOption(long struct)
Unsafe version of
dmTTOption(). |
static short |
ndmYResolution(long struct)
Unsafe version of
dmYResolution(). |
DEVMODE |
set(DEVMODE src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
public static final int SIZEOF
public static final int ALIGNOF
public static final int DMDEVICENAME
public static final int DMSPECVERSION
public static final int DMDRIVERVERSION
public static final int DMSIZE
public static final int DMDRIVEREXTRA
public static final int DMFIELDS
public static final int DMORIENTATION
public static final int DMPAPERSIZE
public static final int DMPAPERLENGTH
public static final int DMPAPERWIDTH
public static final int DMSCALE
public static final int DMCOPIES
public static final int DMDEFAULTSOURCE
public static final int DMPRINTQUALITY
public static final int DMPOSITION
public static final int DMDISPLAYORIENTATION
public static final int DMDISPLAYFIXEDOUTPUT
public static final int DMCOLOR
public static final int DMDUPLEX
public static final int DMYRESOLUTION
public static final int DMTTOPTION
public static final int DMCOLLATE
public static final int DMFORMNAME
public static final int DMLOGPIXELS
public static final int DMBITSPERPEL
public static final int DMPELSWIDTH
public static final int DMPELSHEIGHT
public static final int DMDISPLAYFLAGS
public static final int DMNUP
public static final int DMDISPLAYFREQUENCY
public static final int DMICMMETHOD
public static final int DMICMINTENT
public static final int DMMEDIATYPE
public static final int DMDITHERTYPE
public static final int DMRESERVED1
public static final int DMRESERVED2
public static final int DMPANNINGWIDTH
public static final int DMPANNINGHEIGHT
public DEVMODE(java.nio.ByteBuffer container)
DEVMODE instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
The created instance holds a strong reference to the container object.
public int sizeof()
sizeof in class org.lwjgl.system.Structpublic java.nio.ByteBuffer dmDeviceName()
ByteBuffer view of the dmDeviceName field.public java.lang.String dmDeviceNameString()
dmDeviceName field.public short dmSpecVersion()
dmSpecVersion field.public short dmDriverVersion()
dmDriverVersion field.public short dmSize()
dmSize field.public short dmDriverExtra()
dmDriverExtra field.public int dmFields()
dmFields field.public short dmOrientation()
dmOrientation field.public short dmPaperSize()
dmPaperSize field.public short dmPaperLength()
dmPaperLength field.public short dmPaperWidth()
dmPaperWidth field.public short dmScale()
dmScale field.public short dmCopies()
dmCopies field.public short dmDefaultSource()
dmDefaultSource field.public short dmPrintQuality()
dmPrintQuality field.public int dmDisplayOrientation()
dmDisplayOrientation field.public int dmDisplayFixedOutput()
dmDisplayFixedOutput field.public short dmColor()
dmColor field.public short dmDuplex()
dmDuplex field.public short dmYResolution()
dmYResolution field.public short dmTTOption()
dmTTOption field.public short dmCollate()
dmCollate field.public java.nio.ByteBuffer dmFormName()
ByteBuffer view of the dmFormName field.public java.lang.String dmFormNameString()
dmFormName field.public short dmLogPixels()
dmLogPixels field.public int dmBitsPerPel()
dmBitsPerPel field.public int dmPelsWidth()
dmPelsWidth field.public int dmPelsHeight()
dmPelsHeight field.public int dmDisplayFlags()
dmDisplayFlags field.public int dmNup()
dmNup field.public int dmDisplayFrequency()
dmDisplayFrequency field.public int dmICMMethod()
dmICMMethod field.public int dmICMIntent()
dmICMIntent field.public int dmMediaType()
dmMediaType field.public int dmDitherType()
dmDitherType field.public int dmReserved1()
dmReserved1 field.public int dmReserved2()
dmReserved2 field.public int dmPanningWidth()
dmPanningWidth field.public int dmPanningHeight()
dmPanningHeight field.public DEVMODE dmSpecVersion(short value)
dmSpecVersion field.public DEVMODE dmSize(short value)
dmSize field.public DEVMODE dmDriverExtra(short value)
dmDriverExtra field.public DEVMODE set(DEVMODE src)
src - the source structpublic static DEVMODE malloc()
DEVMODE instance allocated with memAlloc. The instance must be explicitly freed.public static DEVMODE calloc()
DEVMODE instance allocated with memCalloc. The instance must be explicitly freed.public static DEVMODE create()
DEVMODE instance allocated with BufferUtils.public static DEVMODE create(long address)
DEVMODE instance for the specified memory address.@Nullable public static DEVMODE createSafe(long address)
public static DEVMODE.Buffer malloc(int capacity)
DEVMODE.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static DEVMODE.Buffer calloc(int capacity)
DEVMODE.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static DEVMODE.Buffer create(int capacity)
DEVMODE.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static DEVMODE.Buffer create(long address, int capacity)
DEVMODE.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static DEVMODE.Buffer createSafe(long address, int capacity)
public static DEVMODE mallocStack()
DEVMODE instance allocated on the thread-local MemoryStack.public static DEVMODE callocStack()
DEVMODE instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static DEVMODE mallocStack(org.lwjgl.system.MemoryStack stack)
DEVMODE instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static DEVMODE callocStack(org.lwjgl.system.MemoryStack stack)
DEVMODE instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static DEVMODE.Buffer mallocStack(int capacity)
DEVMODE.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static DEVMODE.Buffer callocStack(int capacity)
DEVMODE.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static DEVMODE.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
DEVMODE.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static DEVMODE.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
DEVMODE.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacitypublic static java.nio.ByteBuffer ndmDeviceName(long struct)
dmDeviceName().public static java.lang.String ndmDeviceNameString(long struct)
dmDeviceNameString().public static short ndmSpecVersion(long struct)
dmSpecVersion().public static short ndmDriverVersion(long struct)
dmDriverVersion().public static short ndmSize(long struct)
dmSize().public static short ndmDriverExtra(long struct)
dmDriverExtra().public static int ndmFields(long struct)
dmFields().public static short ndmOrientation(long struct)
dmOrientation().public static short ndmPaperSize(long struct)
dmPaperSize().public static short ndmPaperLength(long struct)
dmPaperLength().public static short ndmPaperWidth(long struct)
dmPaperWidth().public static short ndmScale(long struct)
dmScale().public static short ndmCopies(long struct)
dmCopies().public static short ndmDefaultSource(long struct)
dmDefaultSource().public static short ndmPrintQuality(long struct)
dmPrintQuality().public static POINTL ndmPosition(long struct)
dmPosition().public static int ndmDisplayOrientation(long struct)
dmDisplayOrientation().public static int ndmDisplayFixedOutput(long struct)
dmDisplayFixedOutput().public static short ndmColor(long struct)
dmColor().public static short ndmDuplex(long struct)
dmDuplex().public static short ndmYResolution(long struct)
dmYResolution().public static short ndmTTOption(long struct)
dmTTOption().public static short ndmCollate(long struct)
dmCollate().public static java.nio.ByteBuffer ndmFormName(long struct)
dmFormName().public static java.lang.String ndmFormNameString(long struct)
dmFormNameString().public static short ndmLogPixels(long struct)
dmLogPixels().public static int ndmBitsPerPel(long struct)
dmBitsPerPel().public static int ndmPelsWidth(long struct)
dmPelsWidth().public static int ndmPelsHeight(long struct)
dmPelsHeight().public static int ndmDisplayFlags(long struct)
dmDisplayFlags().public static int ndmNup(long struct)
dmNup().public static int ndmDisplayFrequency(long struct)
dmDisplayFrequency().public static int ndmICMMethod(long struct)
dmICMMethod().public static int ndmICMIntent(long struct)
dmICMIntent().public static int ndmMediaType(long struct)
dmMediaType().public static int ndmDitherType(long struct)
dmDitherType().public static int ndmReserved1(long struct)
dmReserved1().public static int ndmReserved2(long struct)
dmReserved2().public static int ndmPanningWidth(long struct)
dmPanningWidth().public static int ndmPanningHeight(long struct)
dmPanningHeight().public static void ndmSpecVersion(long struct,
short value)
dmSpecVersion.public static void ndmSize(long struct,
short value)
dmSize.public static void ndmDriverExtra(long struct,
short value)
dmDriverExtra.Copyright LWJGL. All Rights Reserved. License terms.