org.esa.beam.visat.actions.session
Class Session.ViewRef

java.lang.Object
  extended by org.esa.beam.visat.actions.session.Session.ViewRef
Enclosing class:
Session

public static class Session.ViewRef
extends Object


Constructor Summary
Session.ViewRef()
          No-arg constructor required by XStream.
Session.ViewRef(int id, String type, Rectangle bounds, Session.ViewportDef viewportDef, int productRefNo, String productNodeName, String viewName, String expressionR, String expressionG, String expressionB, Session.LayerRef[] layerRefs)
           
 
Method Summary
 int getLayerCount()
           
 Session.LayerRef getLayerRef(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session.ViewRef

public Session.ViewRef()
No-arg constructor required by XStream.


Session.ViewRef

public Session.ViewRef(int id,
                       String type,
                       Rectangle bounds,
                       Session.ViewportDef viewportDef,
                       int productRefNo,
                       String productNodeName,
                       String viewName,
                       String expressionR,
                       String expressionG,
                       String expressionB,
                       Session.LayerRef[] layerRefs)
Method Detail

getLayerCount

public int getLayerCount()

getLayerRef

public Session.LayerRef getLayerRef(int index)


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.