|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Expandable
Expandable interface for S-groups.
| Field Summary | |
|---|---|
static int |
DEFAULT_OPTIONS
Default expansion/contraction options. |
static int |
FAST_COORDS
Fast coordinate calculation in expand. |
static int |
MDL_EXPAND
MDL like multiple group expansion flag. |
static int |
NONRECURSIVE_EXPAND
Recursive expansion of child groups. |
static int |
REVERSIBLE_EXPAND
Reversible expansion or contraction. |
| Method Summary | |
|---|---|
boolean |
contract(int opts)
Contracts the S-group. |
boolean |
expand(int opts)
Expands the S-group. |
boolean |
isExpanded()
Is this S-group expanded? |
| Field Detail |
|---|
static final int DEFAULT_OPTIONS
static final int MDL_EXPAND
static final int REVERSIBLE_EXPAND
static final int NONRECURSIVE_EXPAND
static final int FAST_COORDS
| Method Detail |
|---|
boolean contract(int opts)
opts - contraction options (currently neglected)
DEFAULT_OPTIONS,
REVERSIBLE_EXPANDboolean expand(int opts)
opts - expansion options
DEFAULT_OPTIONS,
MDL_EXPAND,
REVERSIBLE_EXPANDboolean isExpanded()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||