public class CameraBGImage extends CFacade
Background Picture
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__alpha
Field descriptor (offset) for struct member 'alpha'.
|
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__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__rotation
Field descriptor (offset) for struct member 'rotation'.
|
static long[] |
__DNA__FIELD__scale
Field descriptor (offset) for struct member 'scale'.
|
static long[] |
__DNA__FIELD__source
Field descriptor (offset) for struct member 'source'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CameraBGImage.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CameraBGImage(CameraBGImage that) |
|
CameraBGImage(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CameraBGImage> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAlpha()
Get method for struct member 'alpha'.
|
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<CameraBGImage> |
getNext()
Get method for struct member 'next'.
|
CArrayFacade<java.lang.Float> |
getOffset()
Get method for struct member 'offset'.
|
CPointer<CameraBGImage> |
getPrev()
Get method for struct member 'prev'.
|
float |
getRotation()
Get method for struct member 'rotation'.
|
float |
getScale()
Get method for struct member 'scale'.
|
short |
getSource()
Get method for struct member 'source'.
|
void |
setAlpha(float alpha)
Set method for struct member 'alpha'.
|
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<CameraBGImage> next)
Set method for struct member 'next'.
|
void |
setOffset(CArrayFacade<java.lang.Float> offset)
Set method for struct member 'offset'.
|
void |
setPrev(CPointer<CameraBGImage> prev)
Set method for struct member 'prev'.
|
void |
setRotation(float rotation)
Set method for struct member 'rotation'.
|
void |
setScale(float scale)
Set method for struct member 'scale'.
|
void |
setSource(short source)
Set method for struct member 'source'.
|
__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 CameraBGImage.
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:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__next); CPointer<CPointer<CameraBGImage>> p_next = p.cast(new Class[]{CPointer.class, CameraBGImage.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__prev); CPointer<CPointer<CameraBGImage>> p_prev = p.cast(new Class[]{CPointer.class, CameraBGImage.class});
public static final long[] __DNA__FIELD__ima
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__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:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__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:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__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:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__cuser); CPointer<MovieClipUser> p_cuser = p.cast(new Class[]{MovieClipUser.class});
public static final long[] __DNA__FIELD__offset
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__offset); CPointer<CArrayFacade<Float>> p_offset = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__scale
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__scale); CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rotation
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__rotation); CPointer<Float> p_rotation = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__alpha
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__alpha); CPointer<Float> p_alpha = 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:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__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:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__source); CPointer<Short> p_source = p.cast(new Class[]{Short.class});
public CameraBGImage(long __address, Block __block, BlockTable __blockTable)
protected CameraBGImage(CameraBGImage that)
public CPointer<CameraBGImage> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<CameraBGImage> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<CameraBGImage> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<CameraBGImage> 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 CArrayFacade<java.lang.Float> getOffset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public void setOffset(CArrayFacade<java.lang.Float> offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public float getScale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale
public void setScale(float scale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale
public float getRotation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation
public void setRotation(float rotation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation
public float getAlpha() throws java.io.IOException
java.io.IOException
__DNA__FIELD__alpha
public void setAlpha(float alpha) throws java.io.IOException
java.io.IOException
__DNA__FIELD__alpha
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 CPointer<CameraBGImage> __io__addressof()