Package datasoul.render

Examples of datasoul.render.OutputDevice


            return "";
        }
    }

    public void setMainOutputDevice(String s){
        this.mainOutputDevice = new OutputDevice(s, OutputDevice.USAGE_MAIN);
    }
View Full Code Here


        }
    }

    public void setMonitorOutputDevice(String s){
        if (OutputDevice.isMonitorAllowed()){
            this.monitorOutputDevice = new OutputDevice(s, OutputDevice.USAGE_MONITOR);
        }
    }
View Full Code Here

TOP

Related Classes of datasoul.render.OutputDevice

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.