Package org.freeplane.view.swing.features.filepreview

Examples of org.freeplane.view.swing.features.filepreview.ViewerLayoutManager


          r = resource.setZoom(originalWidth, maximumWidth);
        }
        preferredSize.width = (int) (Math.rint(originalWidth * r));
        preferredSize.height = (int) (Math.rint(preferredSize.height * r));
        canvas.setPreferredSize(preferredSize);
        canvas.setLayout(new ViewerLayoutManager(1f));
        canvas.revalidate();
        canvas.removeGVTTreeRendererListener(this);
      }
    });
    return canvas;
View Full Code Here

TOP

Related Classes of org.freeplane.view.swing.features.filepreview.ViewerLayoutManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.