public class uiGradientColors extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__gradient
Field descriptor (offset) for struct member 'gradient'.
|
static long[] |
__DNA__FIELD__high_gradient
Field descriptor (offset) for struct member 'high_gradient'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__show_grad
Field descriptor (offset) for struct member 'show_grad'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct uiGradientColors.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
uiGradientColors(long __address,
Block __block,
BlockTable __blockTable) |
protected |
uiGradientColors(uiGradientColors that) |
Modifier and Type | Method and Description |
---|---|
CPointer<uiGradientColors> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getGradient()
Get method for struct member 'gradient'.
|
CArrayFacade<java.lang.Byte> |
getHigh_gradient()
Get method for struct member 'high_gradient'.
|
int |
getPad2()
Get method for struct member 'pad2'.
|
int |
getShow_grad()
Get method for struct member 'show_grad'.
|
void |
setGradient(CArrayFacade<java.lang.Byte> gradient)
Set method for struct member 'gradient'.
|
void |
setHigh_gradient(CArrayFacade<java.lang.Byte> high_gradient)
Set method for struct member 'high_gradient'.
|
void |
setPad2(int pad2)
Set method for struct member 'pad2'.
|
void |
setShow_grad(int show_grad)
Set method for struct member 'show_grad'.
|
__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 uiGradientColors.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__gradient
This is how you get a reference on the corresponding field in the struct:
uiGradientColors uigradientcolors = ...; CPointer<Object> p = uigradientcolors.__dna__addressof(uiGradientColors.__DNA__FIELD__gradient); CPointer<CArrayFacade<Byte>> p_gradient = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__high_gradient
This is how you get a reference on the corresponding field in the struct:
uiGradientColors uigradientcolors = ...; CPointer<Object> p = uigradientcolors.__dna__addressof(uiGradientColors.__DNA__FIELD__high_gradient); CPointer<CArrayFacade<Byte>> p_high_gradient = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__show_grad
This is how you get a reference on the corresponding field in the struct:
uiGradientColors uigradientcolors = ...; CPointer<Object> p = uigradientcolors.__dna__addressof(uiGradientColors.__DNA__FIELD__show_grad); CPointer<Integer> p_show_grad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
uiGradientColors uigradientcolors = ...; CPointer<Object> p = uigradientcolors.__dna__addressof(uiGradientColors.__DNA__FIELD__pad2); CPointer<Integer> p_pad2 = p.cast(new Class[]{Integer.class});
public uiGradientColors(long __address, Block __block, BlockTable __blockTable)
protected uiGradientColors(uiGradientColors that)
public CArrayFacade<java.lang.Byte> getGradient() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gradient
public void setGradient(CArrayFacade<java.lang.Byte> gradient) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gradient
public CArrayFacade<java.lang.Byte> getHigh_gradient() throws java.io.IOException
java.io.IOException
__DNA__FIELD__high_gradient
public void setHigh_gradient(CArrayFacade<java.lang.Byte> high_gradient) throws java.io.IOException
java.io.IOException
__DNA__FIELD__high_gradient
public int getShow_grad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__show_grad
public void setShow_grad(int show_grad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__show_grad
public int getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(int pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CPointer<uiGradientColors> __io__addressof()