Class LayersPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LayersPanel extends JPanel implements Serializable
Represents a panel for managing multiple layers in the user interface. The panel allows users to add, remove, and interact with individual layers. It contains a scrollable list of LayerPanel components, each representing a single layer.
See Also:
  • Constructor Details

    • LayersPanel

      public LayersPanel()
      Creates new customizer LayersPanel
  • Method Details

    • setLayersManager

      public void setLayersManager(SurfaceMaskLayers layersManager)
    • setSurfaceMaskPanel

      public void setSurfaceMaskPanel(SurfaceMaskPanel surfaceMaskPanel)
    • setActionListener

      public void setActionListener(ActionListener actionListener)
    • addLayer

      public void addLayer()
      Adds to panel