com.jniwrapper.win32.ole.types
Class DvAspectInfo

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Structure
          extended bycom.jniwrapper.win32.ole.types.DvAspectInfo
All Implemented Interfaces:
AlignmentAwareParameter, CompositeParameter

public class DvAspectInfo
extends Structure

This structure is used in the IViewObject.draw(com.jniwrapper.win32.ole.types.DvAspect, com.jniwrapper.Int32, com.jniwrapper.win32.ole.types.DvAspectInfo, com.jniwrapper.win32.ole.types.DvTargetDevice, com.jniwrapper.Int32, com.jniwrapper.Int32, com.jniwrapper.win32.Rect, com.jniwrapper.win32.Rect, com.jniwrapper.Int32, com.jniwrapper.Int32) method to optimize rendering of an inactive object. This class corresponds to DVASPECTINFO.

See Also:
Microsoft COM SDK documentation

Field Summary
static int DVASPECTINFOFLAG_CANOPTIMIZE
           
 
Fields inherited from class com.jniwrapper.Structure
f
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
DvAspectInfo()
           
DvAspectInfo(DvAspectInfo that)
           
 
Method Summary
 java.lang.Object clone()
           
 UInt32 getFlags()
           
 int getSize()
           
 void setSize(int value)
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DVASPECTINFOFLAG_CANOPTIMIZE

public static final int DVASPECTINFOFLAG_CANOPTIMIZE
See Also:
Constant Field Values
Constructor Detail

DvAspectInfo

public DvAspectInfo()

DvAspectInfo

public DvAspectInfo(DvAspectInfo that)
Method Detail

getSize

public int getSize()

setSize

public void setSize(int value)

getFlags

public UInt32 getFlags()

clone

public java.lang.Object clone()