Package org.esa.snap.rcp.session
Class Session.ViewRef
- java.lang.Object
-
- org.esa.snap.rcp.session.Session.ViewRef
-
-
Constructor Summary
Constructors Constructor Description ViewRef()
No-arg constructor required by XStream.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLayerCount()
Session.LayerRef
getLayerRef(int index)
-
-
-
Constructor Detail
-
ViewRef
public ViewRef()
No-arg constructor required by XStream.
-
ViewRef
public 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)
-
-