Packages

 

com.aspose.imaging.fileformats.cmx.objectmodel

Class CmxLayer

    • Field Detail

      • MASTER_DESKTOP_LAYER_NAME

        public static final String MASTER_DESKTOP_LAYER_NAME

        The master desktop layer name

        See Also:
        Constant Field Values
    • Constructor Detail

      • CmxLayer

        public CmxLayer()
    • Method Detail

      • getFlags

        public final long getFlags()

        Gets the flags.

        Returns:
        the flags.
      • setFlags

        public final void setFlags(long value)

        Sets the flags.

        Parameters:
        value - the flags.
      • getName

        public final String getName()

        Gets the name of the layer.

        Returns:
        the name of the layer.
      • setName

        public final void setName(String value)

        Sets the name of the layer.

        Parameters:
        value - the name of the layer.
      • getNumber

        public final int getNumber()

        Gets the layer order number.

        Returns:
        the layer order number.
      • setNumber

        public final void setNumber(int value)

        Sets the layer order number.

        Parameters:
        value - the layer order number.
      • isVisible

        public final boolean isVisible()

        Gets a value indicating whether this layer is visible.

      • setVisible

        public final void setVisible(boolean value)

        Sets a value indicating whether this layer is visible.

        Parameters:
        value - a value indicating whether this layer is visible.