org.rococoa.cocoa.quicktime
Class TextDisplayData
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.quicktime.TextDisplayData
- Direct Known Subclasses:
- TextDisplayData.ByReference, TextDisplayData.ByValue
public class TextDisplayData
- extends com.ochafik.lang.jnaerator.runtime.Structure
Text Export Display Info data structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
displayFlags
public NativeLong displayFlags
textJustification
public NativeLong textJustification
bgColor
public RGBColor bgColor
textBox
public Rect textBox
beginHilite
public short beginHilite
endHilite
public short endHilite
hiliteColor
public RGBColor hiliteColor
doHiliteColor
public boolean doHiliteColor
filler
public byte filler
scrollDelayDur
public int scrollDelayDur
dropShadowOffset
public Point dropShadowOffset
dropShadowTransparency
public short dropShadowTransparency
TextDisplayData
public TextDisplayData()
byReference
public TextDisplayData.ByReference byReference()
byValue
public TextDisplayData.ByValue byValue()
clone
public TextDisplayData clone()
- Overrides:
clone
in class Object