Class CadResponse


  • public class CadResponse
    extends Object
    Represents information about a drawing.
    • Constructor Detail

      • CadResponse

        public CadResponse()
    • Method Detail

      • getHeight

        public Integer getHeight()
        Gets or sets the height of a drawing.
        Returns:
        height
      • setHeight

        public void setHeight​(Integer height)
      • getWidth

        public Integer getWidth()
        Gets or sets the width of a drawing.
        Returns:
        width
      • setWidth

        public void setWidth​(Integer width)
      • getDwgProperties

        public DwgProperties getDwgProperties()
        Gets or sets the DWG properties.
        Returns:
        dwgProperties
      • setDwgProperties

        public void setDwgProperties​(DwgProperties dwgProperties)
      • getDxfProperties

        public DxfProperties getDxfProperties()
        Gets or sets the DXF properties.
        Returns:
        dxfProperties
      • setDxfProperties

        public void setDxfProperties​(DxfProperties dxfProperties)
      • getDwtProperties

        public DwgProperties getDwtProperties()
        Gets or sets the DWT properties.
        Returns:
        dwtProperties
      • setDwtProperties

        public void setDwtProperties​(DwgProperties dwtProperties)
      • getDgnProperties

        public DgnProperties getDgnProperties()
        Gets or sets the DGN properties.
        Returns:
        dgnProperties
      • setDgnProperties

        public void setDgnProperties​(DgnProperties dgnProperties)
      • getIfcProperties

        public IfcProperties getIfcProperties()
        Gets or sets the IFC properties.
        Returns:
        ifcProperties
      • setIfcProperties

        public void setIfcProperties​(IfcProperties ifcProperties)
      • getIgsProperties

        public IgsProperties getIgsProperties()
        Gets or sets the IGS properties.
        Returns:
        igsProperties
      • setIgsProperties

        public void setIgsProperties​(IgsProperties igsProperties)
      • getStlProperties

        public StlProperties getStlProperties()
        Gets or sets the STL properties.
        Returns:
        stlProperties
      • setStlProperties

        public void setStlProperties​(StlProperties stlProperties)
      • getDwfProperties

        public DwfProperties getDwfProperties()
        Gets or sets the DWF properties.
        Returns:
        dwfProperties
      • setDwfProperties

        public void setDwfProperties​(DwfProperties dwfProperties)
      • getCff2Properties

        public Cff2Properties getCff2Properties()
        Gets or sets the CFF2 properties.
        Returns:
        cff2Properties
      • setCff2Properties

        public void setCff2Properties​(Cff2Properties cff2Properties)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object