public class LineStyleGeometryModifier_2DTransform extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__angle
Field descriptor (offset) for struct member 'angle'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pivot
Field descriptor (offset) for struct member 'pivot'.
|
static long[] |
__DNA__FIELD__pivot_u
Field descriptor (offset) for struct member 'pivot_u'.
|
static long[] |
__DNA__FIELD__pivot_x
Field descriptor (offset) for struct member 'pivot_x'.
|
static long[] |
__DNA__FIELD__pivot_y
Field descriptor (offset) for struct member 'pivot_y'.
|
static long[] |
__DNA__FIELD__scale_x
Field descriptor (offset) for struct member 'scale_x'.
|
static long[] |
__DNA__FIELD__scale_y
Field descriptor (offset) for struct member 'scale_y'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct LineStyleGeometryModifier_2DTransform.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
LineStyleGeometryModifier_2DTransform(LineStyleGeometryModifier_2DTransform that) |
|
LineStyleGeometryModifier_2DTransform(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<LineStyleGeometryModifier_2DTransform> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
float |
getAngle()
Get method for struct member 'angle'.
|
LineStyleModifier |
getModifier()
Get method for struct member 'modifier'.
|
float |
getPivot_u()
Get method for struct member 'pivot_u'.
|
float |
getPivot_x()
Get method for struct member 'pivot_x'.
|
float |
getPivot_y()
Get method for struct member 'pivot_y'.
|
int |
getPivot()
Get method for struct member 'pivot'.
|
float |
getScale_x()
Get method for struct member 'scale_x'.
|
float |
getScale_y()
Get method for struct member 'scale_y'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setAngle(float angle)
Set method for struct member 'angle'.
|
void |
setModifier(LineStyleModifier modifier)
Set method for struct member 'modifier'.
|
void |
setPivot_u(float pivot_u)
Set method for struct member 'pivot_u'.
|
void |
setPivot_x(float pivot_x)
Set method for struct member 'pivot_x'.
|
void |
setPivot_y(float pivot_y)
Set method for struct member 'pivot_y'.
|
void |
setPivot(int pivot)
Set method for struct member 'pivot'.
|
void |
setScale_x(float scale_x)
Set method for struct member 'scale_x'.
|
void |
setScale_y(float scale_y)
Set method for struct member 'scale_y'.
|
__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 LineStyleGeometryModifier_2DTransform.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_2DTransform linestylegeometrymodifier_2dtransform = ...; CPointer<Object> p = linestylegeometrymodifier_2dtransform.__dna__addressof(LineStyleGeometryModifier_2DTransform.__DNA__FIELD__modifier); CPointer<LineStyleModifier> p_modifier = p.cast(new Class[]{LineStyleModifier.class});
public static final long[] __DNA__FIELD__pivot
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_2DTransform linestylegeometrymodifier_2dtransform = ...; CPointer<Object> p = linestylegeometrymodifier_2dtransform.__dna__addressof(LineStyleGeometryModifier_2DTransform.__DNA__FIELD__pivot); CPointer<Integer> p_pivot = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__scale_x
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_2DTransform linestylegeometrymodifier_2dtransform = ...; CPointer<Object> p = linestylegeometrymodifier_2dtransform.__dna__addressof(LineStyleGeometryModifier_2DTransform.__DNA__FIELD__scale_x); CPointer<Float> p_scale_x = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__scale_y
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_2DTransform linestylegeometrymodifier_2dtransform = ...; CPointer<Object> p = linestylegeometrymodifier_2dtransform.__dna__addressof(LineStyleGeometryModifier_2DTransform.__DNA__FIELD__scale_y); CPointer<Float> p_scale_y = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__angle
In radians!.
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_2DTransform linestylegeometrymodifier_2dtransform = ...; CPointer<Object> p = linestylegeometrymodifier_2dtransform.__dna__addressof(LineStyleGeometryModifier_2DTransform.__DNA__FIELD__angle); CPointer<Float> p_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pivot_u
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_2DTransform linestylegeometrymodifier_2dtransform = ...; CPointer<Object> p = linestylegeometrymodifier_2dtransform.__dna__addressof(LineStyleGeometryModifier_2DTransform.__DNA__FIELD__pivot_u); CPointer<Float> p_pivot_u = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pivot_x
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_2DTransform linestylegeometrymodifier_2dtransform = ...; CPointer<Object> p = linestylegeometrymodifier_2dtransform.__dna__addressof(LineStyleGeometryModifier_2DTransform.__DNA__FIELD__pivot_x); CPointer<Float> p_pivot_x = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pivot_y
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_2DTransform linestylegeometrymodifier_2dtransform = ...; CPointer<Object> p = linestylegeometrymodifier_2dtransform.__dna__addressof(LineStyleGeometryModifier_2DTransform.__DNA__FIELD__pivot_y); CPointer<Float> p_pivot_y = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_2DTransform linestylegeometrymodifier_2dtransform = ...; CPointer<Object> p = linestylegeometrymodifier_2dtransform.__dna__addressof(LineStyleGeometryModifier_2DTransform.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public LineStyleGeometryModifier_2DTransform(long __address, Block __block, BlockTable __blockTable)
protected LineStyleGeometryModifier_2DTransform(LineStyleGeometryModifier_2DTransform that)
public LineStyleModifier getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(LineStyleModifier modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public int getPivot() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot
public void setPivot(int pivot) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot
public float getScale_x() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale_x
public void setScale_x(float scale_x) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale_x
public float getScale_y() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale_y
public void setScale_y(float scale_y) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale_y
public float getAngle() throws java.io.IOException
In radians!.
java.io.IOException
__DNA__FIELD__angle
public void setAngle(float angle) throws java.io.IOException
In radians!.
java.io.IOException
__DNA__FIELD__angle
public float getPivot_u() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot_u
public void setPivot_u(float pivot_u) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot_u
public float getPivot_x() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot_x
public void setPivot_x(float pivot_x) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot_x
public float getPivot_y() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot_y
public void setPivot_y(float pivot_y) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot_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
public CPointer<LineStyleGeometryModifier_2DTransform> __io__addressof()