public class Progression extends Object implements ProgressionType
ProgressionType| Modifier and Type | Field and Description | 
|---|---|
| int | ceComponent index for the end of a progression. | 
| int | csComponent index for the start of a progression | 
| int | lyeThe index of the last layer. | 
| int | reResolution index for the end of a progression. | 
| int | rsResolution index for the start of a progression | 
| int | typeProgression type as defined in ProgressionType interface | 
COMP_POS_RES_LY_PROG, LY_RES_COMP_POS_PROG, POS_COMP_RES_LY_PROG, RES_LY_COMP_POS_PROG, RES_POS_COMP_LY_PROG| Constructor and Description | 
|---|
| Progression(int type,
           int cs,
           int ce,
           int rs,
           int re,
           int lye)Constructor. | 
public int type
public int cs
public int ce
public int rs
public int re
public int lye
public Progression(int type,
           int cs,
           int ce,
           int rs,
           int re,
           int lye)
type - The progression typecs - The component index startce - The component index endrs - The resolution level index startre - The resolution level index endlye - The layer index endCopyright © 2016 Open Microscopy Environment