Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadSize



  • public class CadSize
    extends Object

    The Cad size

    • Constructor Detail

      • CadSize

        public CadSize(double width,
                       double height)

        Initializes a new instance of the CadSize class.

        Parameters:
        width - Width of the value.
        height - Height of the value.
    • Method Detail

      • getWidth

        public final double getWidth()

        Gets or sets the Width.

      • setWidth

        public final void setWidth(double value)

        Gets or sets the Width.

      • getHeight

        public final double getHeight()

        Gets or sets the height.

      • setHeight

        public final void setHeight(double value)

        Gets or sets the height.

      • toString

        public String toString()

        Returns a String that represents this instance.

        Overrides:
        toString in class Object
        Returns:
        A String that represents this instance.