Package ptolemy.vergil.icon

Examples of ptolemy.vergil.icon.TextIcon


     */
    public AbstractTextAttribute(NamedObj container, String name)
            throws IllegalActionException, NameDuplicationException {
        super(container, name);

        _icon = new TextIcon(this, "_icon");
        _icon.setPersistent(false);

        textSize = new Parameter(this, "textSize");
        textSize.setExpression("14");
        textSize.setTypeEquals(BaseType.INT);
View Full Code Here

TOP

Related Classes of ptolemy.vergil.icon.TextIcon

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.