Details
Description
JalviewLite alignment views (or alignFrames) should provide two methods like:
JSON getAlignmentViewState()
void updateAlignmentViewState(JSON state)
The JSON structure would correspond to the attributes defining the current alignment view, and include things like:
{
showUnconserved : true,
globalColourScheme : 'ClustalX',
wrapped : true,
..
}
JSON getAlignmentViewState()
void updateAlignmentViewState(JSON state)
The JSON structure would correspond to the attributes defining the current alignment view, and include things like:
{
showUnconserved : true,
globalColourScheme : 'ClustalX',
wrapped : true,
..
}