Interface Layer

All Superinterfaces:
Serializable
All Known Implementing Classes:
LayerImpl

public interface Layer extends Serializable
  • Method Details

    • getName

      String getName()
      Returns:
      the name
    • setName

      void setName(String name)
      Parameters:
      name - the name to set
    • getUid

      int getUid()
      Returns:
      the uid
    • setUid

      void setUid(int uid)
      Parameters:
      uid - the uid to set
    • getVisible

      int getVisible()
      Returns:
      the visible
    • setVisible

      void setVisible(int visible)
      Parameters:
      visible - the visible to set
    • getUilayer

      int getUilayer()
      Returns:
      the uilayer
    • setUilayer

      void setUilayer(int uilayer)
      Parameters:
      uilayer - the uilayer to set
    • getPrintable

      int getPrintable()
      Returns:
      the printable
    • setPrintable

      void setPrintable(int printable)
      Parameters:
      printable - the printable to set
    • getLocked

      int getLocked()
      Returns:
      the locked
    • setLocked

      void setLocked(int locked)
      Parameters:
      locked - the locked to set
    • getSelected

      int getSelected()
      Returns:
      the selected
    • setSelected

      void setSelected(int selected)
      Parameters:
      selected - the selected to set
    • getColoruid

      int getColoruid()
      Returns:
      the coloruid
    • setColoruid

      void setColoruid(int coloruid)
      Parameters:
      coloruid - the coloruid to set
    • getColorindex

      int getColorindex()
      Returns:
      the colorindex
    • setColorindex

      void setColorindex(int colorindex)
      Parameters:
      colorindex - the colorindex to set
    • getColorRGB

      String getColorRGB()
      Returns:
      the layers UI color as RGB string
    • setColorRGB

      void setColorRGB(String colorRGB)
      Parameters:
      colorRGB - the layers UI color as RGB string
    • getZIndex

      int getZIndex()
      Returns:
      the z index of the layer
    • setZIndex

      void setZIndex(int zIndex)
      Parameters:
      zIndex - the z index of the layer