Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__action
Field descriptor (offset) for struct member 'action'.
|
static long[] |
__DNA__FIELD__action_center
Field descriptor (offset) for struct member 'action_center'.
|
static long[] |
__DNA__FIELD__title
Field descriptor (offset) for struct member 'title'.
|
static long[] |
__DNA__FIELD__title_center
Field descriptor (offset) for struct member 'title_center'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct DisplaySafeAreas.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
DisplaySafeAreas(DisplaySafeAreas that) |
|
DisplaySafeAreas(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<DisplaySafeAreas> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Float> |
getAction_center()
Get method for struct member 'action_center'.
|
CArrayFacade<java.lang.Float> |
getAction()
Get method for struct member 'action'.
|
CArrayFacade<java.lang.Float> |
getTitle_center()
Get method for struct member 'title_center'.
|
CArrayFacade<java.lang.Float> |
getTitle()
Get method for struct member 'title'.
|
void |
setAction_center(CArrayFacade<java.lang.Float> action_center)
Set method for struct member 'action_center'.
|
void |
setAction(CArrayFacade<java.lang.Float> action)
Set method for struct member 'action'.
|
void |
setTitle_center(CArrayFacade<java.lang.Float> title_center)
Set method for struct member 'title_center'.
|
void |
setTitle(CArrayFacade<java.lang.Float> title)
Set method for struct member 'title'.
|
__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 DisplaySafeAreas.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__title
each value represents the (x,y) margins as a multiplier. 'center' in this context is just the name for a different kind of safe-area Title Safe.
This is how you get a reference on the corresponding field in the struct:
DisplaySafeAreas displaysafeareas = ...; CPointer<Object> p = displaysafeareas.__dna__addressof(DisplaySafeAreas.__DNA__FIELD__title); CPointer<CArrayFacade<Float>> p_title = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__action
Image/Graphics Safe.
This is how you get a reference on the corresponding field in the struct:
DisplaySafeAreas displaysafeareas = ...; CPointer<Object> p = displaysafeareas.__dna__addressof(DisplaySafeAreas.__DNA__FIELD__action); CPointer<CArrayFacade<Float>> p_action = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__title_center
use for alternate aspect ratio
This is how you get a reference on the corresponding field in the struct:
DisplaySafeAreas displaysafeareas = ...; CPointer<Object> p = displaysafeareas.__dna__addressof(DisplaySafeAreas.__DNA__FIELD__title_center); CPointer<CArrayFacade<Float>> p_title_center = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__action_center
This is how you get a reference on the corresponding field in the struct:
DisplaySafeAreas displaysafeareas = ...; CPointer<Object> p = displaysafeareas.__dna__addressof(DisplaySafeAreas.__DNA__FIELD__action_center); CPointer<CArrayFacade<Float>> p_action_center = p.cast(new Class[]{CArrayFacade.class, Float.class});
public DisplaySafeAreas(long __address, Block __block, BlockTable __blockTable)
protected DisplaySafeAreas(DisplaySafeAreas that)
public CArrayFacade<java.lang.Float> getTitle() throws java.io.IOException
each value represents the (x,y) margins as a multiplier. 'center' in this context is just the name for a different kind of safe-area Title Safe.
java.io.IOException
__DNA__FIELD__title
public void setTitle(CArrayFacade<java.lang.Float> title) throws java.io.IOException
each value represents the (x,y) margins as a multiplier. 'center' in this context is just the name for a different kind of safe-area Title Safe.
java.io.IOException
__DNA__FIELD__title
public CArrayFacade<java.lang.Float> getAction() throws java.io.IOException
Image/Graphics Safe.
java.io.IOException
__DNA__FIELD__action
public void setAction(CArrayFacade<java.lang.Float> action) throws java.io.IOException
Image/Graphics Safe.
java.io.IOException
__DNA__FIELD__action
public CArrayFacade<java.lang.Float> getTitle_center() throws java.io.IOException
use for alternate aspect ratio
java.io.IOException
__DNA__FIELD__title_center
public void setTitle_center(CArrayFacade<java.lang.Float> title_center) throws java.io.IOException
use for alternate aspect ratio
java.io.IOException
__DNA__FIELD__title_center
public CArrayFacade<java.lang.Float> getAction_center() throws java.io.IOException
java.io.IOException
__DNA__FIELD__action_center
public void setAction_center(CArrayFacade<java.lang.Float> action_center) throws java.io.IOException
java.io.IOException
__DNA__FIELD__action_center
public CPointer<DisplaySafeAreas> __io__addressof()