Package org.jhotdraw.framework

Examples of org.jhotdraw.framework.DrawingView


              (((ModelElementFigure) fig).getModelElement());
        }
      }
    }

    DrawingView drawingView =
        new AggregateDrawingView
            (this, VIEW_SIZE.width, VIEW_SIZE.height);
    drawingView.setDrawing(drawing);


    open(drawingView);

    // OK, this is a little kludgy.  First we pack so everything
View Full Code Here

TOP

Related Classes of org.jhotdraw.framework.DrawingView

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.