Package visad.util

Examples of visad.util.ColorMapWidget


    // color map widget.
    final ScalarMap clrMap = findMapByType(Display.RGB);
    if (clrMap != null) {
      try {
        final ColorMapWidget mapWidget = new ColorMapWidget(clrMap);
        mapWidget.setBorder(BorderFactory
            .createTitledBorder("Color Map"));
        add(mapWidget);
      } catch (VisADException e) {
        LOG.log(Level.WARNING, "Failed to create color map widget", e);
      } catch (RemoteException e) {
View Full Code Here

TOP

Related Classes of visad.util.ColorMapWidget

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.