public class EdsImageInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsImageInfo.ByReference |
static class |
EdsImageInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.NativeLong |
componentDepth
C type : EdsUInt32
|
EdsRect |
effectiveRect
C type : EdsRect
|
com.sun.jna.NativeLong |
height
C type : EdsUInt32
|
com.sun.jna.NativeLong |
numOfComponents
C type : EdsUInt32
|
com.sun.jna.NativeLong |
reserved1
C type : EdsUInt32
|
com.sun.jna.NativeLong |
reserved2
C type : EdsUInt32
|
com.sun.jna.NativeLong |
width
C type : EdsUInt32
|
| Constructor and Description |
|---|
EdsImageInfo() |
EdsImageInfo(com.sun.jna.NativeLong width,
com.sun.jna.NativeLong height,
com.sun.jna.NativeLong numOfComponents,
com.sun.jna.NativeLong componentDepth,
EdsRect effectiveRect,
com.sun.jna.NativeLong reserved1,
com.sun.jna.NativeLong reserved2) |
EdsImageInfo(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic com.sun.jna.NativeLong width
public com.sun.jna.NativeLong height
public com.sun.jna.NativeLong numOfComponents
public com.sun.jna.NativeLong componentDepth
public EdsRect effectiveRect
public com.sun.jna.NativeLong reserved1
public com.sun.jna.NativeLong reserved2
public EdsImageInfo()
public EdsImageInfo(com.sun.jna.NativeLong width,
com.sun.jna.NativeLong height,
com.sun.jna.NativeLong numOfComponents,
com.sun.jna.NativeLong componentDepth,
EdsRect effectiveRect,
com.sun.jna.NativeLong reserved1,
com.sun.jna.NativeLong reserved2)
width - C type : EdsUInt32height - C type : EdsUInt32numOfComponents - C type : EdsUInt32componentDepth - C type : EdsUInt32effectiveRect - C type : EdsRectreserved1 - C type : EdsUInt32reserved2 - C type : EdsUInt32public EdsImageInfo(com.sun.jna.Pointer peer)
Copyright © 2018–2019. All rights reserved.