Class LayerTransferable.Data

    • Constructor Summary

      Constructors 
      Constructor Description
      Data​(LayerManager manager, java.util.List<Layer> layers)
      Create a new data object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Layer> getLayers()
      Gets the list of layers that were copied.
      LayerManager getManager()
      Gets the layer manager the layers belong to.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Data

        public Data​(LayerManager manager,
                    java.util.List<Layer> layers)
        Create a new data object
        Parameters:
        manager - The layer manager the layers are from.
        layers - The layers.
    • Method Detail

      • getManager

        public LayerManager getManager()
        Gets the layer manager the layers belong to.
        Returns:
        The layer manager. It may be null
      • getLayers

        public java.util.List<LayergetLayers()
        Gets the list of layers that were copied.
        Returns:
        The layers.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object