Package ptolemy.vergil.icon

Examples of ptolemy.vergil.icon.NameIcon


        // location of the ports on the actor icon.
        rotatePorts = new Parameter(this, "_rotatePorts", new IntToken(90));

        // Create an icon that displays the value of the
        // "_displayedName" attribute on the icon.
        icon = new NameIcon(this, "_icon");
    }
View Full Code Here

TOP

Related Classes of ptolemy.vergil.icon.NameIcon

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.