boolean showColourText=false;\r
boolean showBoxes=true;\r
boolean wrapAlignment=false;\r
- boolean renderGaps = false;\r
- boolean groupEdit = false;\r
- boolean groupDefiningMode = true;\r
+ boolean renderGaps = true;\r
\r
ColourSchemeI globalColourScheme = null;\r
boolean conservationColourSelected = false;\r
Font font = new Font("SansSerif",Font.PLAIN,10);\r
AlignmentI alignment;\r
\r
- Selection sel = new Selection();\r
+ Selection sel = new Selection(this);\r
ColumnSelection colSel = new ColumnSelection();\r
\r
OutputGenerator og;\r
public boolean getShowBoxes() {\r
return showBoxes;\r
}\r
- // public CommandParser getCommandLog() {\r
- /// return log;\r
- // }\r
- public boolean getGroupEdit() {\r
- return groupEdit;\r
- }\r
- public void setGroupEdit(boolean state) {\r
- groupEdit = state;\r
- }\r
+\r
public char getGapCharacter() {\r
return getAlignment().getGapCharacter();\r
}\r