Package com.bbn.openmap.tools.drawing

Examples of com.bbn.openmap.tools.drawing.EditClassWrapper


    public OMSplineLoader() {
        init();
    }

    public void init() {
        EditClassWrapper ecw = new EditClassWrapper(graphicClassName, "com.bbn.openmap.omGraphics.EditableOMSpline", "editablespline.gif", i18n.get(OMSplineLoader.class,
                "omspline",
                "Splines"));
        addEditClassWrapper(ecw);

        // A class wrapper isn't added here for the LabeledOMSpline
View Full Code Here


    public OMDecoratedSplineLoader() {
        init();
    }

    public void init() {
        EditClassWrapper ecw = new EditClassWrapper(graphicClassName, "com.bbn.openmap.omGraphics.EditableOMDecoratedSpline", "editablespline.gif", i18n.get(OMDecoratedSplineLoader.class,
                "omdecoratedspline",
                "Decorated Splines"));

        addEditClassWrapper(ecw);
    }
View Full Code Here

TOP

Related Classes of com.bbn.openmap.tools.drawing.EditClassWrapper

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.