Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadGroup



  • public class CadGroup
    extends CadBaseObject

    Class describing CadGroup object.

    • Constructor Detail

      • CadGroup

        public CadGroup()

        Initializes a new instance of the CadGroup class.

    • Method Detail

      • getDescription

        public final String getDescription()

        Gets or sets the description.

        Returns:
        The description.
      • setDescription

        public final void setDescription(String value)

        Gets or sets the description.

        Parameters:
        value - The description.
      • getUnnamedFlag

        public final short getUnnamedFlag()

        Gets or sets the unnamed flag.

        Returns:
        The unnamed flag.
      • setUnnamedFlag

        public final void setUnnamedFlag(short value)

        Gets or sets the unnamed flag.

        Parameters:
        value - The unnamed flag.
      • getSelectabilityFlag

        public final short getSelectabilityFlag()

        Gets or sets the selectability flag.

        Returns:
        The selectability flag.
      • setSelectabilityFlag

        public final void setSelectabilityFlag(short value)

        Gets or sets the selectability flag.

        Parameters:
        value - The selectability flag.
      • getHardPointerHandles

        public final List<String> getHardPointerHandles()

        Gets or sets the hard pointer handles.

        Returns:
        The hard pointer handles.
      • setHardPointerHandles

        public final void setHardPointerHandles(List<String> value)

        Gets or sets the hard pointer handles.

        Parameters:
        value - The hard pointer handles.