Package org.lwjgl.system.windows
Class DEVMODE
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.system.windows.DEVMODE
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class DEVMODE extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Contains information about the initialization and environment of a printer or a display device.Layout
struct DEVMODE { TCHAR
dmDeviceName()
[32]; WORDdmSpecVersion()
; WORDdmDriverVersion()
; WORDdmSize()
; WORDdmDriverExtra()
; DWORDdmFields()
; union { struct { shortdmOrientation()
; shortdmPaperSize()
; shortdmPaperLength()
; shortdmPaperWidth()
; shortdmScale()
; shortdmCopies()
; shortdmDefaultSource()
; shortdmPrintQuality()
; }; struct {POINTL
dmPosition()
; DWORDdmDisplayOrientation()
; DWORDdmDisplayFixedOutput()
; }; }; shortdmColor()
; shortdmDuplex()
; shortdmYResolution()
; shortdmTTOption()
; shortdmCollate()
; TCHARdmFormName()
[32]; WORDdmLogPixels()
; DWORDdmBitsPerPel()
; DWORDdmPelsWidth()
; DWORDdmPelsHeight()
; union { DWORDdmDisplayFlags()
; DWORDdmNup()
; }; DWORDdmDisplayFrequency()
; DWORDdmICMMethod()
; DWORDdmICMIntent()
; DWORDdmMediaType()
; DWORDdmDitherType()
; DWORDdmReserved1()
; DWORDdmReserved2()
; DWORDdmPanningWidth()
; DWORDdmPanningHeight()
; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DEVMODE.Buffer
An array ofDEVMODE
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
DMBITSPERPEL
DMCOLLATE
DMCOLOR
DMCOPIES
DMDEFAULTSOURCE
DMDEVICENAME
DMDISPLAYFIXEDOUTPUT
DMDISPLAYFLAGS
DMDISPLAYFREQUENCY
DMDISPLAYORIENTATION
DMDITHERTYPE
DMDRIVEREXTRA
DMDRIVERVERSION
DMDUPLEX
DMFIELDS
DMFORMNAME
DMICMINTENT
DMICMMETHOD
DMLOGPIXELS
DMMEDIATYPE
DMNUP
DMORIENTATION
DMPANNINGHEIGHT
DMPANNINGWIDTH
DMPAPERLENGTH
DMPAPERSIZE
DMPAPERWIDTH
DMPELSHEIGHT
DMPELSWIDTH
DMPOSITION
DMPRINTQUALITY
DMRESERVED1
DMRESERVED2
DMSCALE
DMSIZE
DMSPECVERSION
DMTTOPTION
DMYRESOLUTIONThe struct member offsets.static int
SIZEOF
The struct size in bytes.
-
Constructor Summary
Constructors Constructor Description DEVMODE(java.nio.ByteBuffer container)
Creates aDEVMODE
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DEVMODE
calloc()
Returns a newDEVMODE
instance allocated withmemCalloc
.static DEVMODE.Buffer
calloc(int capacity)
Returns a newDEVMODE.Buffer
instance allocated withmemCalloc
.static DEVMODE.Buffer
calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newDEVMODE.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static DEVMODE
calloc(org.lwjgl.system.MemoryStack stack)
Returns a newDEVMODE
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static DEVMODE
callocStack()
Deprecated.static DEVMODE.Buffer
callocStack(int capacity)
Deprecated.static DEVMODE.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.static DEVMODE
callocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.static DEVMODE
create()
Returns a newDEVMODE
instance allocated withBufferUtils
.static DEVMODE.Buffer
create(int capacity)
Returns a newDEVMODE.Buffer
instance allocated withBufferUtils
.static DEVMODE
create(long address)
Returns a newDEVMODE
instance for the specified memory address.static DEVMODE.Buffer
create(long address, int capacity)
Create aDEVMODE.Buffer
instance at the specified memory.static DEVMODE
createSafe(long address)
static DEVMODE.Buffer
createSafe(long address, int capacity)
int
dmBitsPerPel()
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)short
dmCollate()
for printer devices onlyshort
dmColor()
for printer devices onlyshort
dmCopies()
for printer devices onlyshort
dmDefaultSource()
for printer devices onlyjava.nio.ByteBuffer
dmDeviceName()
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.java.lang.String
dmDeviceNameString()
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.int
dmDisplayFixedOutput()
for fixed-resolution display devices only, how the display presents a low-resolution mode on a higher-resolution display.int
dmDisplayFlags()
specifies the device's display mode, one or more of:GDI32.DM_INTERLACED
,GDI32.DMDISPLAYFLAGS_TEXTMODE
int
dmDisplayFrequency()
specifies the frequency, in hertz (cycles per second), of the display device in a particular mode.int
dmDisplayOrientation()
for display devices only, the orientation at which images should be presented.int
dmDitherType()
for printer devices onlyshort
dmDriverExtra()
contains the number of bytes of private driver-data that follow this structure.DEVMODE
dmDriverExtra(short value)
Sets the specified value to thedmDriverExtra()
field.short
dmDriverVersion()
the driver version number assigned by the driver developershort
dmDuplex()
for printer devices onlyint
dmFields()
specifies whether certain members of theDEVMODE
structure have been initialized.java.nio.ByteBuffer
dmFormName()
for printer devices onlyjava.lang.String
dmFormNameString()
for printer devices onlyint
dmICMIntent()
for printer devices onlyint
dmICMMethod()
for printer devices onlyshort
dmLogPixels()
the number of pixels per logical inchint
dmMediaType()
for printer devices onlyint
dmNup()
for printer devices onlyshort
dmOrientation()
for printer devices onlyint
dmPanningHeight()
this member must be zeroint
dmPanningWidth()
this member must be zeroshort
dmPaperLength()
for printer devices onlyshort
dmPaperSize()
for printer devices onlyshort
dmPaperWidth()
for printer devices onlyint
dmPelsHeight()
specifies the height, in pixels, of the visible device surfaceint
dmPelsWidth()
specifies the width, in pixels, of the visible device surfacePOINTL
dmPosition()
for display devices only, aPOINTL
structure that indicates the positional coordinates of the display device in reference to the desktop area.short
dmPrintQuality()
for printer devices onlyint
dmReserved1()
not used; must be zeroint
dmReserved2()
not used; must be zeroshort
dmScale()
for printer devices onlyshort
dmSize()
specifies the size, in bytes, of theDEVMODE
structure, not including any private driver-specific data that might follow the structure's public members.DEVMODE
dmSize(short value)
Sets the specified value to thedmSize()
field.short
dmSpecVersion()
the version number of the initialization data specification on which the structure is based.DEVMODE
dmSpecVersion(short value)
Sets the specified value to thedmSpecVersion()
field.short
dmTTOption()
for printer devices onlyshort
dmYResolution()
for printer devices onlystatic DEVMODE
malloc()
Returns a newDEVMODE
instance allocated withmemAlloc
.static DEVMODE.Buffer
malloc(int capacity)
Returns a newDEVMODE.Buffer
instance allocated withmemAlloc
.static DEVMODE.Buffer
malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newDEVMODE.Buffer
instance allocated on the specifiedMemoryStack
.static DEVMODE
malloc(org.lwjgl.system.MemoryStack stack)
Returns a newDEVMODE
instance allocated on the specifiedMemoryStack
.static DEVMODE
mallocStack()
Deprecated.static DEVMODE.Buffer
mallocStack(int capacity)
Deprecated.static DEVMODE.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.static DEVMODE
mallocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.static int
ndmBitsPerPel(long struct)
Unsafe version ofdmBitsPerPel()
.static short
ndmCollate(long struct)
Unsafe version ofdmCollate()
.static short
ndmColor(long struct)
Unsafe version ofdmColor()
.static short
ndmCopies(long struct)
Unsafe version ofdmCopies()
.static short
ndmDefaultSource(long struct)
Unsafe version ofdmDefaultSource()
.static java.nio.ByteBuffer
ndmDeviceName(long struct)
Unsafe version ofdmDeviceName()
.static java.lang.String
ndmDeviceNameString(long struct)
Unsafe version ofdmDeviceNameString()
.static int
ndmDisplayFixedOutput(long struct)
Unsafe version ofdmDisplayFixedOutput()
.static int
ndmDisplayFlags(long struct)
Unsafe version ofdmDisplayFlags()
.static int
ndmDisplayFrequency(long struct)
Unsafe version ofdmDisplayFrequency()
.static int
ndmDisplayOrientation(long struct)
Unsafe version ofdmDisplayOrientation()
.static int
ndmDitherType(long struct)
Unsafe version ofdmDitherType()
.static short
ndmDriverExtra(long struct)
Unsafe version ofdmDriverExtra()
.static void
ndmDriverExtra(long struct, short value)
Unsafe version ofdmDriverExtra
.static short
ndmDriverVersion(long struct)
Unsafe version ofdmDriverVersion()
.static short
ndmDuplex(long struct)
Unsafe version ofdmDuplex()
.static int
ndmFields(long struct)
Unsafe version ofdmFields()
.static java.nio.ByteBuffer
ndmFormName(long struct)
Unsafe version ofdmFormName()
.static java.lang.String
ndmFormNameString(long struct)
Unsafe version ofdmFormNameString()
.static int
ndmICMIntent(long struct)
Unsafe version ofdmICMIntent()
.static int
ndmICMMethod(long struct)
Unsafe version ofdmICMMethod()
.static short
ndmLogPixels(long struct)
Unsafe version ofdmLogPixels()
.static int
ndmMediaType(long struct)
Unsafe version ofdmMediaType()
.static int
ndmNup(long struct)
Unsafe version ofdmNup()
.static short
ndmOrientation(long struct)
Unsafe version ofdmOrientation()
.static int
ndmPanningHeight(long struct)
Unsafe version ofdmPanningHeight()
.static int
ndmPanningWidth(long struct)
Unsafe version ofdmPanningWidth()
.static short
ndmPaperLength(long struct)
Unsafe version ofdmPaperLength()
.static short
ndmPaperSize(long struct)
Unsafe version ofdmPaperSize()
.static short
ndmPaperWidth(long struct)
Unsafe version ofdmPaperWidth()
.static int
ndmPelsHeight(long struct)
Unsafe version ofdmPelsHeight()
.static int
ndmPelsWidth(long struct)
Unsafe version ofdmPelsWidth()
.static POINTL
ndmPosition(long struct)
Unsafe version ofdmPosition()
.static short
ndmPrintQuality(long struct)
Unsafe version ofdmPrintQuality()
.static int
ndmReserved1(long struct)
Unsafe version ofdmReserved1()
.static int
ndmReserved2(long struct)
Unsafe version ofdmReserved2()
.static short
ndmScale(long struct)
Unsafe version ofdmScale()
.static short
ndmSize(long struct)
Unsafe version ofdmSize()
.static void
ndmSize(long struct, short value)
Unsafe version ofdmSize
.static short
ndmSpecVersion(long struct)
Unsafe version ofdmSpecVersion()
.static void
ndmSpecVersion(long struct, short value)
Unsafe version ofdmSpecVersion
.static short
ndmTTOption(long struct)
Unsafe version ofdmTTOption()
.static short
ndmYResolution(long struct)
Unsafe version ofdmYResolution()
.DEVMODE
set(DEVMODE src)
Copies the specified struct data to this struct.int
sizeof()
-
-
-
Field Detail
-
SIZEOF
The struct size in bytes.
-
ALIGNOF
The struct alignment in bytes.
-
DMDEVICENAME, DMSPECVERSION, DMDRIVERVERSION, DMSIZE, DMDRIVEREXTRA, DMFIELDS, DMORIENTATION, DMPAPERSIZE, DMPAPERLENGTH, DMPAPERWIDTH, DMSCALE, DMCOPIES, DMDEFAULTSOURCE, DMPRINTQUALITY, DMPOSITION, DMDISPLAYORIENTATION, DMDISPLAYFIXEDOUTPUT, DMCOLOR, DMDUPLEX, DMYRESOLUTION, DMTTOPTION, DMCOLLATE, DMFORMNAME, DMLOGPIXELS, DMBITSPERPEL, DMPELSWIDTH, DMPELSHEIGHT, DMDISPLAYFLAGS, DMNUP, DMDISPLAYFREQUENCY, DMICMMETHOD, DMICMINTENT, DMMEDIATYPE, DMDITHERTYPE, DMRESERVED1, DMRESERVED2, DMPANNINGWIDTH, DMPANNINGHEIGHT
The struct member offsets.
-
-
Constructor Detail
-
DEVMODE
public DEVMODE(java.nio.ByteBuffer container)
Creates aDEVMODE
instance at the current position of the specifiedByteBuffer
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.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
dmDeviceName, dmDeviceNameString
public java.nio.ByteBuffer dmDeviceName() public java.lang.String dmDeviceNameString()
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 thedmDeviceName
array.
-
dmSpecVersion
public short 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, useGDI32.DM_SPECVERSION
.
-
dmDriverVersion
public short dmDriverVersion()
the driver version number assigned by the driver developer
-
dmSize
public short dmSize()
specifies the size, in bytes, of theDEVMODE
structure, not including any private driver-specific data that might follow the structure's public members. Set this member toSIZEOF
to indicate the version of theDEVMODE
structure being used.
-
dmDriverExtra
public short 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
public int dmFields()
specifies whether certain members of theDEVMODE
structure have been initialized. If a member is initialized, its corresponding bit is set otherwise the bit is clear. A driver supports only thoseDEVMODE
members that are appropriate for the printer or display technology.
-
dmOrientation, dmPaperSize, dmPaperLength, dmPaperWidth, dmScale, dmCopies, dmDefaultSource, dmPrintQuality
public short dmOrientation() public short dmPaperSize() public short dmPaperLength() public short dmPaperWidth() public short dmScale() public short dmCopies() public short dmDefaultSource() public short dmPrintQuality()
for printer devices only
-
dmPosition
public POINTL dmPosition()
for display devices only, aPOINTL
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
public int dmDisplayOrientation()
for display devices only, the orientation at which images should be presented. IfGDI32.DM_DISPLAYORIENTATION
is not set, this member must be zero. IfGDI32.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
todmPelsHeight
.
-
dmDisplayFixedOutput
public int 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. IfGDI32.DM_DISPLAYFIXEDOUTPUT
is not set, this member must be zero. IfGDI32.DM_DISPLAYFIXEDOUTPUT
is set, this member must be one of the following values:GDI32.DMDFO_DEFAULT
,GDI32.DMDFO_CENTER
,GDI32.DMDFO_STRETCH
-
dmColor, dmDuplex, dmYResolution, dmTTOption, dmCollate, dmFormName, dmFormNameString
public short dmColor() public short dmDuplex() public short dmYResolution() public short dmTTOption() public short dmCollate() public java.nio.ByteBuffer dmFormName() public java.lang.String dmFormNameString()
for printer devices only
-
dmLogPixels
public short dmLogPixels()
the number of pixels per logical inch
-
dmBitsPerPel
public int dmBitsPerPel()
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
public int dmPelsWidth()
specifies the width, in pixels, of the visible device surface
-
dmPelsHeight
public int dmPelsHeight()
specifies the height, in pixels, of the visible device surface
-
dmDisplayFlags
public int dmDisplayFlags()
specifies the device's display mode, one or more of:GDI32.DM_INTERLACED
,GDI32.DMDISPLAYFLAGS_TEXTMODE
-
dmNup
public int dmNup()
for printer devices only
-
dmDisplayFrequency
public int dmDisplayFrequency()
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, thedmDisplayFrequency
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 asChangeDisplaySettingsEx
.
-
dmICMMethod, dmICMIntent, dmMediaType, dmDitherType
public int dmICMMethod() public int dmICMIntent() public int dmMediaType() public int dmDitherType()
for printer devices only
-
dmReserved1, dmReserved2
public int dmReserved1() public int dmReserved2()
not used; must be zero
-
dmPanningWidth, dmPanningHeight
public int dmPanningWidth() public int dmPanningHeight()
this member must be zero
-
dmSpecVersion
public DEVMODE dmSpecVersion(short value)
Sets the specified value to thedmSpecVersion()
field.
-
dmDriverExtra
public DEVMODE dmDriverExtra(short value)
Sets the specified value to thedmDriverExtra()
field.
-
set
public DEVMODE set(DEVMODE src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static DEVMODE malloc()
Returns a newDEVMODE
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static DEVMODE calloc()
Returns a newDEVMODE
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static DEVMODE create()
Returns a newDEVMODE
instance allocated withBufferUtils
.
-
create
public static DEVMODE create(long address)
Returns a newDEVMODE
instance for the specified memory address.
-
createSafe
@Nullable public static DEVMODE createSafe(long address)
-
malloc
public static DEVMODE.Buffer malloc(int capacity)
Returns a newDEVMODE.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static DEVMODE.Buffer calloc(int capacity)
Returns a newDEVMODE.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static DEVMODE.Buffer create(int capacity)
Returns a newDEVMODE.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static DEVMODE.Buffer create(long address, int capacity)
Create aDEVMODE.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static DEVMODE.Buffer createSafe(long address, int capacity)
-
mallocStack
@Deprecated public static DEVMODE mallocStack()
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead.
-
callocStack
@Deprecated public static DEVMODE callocStack()
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead.
-
mallocStack
@Deprecated public static DEVMODE mallocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead.
-
callocStack
@Deprecated public static DEVMODE callocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead.
-
mallocStack
@Deprecated public static DEVMODE.Buffer mallocStack(int capacity)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead.
-
callocStack
@Deprecated public static DEVMODE.Buffer callocStack(int capacity)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead.
-
mallocStack
@Deprecated public static DEVMODE.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead.
-
callocStack
@Deprecated public static DEVMODE.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead.
-
malloc
public static DEVMODE malloc(org.lwjgl.system.MemoryStack stack)
Returns a newDEVMODE
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
public static DEVMODE calloc(org.lwjgl.system.MemoryStack stack)
Returns a newDEVMODE
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
public static DEVMODE.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newDEVMODE.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
calloc
public static DEVMODE.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newDEVMODE.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
ndmDeviceName
public static java.nio.ByteBuffer ndmDeviceName(long struct)
Unsafe version ofdmDeviceName()
.
-
ndmDeviceNameString
public static java.lang.String ndmDeviceNameString(long struct)
Unsafe version ofdmDeviceNameString()
.
-
ndmSpecVersion
public static short ndmSpecVersion(long struct)
Unsafe version ofdmSpecVersion()
.
-
ndmDriverVersion
public static short ndmDriverVersion(long struct)
Unsafe version ofdmDriverVersion()
.
-
ndmSize
public static short ndmSize(long struct)
Unsafe version ofdmSize()
.
-
ndmDriverExtra
public static short ndmDriverExtra(long struct)
Unsafe version ofdmDriverExtra()
.
-
ndmFields
public static int ndmFields(long struct)
Unsafe version ofdmFields()
.
-
ndmOrientation
public static short ndmOrientation(long struct)
Unsafe version ofdmOrientation()
.
-
ndmPaperSize
public static short ndmPaperSize(long struct)
Unsafe version ofdmPaperSize()
.
-
ndmPaperLength
public static short ndmPaperLength(long struct)
Unsafe version ofdmPaperLength()
.
-
ndmPaperWidth
public static short ndmPaperWidth(long struct)
Unsafe version ofdmPaperWidth()
.
-
ndmScale
public static short ndmScale(long struct)
Unsafe version ofdmScale()
.
-
ndmCopies
public static short ndmCopies(long struct)
Unsafe version ofdmCopies()
.
-
ndmDefaultSource
public static short ndmDefaultSource(long struct)
Unsafe version ofdmDefaultSource()
.
-
ndmPrintQuality
public static short ndmPrintQuality(long struct)
Unsafe version ofdmPrintQuality()
.
-
ndmPosition
public static POINTL ndmPosition(long struct)
Unsafe version ofdmPosition()
.
-
ndmDisplayOrientation
public static int ndmDisplayOrientation(long struct)
Unsafe version ofdmDisplayOrientation()
.
-
ndmDisplayFixedOutput
public static int ndmDisplayFixedOutput(long struct)
Unsafe version ofdmDisplayFixedOutput()
.
-
ndmColor
public static short ndmColor(long struct)
Unsafe version ofdmColor()
.
-
ndmDuplex
public static short ndmDuplex(long struct)
Unsafe version ofdmDuplex()
.
-
ndmYResolution
public static short ndmYResolution(long struct)
Unsafe version ofdmYResolution()
.
-
ndmTTOption
public static short ndmTTOption(long struct)
Unsafe version ofdmTTOption()
.
-
ndmCollate
public static short ndmCollate(long struct)
Unsafe version ofdmCollate()
.
-
ndmFormName
public static java.nio.ByteBuffer ndmFormName(long struct)
Unsafe version ofdmFormName()
.
-
ndmFormNameString
public static java.lang.String ndmFormNameString(long struct)
Unsafe version ofdmFormNameString()
.
-
ndmLogPixels
public static short ndmLogPixels(long struct)
Unsafe version ofdmLogPixels()
.
-
ndmBitsPerPel
public static int ndmBitsPerPel(long struct)
Unsafe version ofdmBitsPerPel()
.
-
ndmPelsWidth
public static int ndmPelsWidth(long struct)
Unsafe version ofdmPelsWidth()
.
-
ndmPelsHeight
public static int ndmPelsHeight(long struct)
Unsafe version ofdmPelsHeight()
.
-
ndmDisplayFlags
public static int ndmDisplayFlags(long struct)
Unsafe version ofdmDisplayFlags()
.
-
ndmNup
public static int ndmNup(long struct)
Unsafe version ofdmNup()
.
-
ndmDisplayFrequency
public static int ndmDisplayFrequency(long struct)
Unsafe version ofdmDisplayFrequency()
.
-
ndmICMMethod
public static int ndmICMMethod(long struct)
Unsafe version ofdmICMMethod()
.
-
ndmICMIntent
public static int ndmICMIntent(long struct)
Unsafe version ofdmICMIntent()
.
-
ndmMediaType
public static int ndmMediaType(long struct)
Unsafe version ofdmMediaType()
.
-
ndmDitherType
public static int ndmDitherType(long struct)
Unsafe version ofdmDitherType()
.
-
ndmReserved1
public static int ndmReserved1(long struct)
Unsafe version ofdmReserved1()
.
-
ndmReserved2
public static int ndmReserved2(long struct)
Unsafe version ofdmReserved2()
.
-
ndmPanningWidth
public static int ndmPanningWidth(long struct)
Unsafe version ofdmPanningWidth()
.
-
ndmPanningHeight
public static int ndmPanningHeight(long struct)
Unsafe version ofdmPanningHeight()
.
-
ndmSpecVersion
public static void ndmSpecVersion(long struct, short value)
Unsafe version ofdmSpecVersion
.
-
ndmSize
public static void ndmSize(long struct, short value)
Unsafe version ofdmSize
.
-
ndmDriverExtra
public static void ndmDriverExtra(long struct, short value)
Unsafe version ofdmDriverExtra
.
-
-