Package com.bbn.openmap.layer.rpf.corba.CRpfFrameProvider

Examples of com.bbn.openmap.layer.rpf.corba.CRpfFrameProvider.CRFPViewAttributes


        if (serv == null || rva == null) {
            return;
        }

        try {
            serv.setViewAttributes(new CRFPViewAttributes((short) rva.numberOfColors, (short) rva.opaqueness, rva.scaleImages, rva.imageScaleFactor, rva.chartSeries),
                    clientID);
            Debug.message("crfp", "CRFPClient: setting attributes.");
        } catch (org.omg.CORBA.SystemException e) {
            handleCORBAError(e);
        }
View Full Code Here

TOP

Related Classes of com.bbn.openmap.layer.rpf.corba.CRpfFrameProvider.CRFPViewAttributes

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.