}
}
- final static void lookAtSomeTreePropertiesForAptxControlSettings( final Phylogeny t,
+ public final static void lookAtSomeTreePropertiesForAptxControlSettings( final Phylogeny t,
final ControlPanel cp,
final Configuration configuration ) {
if ( ( t != null ) && !t.isEmpty() ) {
import org.forester.phylogeny.iterators.PhylogenyNodeIterator;
import org.forester.util.ForesterUtil;
-final class ControlPanel extends JPanel implements ActionListener {
+public final class ControlPanel extends JPanel implements ActionListener {
enum NodeClickAction {
ADD_NEW_NODE,
_click_to_combobox.setSelectedIndex( action );
}
- void setColorBranches( final boolean color_branches ) {
+ public void setColorBranches( final boolean color_branches ) {
_color_branches = color_branches;
}
}
}
- void activateSaveAllIfNeeded() {
+ public void activateSaveAllIfNeeded() {
if ( ( getMainPanel().getTabbedPane() != null ) && ( getMainPanel().getTabbedPane().getTabCount() > 1 ) ) {
_save_all_item.setEnabled( true );
}
2.0f },
0f );
private static final double TWO_PI = 2 * Math.PI;
- private final static int WIGGLE = 2;
+ private final static int WIGGLE = 3;
private static final String SHOW_ONLY_THIS_CONF_TYPE = null; //TODO remove me
HashMap<Long, Short> _nodeid_dist_to_leaf = new HashMap<Long, Short>();
final private Arc2D _arc = new Arc2D.Double();