com.partnersoft.v3x.apps.MapBrowser
Class MapViewSpaceLayer

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.MapViewSpaceLayer
All Implemented Interfaces:
java.io.Serializable

public class MapViewSpaceLayer
extends java.lang.Object
implements java.io.Serializable

A named layer in map view space, containing an ordered list of sources with approximately the same volatility.

See Also:
Serialized Form

Constructor Summary
MapViewSpaceLayer()
           
MapViewSpaceLayer(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 java.util.ArrayList getSources()
           
 boolean isBottomMost()
           
 boolean isBuffered()
           
 boolean isClickMapped()
           
 void setBottomMost(boolean tizit)
           
 void setBuffered(boolean tizit)
           
 void setClickMapped(boolean tizit)
           
 void setName(java.lang.String newName)
           
 void setSources(java.util.ArrayList newSources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapViewSpaceLayer

public MapViewSpaceLayer()

MapViewSpaceLayer

public MapViewSpaceLayer(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String newName)

getSources

public java.util.ArrayList getSources()

setSources

public void setSources(java.util.ArrayList newSources)

isBuffered

public boolean isBuffered()

setBuffered

public void setBuffered(boolean tizit)

isBottomMost

public boolean isBottomMost()

setBottomMost

public void setBottomMost(boolean tizit)

isClickMapped

public boolean isClickMapped()

setClickMapped

public void setClickMapped(boolean tizit)