public class TextVars extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__align
Field descriptor (offset) for struct member 'align'.
|
static long[] |
__DNA__FIELD__align_y
Field descriptor (offset) for struct member 'align_y'.
|
static long[] |
__DNA__FIELD__color
Field descriptor (offset) for struct member 'color'.
|
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__shadow_color
Field descriptor (offset) for struct member 'shadow_color'.
|
static long[] |
__DNA__FIELD__text
Field descriptor (offset) for struct member 'text'.
|
static long[] |
__DNA__FIELD__text_blf_id
Field descriptor (offset) for struct member 'text_blf_id'.
|
static long[] |
__DNA__FIELD__text_font
Field descriptor (offset) for struct member 'text_font'.
|
static long[] |
__DNA__FIELD__text_size
Field descriptor (offset) for struct member 'text_size'.
|
static long[] |
__DNA__FIELD__wrap_width
Field descriptor (offset) for struct member 'wrap_width'.
|
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.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
byte |
getAlign_y()
Get method for struct member 'align_y'.
|
byte |
getAlign()
Get method for struct member 'align'.
|
CArrayFacade<java.lang.Float> |
getColor()
Get method for struct member 'color'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Float> |
getLoc()
Get method for struct member 'loc'.
|
CArrayFacade<java.lang.Float> |
getShadow_color()
Get method for struct member 'shadow_color'.
|
int |
getText_blf_id()
Get method for struct member 'text_blf_id'.
|
CPointer<VFont> |
getText_font()
Get method for struct member 'text_font'.
|
int |
getText_size()
Get method for struct member 'text_size'.
|
CArrayFacade<java.lang.Byte> |
getText()
Get method for struct member 'text'.
|
float |
getWrap_width()
Get method for struct member 'wrap_width'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setAlign_y(byte align_y)
Set method for struct member 'align_y'.
|
void |
setAlign(byte align)
Set method for struct member 'align'.
|
void |
setColor(CArrayFacade<java.lang.Float> color)
Set method for struct member 'color'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setLoc(CArrayFacade<java.lang.Float> loc)
Set method for struct member 'loc'.
|
void |
setShadow_color(CArrayFacade<java.lang.Float> shadow_color)
Set method for struct member 'shadow_color'.
|
void |
setText_blf_id(int text_blf_id)
Set method for struct member 'text_blf_id'.
|
void |
setText_font(CPointer<VFont> text_font)
Set method for struct member 'text_font'.
|
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'.
|
void |
setWrap_width(float wrap_width)
Set method for struct member 'wrap_width'.
|
__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_font
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_font); CPointer<CPointer<VFont>> p_text_font = p.cast(new Class[]{CPointer.class, VFont.class});
public static final long[] __DNA__FIELD__text_blf_id
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_blf_id); CPointer<Integer> p_text_blf_id = p.cast(new Class[]{Integer.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__color
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__color); CPointer<CArrayFacade<Float>> p_color = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__shadow_color
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__shadow_color); CPointer<CArrayFacade<Float>> p_shadow_color = p.cast(new Class[]{CArrayFacade.class, Float.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__wrap_width
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__wrap_width); CPointer<Float> p_wrap_width = p.cast(new 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<Byte> p_flag = p.cast(new Class[]{Byte.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__align_y
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_y); CPointer<Byte> p_align_y = 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<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.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 CPointer<VFont> getText_font() throws java.io.IOException
java.io.IOException
__DNA__FIELD__text_font
public void setText_font(CPointer<VFont> text_font) throws java.io.IOException
java.io.IOException
__DNA__FIELD__text_font
public int getText_blf_id() throws java.io.IOException
java.io.IOException
__DNA__FIELD__text_blf_id
public void setText_blf_id(int text_blf_id) throws java.io.IOException
java.io.IOException
__DNA__FIELD__text_blf_id
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> getColor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__color
public void setColor(CArrayFacade<java.lang.Float> color) throws java.io.IOException
java.io.IOException
__DNA__FIELD__color
public CArrayFacade<java.lang.Float> getShadow_color() throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadow_color
public void setShadow_color(CArrayFacade<java.lang.Float> shadow_color) throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadow_color
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 float getWrap_width() throws java.io.IOException
java.io.IOException
__DNA__FIELD__wrap_width
public void setWrap_width(float wrap_width) throws java.io.IOException
java.io.IOException
__DNA__FIELD__wrap_width
public byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte 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 getAlign_y() throws java.io.IOException
java.io.IOException
__DNA__FIELD__align_y
public void setAlign_y(byte align_y) throws java.io.IOException
java.io.IOException
__DNA__FIELD__align_y
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad