public class bGPdata extends CFacade
Grease-Pencil Annotations - 'DataBlock'
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
static long[] |
__DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.
|
static long[] |
__DNA__FIELD__adt
Field descriptor (offset) for struct member 'adt'.
|
static long[] |
__DNA__FIELD__draw_mode
Field descriptor (offset) for struct member 'draw_mode'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__gcolor_next
Field descriptor (offset) for struct member 'gcolor_next'.
|
static long[] |
__DNA__FIELD__gcolor_prev
Field descriptor (offset) for struct member 'gcolor_prev'.
|
static long[] |
__DNA__FIELD__grid
Field descriptor (offset) for struct member 'grid'.
|
static long[] |
__DNA__FIELD__gstep
Field descriptor (offset) for struct member 'gstep'.
|
static long[] |
__DNA__FIELD__gstep_next
Field descriptor (offset) for struct member 'gstep_next'.
|
static long[] |
__DNA__FIELD__id
Field descriptor (offset) for struct member 'id'.
|
static long[] |
__DNA__FIELD__layers
Field descriptor (offset) for struct member 'layers'.
|
static long[] |
__DNA__FIELD__line_color
Field descriptor (offset) for struct member 'line_color'.
|
static long[] |
__DNA__FIELD__mat
Field descriptor (offset) for struct member 'mat'.
|
static long[] |
__DNA__FIELD__onion_factor
Field descriptor (offset) for struct member 'onion_factor'.
|
static long[] |
__DNA__FIELD__onion_flag
Field descriptor (offset) for struct member 'onion_flag'.
|
static long[] |
__DNA__FIELD__onion_keytype
Field descriptor (offset) for struct member 'onion_keytype'.
|
static long[] |
__DNA__FIELD__onion_mode
Field descriptor (offset) for struct member 'onion_mode'.
|
static long[] |
__DNA__FIELD__palettes
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__palettes); CPointer<ListBase> p_palettes = p.cast(new Class[]{ListBase.class}); Metadata
|
static long[] |
__DNA__FIELD__pixfactor
Field descriptor (offset) for struct member 'pixfactor'.
|
static long[] |
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.
|
static long[] |
__DNA__FIELD__totcol
Field descriptor (offset) for struct member 'totcol'.
|
static long[] |
__DNA__FIELD__totframe
Field descriptor (offset) for struct member 'totframe'.
|
static long[] |
__DNA__FIELD__totlayer
Field descriptor (offset) for struct member 'totlayer'.
|
static long[] |
__DNA__FIELD__totpoint
Field descriptor (offset) for struct member 'totpoint'.
|
static long[] |
__DNA__FIELD__totstroke
Field descriptor (offset) for struct member 'totstroke'.
|
static long[] |
__DNA__FIELD__zdepth_offset
Field descriptor (offset) for struct member 'zdepth_offset'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPdata.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPdata(bGPdata that) |
|
bGPdata(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPdata> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
CArrayFacade<java.lang.Byte> |
get_pad2()
Get method for struct member '_pad2'.
|
CPointer<AnimData> |
getAdt()
Get method for struct member 'adt'.
|
short |
getDraw_mode()
Get method for struct member 'draw_mode'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Float> |
getGcolor_next()
Get method for struct member 'gcolor_next'.
|
CArrayFacade<java.lang.Float> |
getGcolor_prev()
Get method for struct member 'gcolor_prev'.
|
bGPgrid |
getGrid()
Get method for struct member 'grid'.
|
short |
getGstep_next()
Get method for struct member 'gstep_next'.
|
short |
getGstep()
Get method for struct member 'gstep'.
|
ID |
getId()
Get method for struct member 'id'.
|
ListBase |
getLayers()
Get method for struct member 'layers'.
|
CArrayFacade<java.lang.Float> |
getLine_color()
Get method for struct member 'line_color'.
|
CPointer<CPointer<Material>> |
getMat()
Get method for struct member 'mat'.
|
float |
getOnion_factor()
Get method for struct member 'onion_factor'.
|
int |
getOnion_flag()
Get method for struct member 'onion_flag'.
|
short |
getOnion_keytype()
Get method for struct member 'onion_keytype'.
|
int |
getOnion_mode()
Get method for struct member 'onion_mode'.
|
ListBase |
getPalettes()
Deprecated.
Deprecated
|
float |
getPixfactor()
Get method for struct member 'pixfactor'.
|
bGPdata_Runtime |
getRuntime()
Get method for struct member 'runtime'.
|
short |
getTotcol()
Get method for struct member 'totcol'.
|
short |
getTotframe()
Get method for struct member 'totframe'.
|
short |
getTotlayer()
Get method for struct member 'totlayer'.
|
int |
getTotpoint()
Get method for struct member 'totpoint'.
|
int |
getTotstroke()
Get method for struct member 'totstroke'.
|
float |
getZdepth_offset()
Get method for struct member 'zdepth_offset'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
set_pad2(CArrayFacade<java.lang.Byte> _pad2)
Set method for struct member '_pad2'.
|
void |
setAdt(CPointer<AnimData> adt)
Set method for struct member 'adt'.
|
void |
setDraw_mode(short draw_mode)
Set method for struct member 'draw_mode'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setGcolor_next(CArrayFacade<java.lang.Float> gcolor_next)
Set method for struct member 'gcolor_next'.
|
void |
setGcolor_prev(CArrayFacade<java.lang.Float> gcolor_prev)
Set method for struct member 'gcolor_prev'.
|
void |
setGrid(bGPgrid grid)
Set method for struct member 'grid'.
|
void |
setGstep_next(short gstep_next)
Set method for struct member 'gstep_next'.
|
void |
setGstep(short gstep)
Set method for struct member 'gstep'.
|
void |
setId(ID id)
Set method for struct member 'id'.
|
void |
setLayers(ListBase layers)
Set method for struct member 'layers'.
|
void |
setLine_color(CArrayFacade<java.lang.Float> line_color)
Set method for struct member 'line_color'.
|
void |
setMat(CPointer<CPointer<Material>> mat)
Set method for struct member 'mat'.
|
void |
setOnion_factor(float onion_factor)
Set method for struct member 'onion_factor'.
|
void |
setOnion_flag(int onion_flag)
Set method for struct member 'onion_flag'.
|
void |
setOnion_keytype(short onion_keytype)
Set method for struct member 'onion_keytype'.
|
void |
setOnion_mode(int onion_mode)
Set method for struct member 'onion_mode'.
|
void |
setPalettes(ListBase palettes)
Deprecated.
Deprecated
|
void |
setPixfactor(float pixfactor)
Set method for struct member 'pixfactor'.
|
void |
setRuntime(bGPdata_Runtime runtime)
Set method for struct member 'runtime'.
|
void |
setTotcol(short totcol)
Set method for struct member 'totcol'.
|
void |
setTotframe(short totframe)
Set method for struct member 'totframe'.
|
void |
setTotlayer(short totlayer)
Set method for struct member 'totlayer'.
|
void |
setTotpoint(int totpoint)
Set method for struct member 'totpoint'.
|
void |
setTotstroke(int totstroke)
Set method for struct member 'totstroke'.
|
void |
setZdepth_offset(float zdepth_offset)
Set method for struct member 'zdepth_offset'.
|
__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 bGPdata.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__id
Grease Pencil data is a data-block.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__id); CPointer<ID> p_id = p.cast(new Class[]{ID.class});
public static final long[] __DNA__FIELD__adt
Animation data - for animating draw settings.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__adt); CPointer<CPointer<AnimData>> p_adt = p.cast(new Class[]{CPointer.class, AnimData.class});
public static final long[] __DNA__FIELD__layers
Grease-Pencil data BGPDlayers.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__layers); CPointer<ListBase> p_layers = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__flag
Settings for this data-block.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad1
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__palettes
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__palettes); CPointer<ListBase> p_palettes = p.cast(new Class[]{ListBase.class});
Palettes List of bGPDpalette
's - Deprecated (2.78 - 2.79 only).
public static final long[] __DNA__FIELD__pixfactor
3D Viewport/Appearance Settings Factor to define pixel size conversion.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__pixfactor); CPointer<Float> p_pixfactor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__line_color
Color for edit line.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__line_color); CPointer<CArrayFacade<Float>> p_line_color = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__onion_factor
Onion skinning Onion alpha factor change.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__onion_factor); CPointer<Float> p_onion_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__onion_mode
Onion skinning range (eGP_OnionModes).
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__onion_mode); CPointer<Integer> p_onion_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__onion_flag
Onion skinning flags (eGPD_OnionFlag).
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__onion_flag); CPointer<Integer> p_onion_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__gstep
Ghosts Before: max number of ghost frames to show between active frame and the one before it (0 = only the ghost itself).
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__gstep); CPointer<Short> p_gstep = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__gstep_next
Ghosts After: max number of ghost frames to show after active frame and the following it (0 = only the ghost itself).
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__gstep_next); CPointer<Short> p_gstep_next = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__gcolor_prev
Optional color for ghosts before the active frame.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__gcolor_prev); CPointer<CArrayFacade<Float>> p_gcolor_prev = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__gcolor_next
Optional color for ghosts after the active frame.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__gcolor_next); CPointer<CArrayFacade<Float>> p_gcolor_next = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__zdepth_offset
Offset for drawing over surfaces to keep strokes on top.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__zdepth_offset); CPointer<Float> p_zdepth_offset = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__mat
Materials array.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__mat); CPointer<CPointer<CPointer<Material>>> p_mat = p.cast(new Class[]{CPointer.class, CPointer.class, Material.class});
public static final long[] __DNA__FIELD__totcol
Total materials.
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__totcol); CPointer<Short> p_totcol = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__totlayer
stats
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__totlayer); CPointer<Short> p_totlayer = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__totframe
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__totframe); CPointer<Short> p_totframe = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad2
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD___pad2); CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__totstroke
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__totstroke); CPointer<Integer> p_totstroke = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totpoint
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__totpoint); CPointer<Integer> p_totpoint = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__draw_mode
Draw mode for strokes (eGP_DrawMode).
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__draw_mode); CPointer<Short> p_draw_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__onion_keytype
Keyframe type for onion filter (eBezTriple_KeyframeType plus All option)
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__onion_keytype); CPointer<Short> p_onion_keytype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__grid
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__grid); CPointer<bGPgrid> p_grid = p.cast(new Class[]{bGPgrid.class});
public static final long[] __DNA__FIELD__runtime
This is how you get a reference on the corresponding field in the struct:
bGPdata bgpdata = ...; CPointer<Object> p = bgpdata.__dna__addressof(bGPdata.__DNA__FIELD__runtime); CPointer<bGPdata_Runtime> p_runtime = p.cast(new Class[]{bGPdata_Runtime.class});
public bGPdata(long __address, Block __block, BlockTable __blockTable)
protected bGPdata(bGPdata that)
public ID getId() throws java.io.IOException
Grease Pencil data is a data-block.
java.io.IOException
__DNA__FIELD__id
public void setId(ID id) throws java.io.IOException
Grease Pencil data is a data-block.
java.io.IOException
__DNA__FIELD__id
public CPointer<AnimData> getAdt() throws java.io.IOException
Animation data - for animating draw settings.
java.io.IOException
__DNA__FIELD__adt
public void setAdt(CPointer<AnimData> adt) throws java.io.IOException
Animation data - for animating draw settings.
java.io.IOException
__DNA__FIELD__adt
public ListBase getLayers() throws java.io.IOException
Grease-Pencil data BGPDlayers.
java.io.IOException
__DNA__FIELD__layers
public void setLayers(ListBase layers) throws java.io.IOException
Grease-Pencil data BGPDlayers.
java.io.IOException
__DNA__FIELD__layers
public int getFlag() throws java.io.IOException
Settings for this data-block.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
Settings for this data-block.
java.io.IOException
__DNA__FIELD__flag
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public ListBase getPalettes() throws java.io.IOException
Palettes List of bGPDpalette
's - Deprecated (2.78 - 2.79 only).
java.io.IOException
__DNA__FIELD__palettes
public void setPalettes(ListBase palettes) throws java.io.IOException
Palettes List of bGPDpalette
's - Deprecated (2.78 - 2.79 only).
java.io.IOException
__DNA__FIELD__palettes
public float getPixfactor() throws java.io.IOException
3D Viewport/Appearance Settings Factor to define pixel size conversion.
java.io.IOException
__DNA__FIELD__pixfactor
public void setPixfactor(float pixfactor) throws java.io.IOException
3D Viewport/Appearance Settings Factor to define pixel size conversion.
java.io.IOException
__DNA__FIELD__pixfactor
public CArrayFacade<java.lang.Float> getLine_color() throws java.io.IOException
Color for edit line.
java.io.IOException
__DNA__FIELD__line_color
public void setLine_color(CArrayFacade<java.lang.Float> line_color) throws java.io.IOException
Color for edit line.
java.io.IOException
__DNA__FIELD__line_color
public float getOnion_factor() throws java.io.IOException
Onion skinning Onion alpha factor change.
java.io.IOException
__DNA__FIELD__onion_factor
public void setOnion_factor(float onion_factor) throws java.io.IOException
Onion skinning Onion alpha factor change.
java.io.IOException
__DNA__FIELD__onion_factor
public int getOnion_mode() throws java.io.IOException
Onion skinning range (eGP_OnionModes).
java.io.IOException
__DNA__FIELD__onion_mode
public void setOnion_mode(int onion_mode) throws java.io.IOException
Onion skinning range (eGP_OnionModes).
java.io.IOException
__DNA__FIELD__onion_mode
public int getOnion_flag() throws java.io.IOException
Onion skinning flags (eGPD_OnionFlag).
java.io.IOException
__DNA__FIELD__onion_flag
public void setOnion_flag(int onion_flag) throws java.io.IOException
Onion skinning flags (eGPD_OnionFlag).
java.io.IOException
__DNA__FIELD__onion_flag
public short getGstep() throws java.io.IOException
Ghosts Before: max number of ghost frames to show between active frame and the one before it (0 = only the ghost itself).
java.io.IOException
__DNA__FIELD__gstep
public void setGstep(short gstep) throws java.io.IOException
Ghosts Before: max number of ghost frames to show between active frame and the one before it (0 = only the ghost itself).
java.io.IOException
__DNA__FIELD__gstep
public short getGstep_next() throws java.io.IOException
Ghosts After: max number of ghost frames to show after active frame and the following it (0 = only the ghost itself).
java.io.IOException
__DNA__FIELD__gstep_next
public void setGstep_next(short gstep_next) throws java.io.IOException
Ghosts After: max number of ghost frames to show after active frame and the following it (0 = only the ghost itself).
java.io.IOException
__DNA__FIELD__gstep_next
public CArrayFacade<java.lang.Float> getGcolor_prev() throws java.io.IOException
Optional color for ghosts before the active frame.
java.io.IOException
__DNA__FIELD__gcolor_prev
public void setGcolor_prev(CArrayFacade<java.lang.Float> gcolor_prev) throws java.io.IOException
Optional color for ghosts before the active frame.
java.io.IOException
__DNA__FIELD__gcolor_prev
public CArrayFacade<java.lang.Float> getGcolor_next() throws java.io.IOException
Optional color for ghosts after the active frame.
java.io.IOException
__DNA__FIELD__gcolor_next
public void setGcolor_next(CArrayFacade<java.lang.Float> gcolor_next) throws java.io.IOException
Optional color for ghosts after the active frame.
java.io.IOException
__DNA__FIELD__gcolor_next
public float getZdepth_offset() throws java.io.IOException
Offset for drawing over surfaces to keep strokes on top.
java.io.IOException
__DNA__FIELD__zdepth_offset
public void setZdepth_offset(float zdepth_offset) throws java.io.IOException
Offset for drawing over surfaces to keep strokes on top.
java.io.IOException
__DNA__FIELD__zdepth_offset
public CPointer<CPointer<Material>> getMat() throws java.io.IOException
Materials array.
java.io.IOException
__DNA__FIELD__mat
public void setMat(CPointer<CPointer<Material>> mat) throws java.io.IOException
Materials array.
java.io.IOException
__DNA__FIELD__mat
public short getTotcol() throws java.io.IOException
Total materials.
java.io.IOException
__DNA__FIELD__totcol
public void setTotcol(short totcol) throws java.io.IOException
Total materials.
java.io.IOException
__DNA__FIELD__totcol
public short getTotlayer() throws java.io.IOException
stats
java.io.IOException
__DNA__FIELD__totlayer
public void setTotlayer(short totlayer) throws java.io.IOException
stats
java.io.IOException
__DNA__FIELD__totlayer
public short getTotframe() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totframe
public void setTotframe(short totframe) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totframe
public CArrayFacade<java.lang.Byte> get_pad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public void set_pad2(CArrayFacade<java.lang.Byte> _pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public int getTotstroke() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totstroke
public void setTotstroke(int totstroke) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totstroke
public int getTotpoint() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totpoint
public void setTotpoint(int totpoint) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totpoint
public short getDraw_mode() throws java.io.IOException
Draw mode for strokes (eGP_DrawMode).
java.io.IOException
__DNA__FIELD__draw_mode
public void setDraw_mode(short draw_mode) throws java.io.IOException
Draw mode for strokes (eGP_DrawMode).
java.io.IOException
__DNA__FIELD__draw_mode
public short getOnion_keytype() throws java.io.IOException
Keyframe type for onion filter (eBezTriple_KeyframeType plus All option)
java.io.IOException
__DNA__FIELD__onion_keytype
public void setOnion_keytype(short onion_keytype) throws java.io.IOException
Keyframe type for onion filter (eBezTriple_KeyframeType plus All option)
java.io.IOException
__DNA__FIELD__onion_keytype
public bGPgrid getGrid() throws java.io.IOException
java.io.IOException
__DNA__FIELD__grid
public void setGrid(bGPgrid grid) throws java.io.IOException
java.io.IOException
__DNA__FIELD__grid
public bGPdata_Runtime getRuntime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(bGPdata_Runtime runtime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime