public class BGpic extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__blend
Field descriptor (offset) for struct member 'blend'.
|
static long[] |
__DNA__FIELD__clip
Field descriptor (offset) for struct member 'clip'.
|
static long[] |
__DNA__FIELD__cuser
Field descriptor (offset) for struct member 'cuser'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__ima
Field descriptor (offset) for struct member 'ima'.
|
static long[] |
__DNA__FIELD__iuser
Field descriptor (offset) for struct member 'iuser'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__size
Field descriptor (offset) for struct member 'size'.
|
static long[] |
__DNA__FIELD__source
Field descriptor (offset) for struct member 'source'.
|
static long[] |
__DNA__FIELD__view
Field descriptor (offset) for struct member 'view'.
|
static long[] |
__DNA__FIELD__xof
Field descriptor (offset) for struct member 'xof'.
|
static long[] |
__DNA__FIELD__yof
Field descriptor (offset) for struct member 'yof'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct BGpic.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
BGpic(BGpic that) |
|
BGpic(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<BGpic> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getBlend()
Get method for struct member 'blend'.
|
CPointer<MovieClip> |
getClip()
Get method for struct member 'clip'.
|
MovieClipUser |
getCuser()
Get method for struct member 'cuser'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CPointer<Image> |
getIma()
Get method for struct member 'ima'.
|
ImageUser |
getIuser()
Get method for struct member 'iuser'.
|
CPointer<BGpic> |
getNext()
Get method for struct member 'next'.
|
short |
getPad()
Get method for struct member 'pad'.
|
CPointer<BGpic> |
getPrev()
Get method for struct member 'prev'.
|
float |
getSize()
Get method for struct member 'size'.
|
short |
getSource()
Get method for struct member 'source'.
|
short |
getView()
Get method for struct member 'view'.
|
float |
getXof()
Get method for struct member 'xof'.
|
float |
getYof()
Get method for struct member 'yof'.
|
void |
setBlend(float blend)
Set method for struct member 'blend'.
|
void |
setClip(CPointer<MovieClip> clip)
Set method for struct member 'clip'.
|
void |
setCuser(MovieClipUser cuser)
Set method for struct member 'cuser'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setIma(CPointer<Image> ima)
Set method for struct member 'ima'.
|
void |
setIuser(ImageUser iuser)
Set method for struct member 'iuser'.
|
void |
setNext(CPointer<BGpic> next)
Set method for struct member 'next'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setPrev(CPointer<BGpic> prev)
Set method for struct member 'prev'.
|
void |
setSize(float size)
Set method for struct member 'size'.
|
void |
setSource(short source)
Set method for struct member 'source'.
|
void |
setView(short view)
Set method for struct member 'view'.
|
void |
setXof(float xof)
Set method for struct member 'xof'.
|
void |
setYof(float yof)
Set method for struct member 'yof'.
|
__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 BGpic.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__next); CPointer<CPointer<BGpic>> p_next = p.cast(new Class[]{CPointer.class, BGpic.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__prev); CPointer<CPointer<BGpic>> p_prev = p.cast(new Class[]{CPointer.class, BGpic.class});
public static final long[] __DNA__FIELD__ima
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__ima); CPointer<CPointer<Image>> p_ima = p.cast(new Class[]{CPointer.class, Image.class});
public static final long[] __DNA__FIELD__iuser
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__iuser); CPointer<ImageUser> p_iuser = p.cast(new Class[]{ImageUser.class});
public static final long[] __DNA__FIELD__clip
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__clip); CPointer<CPointer<MovieClip>> p_clip = p.cast(new Class[]{CPointer.class, MovieClip.class});
public static final long[] __DNA__FIELD__cuser
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__cuser); CPointer<MovieClipUser> p_cuser = p.cast(new Class[]{MovieClipUser.class});
public static final long[] __DNA__FIELD__xof
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__xof); CPointer<Float> p_xof = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__yof
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__yof); CPointer<Float> p_yof = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__size
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__size); CPointer<Float> p_size = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__blend
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__blend); CPointer<Float> p_blend = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__view
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__view); CPointer<Short> p_view = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__source
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__source); CPointer<Short> p_source = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
BGpic bgpic = ...; CPointer<Object> p = bgpic.__dna__addressof(BGpic.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public BGpic(long __address, Block __block, BlockTable __blockTable)
protected BGpic(BGpic that)
public CPointer<BGpic> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<BGpic> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<BGpic> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<BGpic> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<Image> getIma() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ima
public void setIma(CPointer<Image> ima) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ima
public ImageUser getIuser() throws java.io.IOException
java.io.IOException
__DNA__FIELD__iuser
public void setIuser(ImageUser iuser) throws java.io.IOException
java.io.IOException
__DNA__FIELD__iuser
public CPointer<MovieClip> getClip() throws java.io.IOException
java.io.IOException
__DNA__FIELD__clip
public void setClip(CPointer<MovieClip> clip) throws java.io.IOException
java.io.IOException
__DNA__FIELD__clip
public MovieClipUser getCuser() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cuser
public void setCuser(MovieClipUser cuser) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cuser
public float getXof() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xof
public void setXof(float xof) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xof
public float getYof() throws java.io.IOException
java.io.IOException
__DNA__FIELD__yof
public void setYof(float yof) throws java.io.IOException
java.io.IOException
__DNA__FIELD__yof
public float getSize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
public void setSize(float size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
public float getBlend() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend
public void setBlend(float blend) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend
public short getView() throws java.io.IOException
java.io.IOException
__DNA__FIELD__view
public void setView(short view) throws java.io.IOException
java.io.IOException
__DNA__FIELD__view
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 short getSource() throws java.io.IOException
java.io.IOException
__DNA__FIELD__source
public void setSource(short source) throws java.io.IOException
java.io.IOException
__DNA__FIELD__source
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad