Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadLayout

    • Constructor Detail

      • CadLayout

        public CadLayout()

        Initializes a new instance of the CadLayout class.

    • Method Detail

      • getLayoutName

        public final String getLayoutName()

        Gets or sets the name of the layout.

        Returns:
        The name of the layout.
      • setLayoutName

        public final void setLayoutName(String value)

        Gets or sets the name of the layout.

        Parameters:
        value - The name of the layout.
      • getControlFlag

        public final short getControlFlag()

        Gets or sets the control flag.

        Returns:
        The control flag.
      • setControlFlag

        public final void setControlFlag(short value)

        Gets or sets the control flag.

        Parameters:
        value - The control flag.
      • getTabOrder

        public final short getTabOrder()

        Gets or sets the tab order.

        Returns:
        The tab order.
      • setTabOrder

        public final void setTabOrder(short value)

        Gets or sets the tab order.

        Parameters:
        value - The tab order.
      • getMinLimits

        public final Cad2DPoint getMinLimits()

        Gets or sets the minimum limits.

        Returns:
        The minimum limits.
      • setMinLimits

        public final void setMinLimits(Cad2DPoint value)

        Gets or sets the minimum limits.

        Parameters:
        value - The minimum limits.
      • getMaxLimits

        public final Cad2DPoint getMaxLimits()

        Gets or sets the maximum limits.

        Returns:
        The maximum limits.
      • setMaxLimits

        public final void setMaxLimits(Cad2DPoint value)

        Gets or sets the maximum limits.

        Parameters:
        value - The maximum limits.
      • getInsertionBasePoint

        public final Cad3DPoint getInsertionBasePoint()

        Gets or sets the insertion base point.

        Returns:
        The insertion base point.
      • setInsertionBasePoint

        public final void setInsertionBasePoint(Cad3DPoint value)

        Gets or sets the insertion base point.

        Parameters:
        value - The insertion base point.
      • getMinExtents

        public final Cad3DPoint getMinExtents()

        Gets or sets the minimum extents.

        Returns:
        The minimum extents.
      • setMinExtents

        public final void setMinExtents(Cad3DPoint value)

        Gets or sets the minimum extents.

        Parameters:
        value - The minimum extents.
      • getMaxExtents

        public final Cad3DPoint getMaxExtents()

        Gets or sets the maximum extents.

        Returns:
        The maximum extents.
      • setMaxExtents

        public final void setMaxExtents(Cad3DPoint value)

        Gets or sets the maximum extents.

        Parameters:
        value - The maximum extents.
      • getElevation

        public final double getElevation()

        Gets or sets the elevation.

        Returns:
        The elevation.
      • setElevation

        public final void setElevation(double value)

        Gets or sets the elevation.

        Parameters:
        value - The elevation.
      • getUcsOrigin

        public final Cad3DPoint getUcsOrigin()

        Gets or sets the UCS origin.

        Returns:
        The UCS origin.
      • setUcsOrigin

        public final void setUcsOrigin(Cad3DPoint value)

        Gets or sets the UCS origin.

        Parameters:
        value - The UCS origin.
      • getUcsXAxis

        public final Cad3DPoint getUcsXAxis()

        Gets or sets the UCS x axis.

        Returns:
        The UCS x axis.
      • setUcsXAxis

        public final void setUcsXAxis(Cad3DPoint value)

        Gets or sets the UCS x axis.

        Parameters:
        value - The UCS x axis.
      • getUcsYAxis

        public final Cad3DPoint getUcsYAxis()

        Gets or sets the UCS y axis.

        Returns:
        The UCS y axis.
      • setUcsYAxis

        public final void setUcsYAxis(Cad3DPoint value)

        Gets or sets the UCS y axis.

        Parameters:
        value - The UCS y axis.
      • getUcsOrthographicType

        public final short getUcsOrthographicType()

        Gets or sets the type of the UCS orthographic.

        Returns:
        The type of the UCS orthographic.
      • setUcsOrthographicType

        public final void setUcsOrthographicType(short value)

        Gets or sets the type of the UCS orthographic.

        Parameters:
        value - The type of the UCS orthographic.
      • getBlockTableRecordHandle

        public final String getBlockTableRecordHandle()

        Gets or sets the handle block table record.

        Returns:
        The handle block table record.
      • setBlockTableRecordHandle

        public final void setBlockTableRecordHandle(String value)

        Gets or sets the handle block table record.

        Parameters:
        value - The handle block table record.
      • getLastActiveViewportHandle

        public final String getLastActiveViewportHandle()

        Gets or sets the handle last active viewport.

        Returns:
        The handle last active viewport.
      • setLastActiveViewportHandle

        public final void setLastActiveViewportHandle(String value)

        Gets or sets the handle last active viewport.

        Parameters:
        value - The handle last active viewport.
      • getUcsTableRecordHandleWhenUcsNamed

        public final String getUcsTableRecordHandleWhenUcsNamed()

        Gets or sets the handle ac database UCS table record UCS named.

        Returns:
        The handle ac database UCS table record UCS named.
      • setUcsTableRecordHandleWhenUcsNamed

        public final void setUcsTableRecordHandleWhenUcsNamed(String value)

        Gets or sets the handle ac database UCS table record UCS named.

        Parameters:
        value - The handle ac database UCS table record UCS named.
      • getUcsTableRecordHandleWhenOrthographicUcs

        public final String getUcsTableRecordHandleWhenOrthographicUcs()

        Gets or sets the handle ac database UCS table record UCS.

        Returns:
        The handle ac database UCS table record orthographic UCS.
      • setUcsTableRecordHandleWhenOrthographicUcs

        public final void setUcsTableRecordHandleWhenOrthographicUcs(String value)

        Gets or sets the handle ac database UCS table record UCS.

        Parameters:
        value - The handle ac database UCS table record orthographic UCS.
      • getShadePlotId

        public final String getShadePlotId()

        Gets or sets the shade plot identifier.

        Returns:
        The shade plot identifier.
      • setShadePlotId

        public final void setShadePlotId(String value)

        Gets or sets the shade plot identifier.

        Parameters:
        value - The shade plot identifier.