Examples of IntRangeParameter


Examples of ptolemy.actor.parameters.IntRangeParameter

            throws IllegalActionException, NameDuplicationException {
        super(container, name);

        fileName.setExpression("file.jpg");

        quality = new IntRangeParameter(this, "quality");

        restartInterval = new Parameter(this, "restartInterval",
                new IntToken(0));

        writeJFIFHeader = new Parameter(this, "writeJFIFHeader");
View Full Code Here

Examples of ptolemy.actor.parameters.IntRangeParameter

        synchronizedPlay.setToken(BooleanToken.TRUE);

        onOff = new TypedIOPort(this, "onOff", true, false);
        onOff.setTypeEquals(BaseType.BOOLEAN);

        percentGain = new IntRangeParameter(this, "percentGain");

        // Set the default value to full scale.
        percentGain.setToken(new IntToken(100));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.