public class TextVars extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__align
Field descriptor (offset) for struct member 'align'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__loc
Field descriptor (offset) for struct member 'loc'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__text
Field descriptor (offset) for struct member 'text'.
|
static long[] |
__DNA__FIELD__text_size
Field descriptor (offset) for struct member 'text_size'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct TextVars.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
TextVars(long __address,
Block __block,
BlockTable __blockTable) |
protected |
TextVars(TextVars that) |
Modifier and Type | Method and Description |
---|---|
CPointer<TextVars> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getAlign()
Get method for struct member 'align'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Float> |
getLoc()
Get method for struct member 'loc'.
|
byte |
getPad()
Get method for struct member 'pad'.
|
int |
getText_size()
Get method for struct member 'text_size'.
|
CArrayFacade<java.lang.Byte> |
getText()
Get method for struct member 'text'.
|
void |
setAlign(byte align)
Set method for struct member 'align'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLoc(CArrayFacade<java.lang.Float> loc)
Set method for struct member 'loc'.
|
void |
setPad(byte pad)
Set method for struct member 'pad'.
|
void |
setText_size(int text_size)
Set method for struct member 'text_size'.
|
void |
setText(CArrayFacade<java.lang.Byte> text)
Set method for struct member 'text'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for TextVars.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__text
This is how you get a reference on the corresponding field in the struct:
TextVars textvars = ...; CPointer<Object> p = textvars.__dna__addressof(TextVars.__DNA__FIELD__text); CPointer<CArrayFacade<Byte>> p_text = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__text_size
This is how you get a reference on the corresponding field in the struct:
TextVars textvars = ...; CPointer<Object> p = textvars.__dna__addressof(TextVars.__DNA__FIELD__text_size); CPointer<Integer> p_text_size = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__loc
This is how you get a reference on the corresponding field in the struct:
TextVars textvars = ...; CPointer<Object> p = textvars.__dna__addressof(TextVars.__DNA__FIELD__loc); CPointer<CArrayFacade<Float>> p_loc = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
TextVars textvars = ...; CPointer<Object> p = textvars.__dna__addressof(TextVars.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__align
This is how you get a reference on the corresponding field in the struct:
TextVars textvars = ...; CPointer<Object> p = textvars.__dna__addressof(TextVars.__DNA__FIELD__align); CPointer<Byte> p_align = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
TextVars textvars = ...; CPointer<Object> p = textvars.__dna__addressof(TextVars.__DNA__FIELD__pad); CPointer<Byte> p_pad = p.cast(new Class[]{Byte.class});
public TextVars(long __address, Block __block, BlockTable __blockTable)
protected TextVars(TextVars that)
public CArrayFacade<java.lang.Byte> getText() throws java.io.IOException
java.io.IOException
__DNA__FIELD__text
public void setText(CArrayFacade<java.lang.Byte> text) throws java.io.IOException
java.io.IOException
__DNA__FIELD__text
public int getText_size() throws java.io.IOException
java.io.IOException
__DNA__FIELD__text_size
public void setText_size(int text_size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__text_size
public CArrayFacade<java.lang.Float> getLoc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__loc
public void setLoc(CArrayFacade<java.lang.Float> loc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__loc
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getAlign() throws java.io.IOException
java.io.IOException
__DNA__FIELD__align
public void setAlign(byte align) throws java.io.IOException
java.io.IOException
__DNA__FIELD__align
public byte getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(byte pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad