CadLayout

Inheritance: java.lang.Object, CadPlotSettings

The Cad layout object.

Constructors

ConstructorDescription
CadLayout()Initializes a new instance of the CadLayout class.

Methods

MethodDescription
getLayoutName()Gets or sets the name of the layout.
setLayoutName(String value)Gets or sets the name of the layout.
getControlFlag()Gets or sets the control flag.
setControlFlag(short value)Gets or sets the control flag.
getTabOrder()Gets or sets the tab order.
setTabOrder(short value)Gets or sets the tab order.
getMinLimits()Gets or sets the minimum limits.
setMinLimits(Cad2DPoint value)Gets or sets the minimum limits.
getMaxLimits()Gets or sets the maximum limits.
setMaxLimits(Cad2DPoint value)Gets or sets the maximum limits.
getInsertionBasePoint()Gets or sets the insertion base point.
setInsertionBasePoint(Cad3DPoint value)Gets or sets the insertion base point.
getMinExtents()Gets or sets the minimum extents.
setMinExtents(Cad3DPoint value)Gets or sets the minimum extents.
getMaxExtents()Gets or sets the maximum extents.
setMaxExtents(Cad3DPoint value)Gets or sets the maximum extents.
getElevation()Gets or sets the elevation.
setElevation(double value)Gets or sets the elevation.
getUcsOrigin()Gets or sets the UCS origin.
setUcsOrigin(Cad3DPoint value)Gets or sets the UCS origin.
getUcsXAxis()Gets or sets the UCS x axis.
setUcsXAxis(Cad3DPoint value)Gets or sets the UCS x axis.
getUcsYAxis()Gets or sets the UCS y axis.
setUcsYAxis(Cad3DPoint value)Gets or sets the UCS y axis.
getUcsOrthographicType()Gets or sets the type of the UCS orthographic.
setUcsOrthographicType(short value)Gets or sets the type of the UCS orthographic.
getBlockTableRecordHandle()Gets or sets the handle block table record.
setBlockTableRecordHandle(String value)Gets or sets the handle block table record.
getLastActiveViewportHandle()Gets or sets the handle last active viewport.
setLastActiveViewportHandle(String value)Gets or sets the handle last active viewport.
getUcsTableRecordHandleWhenUcsNamed()Gets or sets the handle ac database UCS table record UCS named.
setUcsTableRecordHandleWhenUcsNamed(String value)Gets or sets the handle ac database UCS table record UCS named.
getUcsTableRecordHandleWhenOrthographicUcs()Gets or sets the handle ac database UCS table record UCS.
setUcsTableRecordHandleWhenOrthographicUcs(String value)Gets or sets the handle ac database UCS table record UCS.
getShadePlotId()Gets or sets the shade plot identifier.
setShadePlotId(String value)Gets or sets the shade plot identifier.

CadLayout()

public CadLayout()

Initializes a new instance of the CadLayout class.

getLayoutName()

public final String getLayoutName()

Gets or sets the name of the layout.

Returns: String - The name of the layout.

setLayoutName(String value)

public final void setLayoutName(String value)

Gets or sets the name of the layout.

Parameters:

ParameterTypeDescription
valueStringThe name of the layout.

getControlFlag()

public final short getControlFlag()

Gets or sets the control flag.

Returns: short - The control flag.

setControlFlag(short value)

public final void setControlFlag(short value)

Gets or sets the control flag.

Parameters:

ParameterTypeDescription
valueshortThe control flag.

getTabOrder()

public final short getTabOrder()

Gets or sets the tab order.

Returns: short - The tab order.

setTabOrder(short value)

public final void setTabOrder(short value)

Gets or sets the tab order.

Parameters:

ParameterTypeDescription
valueshortThe tab order.

getMinLimits()

public final Cad2DPoint getMinLimits()

Gets or sets the minimum limits.

Returns: Cad2DPoint - The minimum limits.

setMinLimits(Cad2DPoint value)

public final void setMinLimits(Cad2DPoint value)

Gets or sets the minimum limits.

Parameters:

ParameterTypeDescription
valueCad2DPointThe minimum limits.

getMaxLimits()

public final Cad2DPoint getMaxLimits()

Gets or sets the maximum limits.

Returns: Cad2DPoint - The maximum limits.

setMaxLimits(Cad2DPoint value)

public final void setMaxLimits(Cad2DPoint value)

Gets or sets the maximum limits.

Parameters:

ParameterTypeDescription
valueCad2DPointThe maximum limits.

getInsertionBasePoint()

public final Cad3DPoint getInsertionBasePoint()

Gets or sets the insertion base point.

Returns: Cad3DPoint - The insertion base point.

setInsertionBasePoint(Cad3DPoint value)

public final void setInsertionBasePoint(Cad3DPoint value)

Gets or sets the insertion base point.

Parameters:

ParameterTypeDescription
valueCad3DPointThe insertion base point.

getMinExtents()

public final Cad3DPoint getMinExtents()

Gets or sets the minimum extents.

Returns: Cad3DPoint - The minimum extents.

setMinExtents(Cad3DPoint value)

public final void setMinExtents(Cad3DPoint value)

Gets or sets the minimum extents.

Parameters:

ParameterTypeDescription
valueCad3DPointThe minimum extents.

getMaxExtents()

public final Cad3DPoint getMaxExtents()

Gets or sets the maximum extents.

Returns: Cad3DPoint - The maximum extents.

setMaxExtents(Cad3DPoint value)

public final void setMaxExtents(Cad3DPoint value)

Gets or sets the maximum extents.

Parameters:

ParameterTypeDescription
valueCad3DPointThe maximum extents.

getElevation()

public final double getElevation()

Gets or sets the elevation.

Returns: double - The elevation.

setElevation(double value)

public final void setElevation(double value)

Gets or sets the elevation.

Parameters:

ParameterTypeDescription
valuedoubleThe elevation.

getUcsOrigin()

public final Cad3DPoint getUcsOrigin()

Gets or sets the UCS origin.

Returns: Cad3DPoint - The UCS origin.

setUcsOrigin(Cad3DPoint value)

public final void setUcsOrigin(Cad3DPoint value)

Gets or sets the UCS origin.

Parameters:

ParameterTypeDescription
valueCad3DPointThe UCS origin.

getUcsXAxis()

public final Cad3DPoint getUcsXAxis()

Gets or sets the UCS x axis.

Returns: Cad3DPoint - The UCS x axis.

setUcsXAxis(Cad3DPoint value)

public final void setUcsXAxis(Cad3DPoint value)

Gets or sets the UCS x axis.

Parameters:

ParameterTypeDescription
valueCad3DPointThe UCS x axis.

getUcsYAxis()

public final Cad3DPoint getUcsYAxis()

Gets or sets the UCS y axis.

Returns: Cad3DPoint - The UCS y axis.

setUcsYAxis(Cad3DPoint value)

public final void setUcsYAxis(Cad3DPoint value)

Gets or sets the UCS y axis.

Parameters:

ParameterTypeDescription
valueCad3DPointThe UCS y axis.

getUcsOrthographicType()

public final short getUcsOrthographicType()

Gets or sets the type of the UCS orthographic.

Returns: short - The type of the UCS orthographic.

setUcsOrthographicType(short value)

public final void setUcsOrthographicType(short value)

Gets or sets the type of the UCS orthographic.

Parameters:

ParameterTypeDescription
valueshortThe type of the UCS orthographic.

getBlockTableRecordHandle()

public final String getBlockTableRecordHandle()

Gets or sets the handle block table record.

Returns: String - The handle block table record.

setBlockTableRecordHandle(String value)

public final void setBlockTableRecordHandle(String value)

Gets or sets the handle block table record.

Parameters:

ParameterTypeDescription
valueStringThe handle block table record.

getLastActiveViewportHandle()

public final String getLastActiveViewportHandle()

Gets or sets the handle last active viewport.

Returns: String - The handle last active viewport.

setLastActiveViewportHandle(String value)

public final void setLastActiveViewportHandle(String value)

Gets or sets the handle last active viewport.

Parameters:

ParameterTypeDescription
valueStringThe handle last active viewport.

getUcsTableRecordHandleWhenUcsNamed()

public final String getUcsTableRecordHandleWhenUcsNamed()

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

Returns: String - The handle ac database UCS table record UCS named.

setUcsTableRecordHandleWhenUcsNamed(String value)

public final void setUcsTableRecordHandleWhenUcsNamed(String value)

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

Parameters:

ParameterTypeDescription
valueStringThe 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: String - The handle ac database UCS table record orthographic UCS.

setUcsTableRecordHandleWhenOrthographicUcs(String value)

public final void setUcsTableRecordHandleWhenOrthographicUcs(String value)

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

Parameters:

ParameterTypeDescription
valueStringThe handle ac database UCS table record orthographic UCS.

getShadePlotId()

public final String getShadePlotId()

Gets or sets the shade plot identifier.

Returns: String - The shade plot identifier.

setShadePlotId(String value)

public final void setShadePlotId(String value)

Gets or sets the shade plot identifier.

Parameters:

ParameterTypeDescription
valueStringThe shade plot identifier.