Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadBaseEntity

    • Constructor Detail

      • CadBaseEntity

        public CadBaseEntity()

        Initializes a new instance of the CadBaseEntity class.

    • Method Detail

      • getAttribute348

        public CadStringParameter getAttribute348()

        Gets or sets the attribute 348.

        Returns:
        The attribute 348.
      • setAttribute348

        public void setAttribute348(CadStringParameter value)

        Gets or sets the attribute 348.

        Parameters:
        value - The attribute 348.
      • getAttribute160

        public CadIntParameter getAttribute160()

        Gets or sets the attribute160.

        Returns:
        The attribute160.
      • setAttribute160

        public void setAttribute160(CadIntParameter value)

        Gets or sets the attribute160.

        Parameters:
        value - The attribute160.
      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Returns:
        The name of the type.
      • getChildObjects

        public List<CadBaseEntity> getChildObjects()

        Gets or sets the child objects.

      • setChildObjects

        public void setChildObjects(List<CadBaseEntity> value)

        Gets or sets the child objects.

      • getColorId

        public int getColorId()

        Gets or sets the color id.

        Returns:
        The color id.
      • setColorId

        public void setColorId(int value)

        Gets or sets the color id.

        Parameters:
        value - The color id.
      • isColorIdSet

        public final boolean isColorIdSet()

        Gets a value indicating whether this instance is color identifier set.

        Returns:
        true if this instance is color identifier set; otherwise, false.
      • getLayoutTabName

        public String getLayoutTabName()

        Gets or sets the name of the layout tab.

        Returns:
        The name of the layout tab.
      • setLayoutTabName

        public void setLayoutTabName(String value)

        Gets or sets the name of the layout tab.

        Parameters:
        value - The name of the layout tab.
      • getColorName

        public String getColorName()

        Gets or sets the name of the color.

        Returns:
        The name of the color.
      • setColorName

        public void setColorName(String value)

        Gets or sets the name of the color.

        Parameters:
        value - The name of the color.
      • getColorValue

        public int getColorValue()

        Gets or sets the color value.

        Returns:
        The color value.
      • setColorValue

        public void setColorValue(int value)

        Gets or sets the color value.

        Parameters:
        value - The color value.
      • getLayerName

        public String getLayerName()

        Gets or sets the name of the layer.

        Returns:
        The name of the layer.
      • setLayerName

        public void setLayerName(String value)

        Gets or sets the name of the layer.

        Parameters:
        value - The name of the layer.
      • getLineScale

        public double getLineScale()

        Gets or sets the line scale.

        Returns:
        The line scale.
      • setLineScale

        public void setLineScale(double value)

        Gets or sets the line scale.

        Parameters:
        value - The line scale.
      • getLineTypeName

        public String getLineTypeName()

        Gets or sets the name of the line type.

        Returns:
        The name of the line type.
      • setLineTypeName

        public void setLineTypeName(String value)

        Gets or sets the name of the line type.

        Parameters:
        value - The name of the line type.
      • getLineWeight

        public short getLineWeight()

        Gets or sets the line weight.

        Returns:
        The line weight.
      • setLineWeight

        public void setLineWeight(short value)

        Gets or sets the line weight.

        Parameters:
        value - The line weight.
      • getMaterial

        public String getMaterial()

        Gets or sets the material.

        Returns:
        The material.
      • setMaterial

        public void setMaterial(String value)

        Gets or sets the material.

        Parameters:
        value - The material.
      • getPlotStyle

        public String getPlotStyle()

        Gets or sets the plot style.

        Returns:
        The plot style.
      • setPlotStyle

        public void setPlotStyle(String value)

        Gets or sets the plot style.

        Parameters:
        value - The plot style.
      • getProxyBytesCount

        public int getProxyBytesCount()

        Gets or sets the proxy bytes count.

        Returns:
        The proxy bytes count.
      • setProxyBytesCount

        public void setProxyBytesCount(int value)

        Gets or sets the proxy bytes count.

        Parameters:
        value - The proxy bytes count.
      • getProxyData

        public byte[] getProxyData()

        Gets or sets the proxy data.

        Returns:
        The proxy data.
      • setProxyData

        public void setProxyData(byte[] value)

        Gets or sets the proxy data.

        Parameters:
        value - The proxy data.
      • getShadowMode

        public short getShadowMode()

        Gets or sets the shadow mode.

        Returns:
        The shadow mode.
      • setShadowMode

        public void setShadowMode(short value)

        Gets or sets the shadow mode.

        Parameters:
        value - The shadow mode.
      • getSpaceMode

        public int getSpaceMode()

        Gets or sets the space mode.

        Returns:
        The space mode.
        Throws:
        CadException - Space mode is not valid
      • setSpaceMode

        public void setSpaceMode(int value)

        Gets or sets the space mode.

        Parameters:
        value - The space mode.
        Throws:
        CadException - Space mode is not valid
      • getTransparency

        public int getTransparency()

        Gets or sets the transparency.

        Returns:
        The transparency.
      • setTransparency

        public void setTransparency(int value)

        Gets or sets the transparency.

        Parameters:
        value - The transparency.
      • getVisible

        public short getVisible()

        Gets or sets a value indicating whether this CadBaseEntity is visible.

        Returns:
        true if visible; otherwise, false.
      • setVisible

        public void setVisible(short value)

        Gets or sets a value indicating whether this CadBaseEntity is visible.

        Parameters:
        value - true if visible; otherwise, false.
      • getHyperlink

        public final String getHyperlink()

        Gets or sets the hyperlink.

        Returns:
        The hyperlink.
      • setHyperlink

        public final void setHyperlink(String value)

        Gets or sets the hyperlink.

        Parameters:
        value - The hyperlink.