コード例 #1
0
ファイル: JOGLViewer.java プロジェクト: gsavin/gs-ugli
 public void enableAutoLayout(Layout layoutAlgorithm) {
   disableAutoLayout();
   layout = new LayoutRunner(source, layoutAlgorithm, true);
   layoutAlgorithm.addListener(ctx.getRenderer().getLayoutListener());
   this.layoutAlgorithm = layoutAlgorithm;
 }