public class CadLayout extends CadPlotSettings
The Cad layout object.
Constructor and Description |
---|
CadLayout()
Initializes a new instance of the
CadLayout class. |
Modifier and Type | Method and Description |
---|---|
String |
getBlockTableRecordHandle()
Gets or sets the handle block table record.
|
short |
getControlFlag()
Gets or sets the control flag.
|
double |
getElevation()
Gets or sets the elevation.
|
Cad3DPoint |
getInsertionBasePoint()
Gets or sets the insertion base point.
|
String |
getLastActiveViewportHandle()
Gets or sets the handle last active viewport.
|
String |
getLayoutName()
Gets or sets the name of the layout.
|
Cad3DPoint |
getMaxExtents()
Gets or sets the maximum extents.
|
Cad2DPoint |
getMaxLimits()
Gets or sets the maximum limits.
|
Cad3DPoint |
getMinExtents()
Gets or sets the minimum extents.
|
Cad2DPoint |
getMinLimits()
Gets or sets the minimum limits.
|
String |
getShadePlotId()
Gets or sets the shade plot identifier.
|
short |
getTabOrder()
Gets or sets the tab order.
|
Cad3DPoint |
getUcsOrigin()
Gets or sets the UCS origin.
|
short |
getUcsOrthographicType()
Gets or sets the type of the UCS orthographic.
|
String |
getUcsTableRecordHandleWhenOrthographicUcs()
Gets or sets the handle ac database UCS table record UCS.
|
String |
getUcsTableRecordHandleWhenUcsNamed()
Gets or sets the handle ac database UCS table record UCS named.
|
Cad3DPoint |
getUcsXAxis()
Gets or sets the UCS x axis.
|
Cad3DPoint |
getUcsYAxis()
Gets or sets the UCS y axis.
|
void |
setBlockTableRecordHandle(String value)
Gets or sets the handle block table record.
|
void |
setControlFlag(short value)
Gets or sets the control flag.
|
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setInsertionBasePoint(Cad3DPoint value)
Gets or sets the insertion base point.
|
void |
setLastActiveViewportHandle(String value)
Gets or sets the handle last active viewport.
|
void |
setLayoutName(String value)
Gets or sets the name of the layout.
|
void |
setMaxExtents(Cad3DPoint value)
Gets or sets the maximum extents.
|
void |
setMaxLimits(Cad2DPoint value)
Gets or sets the maximum limits.
|
void |
setMinExtents(Cad3DPoint value)
Gets or sets the minimum extents.
|
void |
setMinLimits(Cad2DPoint value)
Gets or sets the minimum limits.
|
void |
setShadePlotId(String value)
Gets or sets the shade plot identifier.
|
void |
setTabOrder(short value)
Gets or sets the tab order.
|
void |
setUcsOrigin(Cad3DPoint value)
Gets or sets the UCS origin.
|
void |
setUcsOrthographicType(short value)
Gets or sets the type of the UCS orthographic.
|
void |
setUcsTableRecordHandleWhenOrthographicUcs(String value)
Gets or sets the handle ac database UCS table record UCS.
|
void |
setUcsTableRecordHandleWhenUcsNamed(String value)
Gets or sets the handle ac database UCS table record UCS named.
|
void |
setUcsXAxis(Cad3DPoint value)
Gets or sets the UCS x axis.
|
void |
setUcsYAxis(Cad3DPoint value)
Gets or sets the UCS y axis.
|
getBottomSize, getCurrentStyleSheet, getCustomPrintScaleDenominator, getCustomPrintScaleNumerator, getLeftSideSize, getPageSetupName, getPaperImageOrigin, getPaperSize, getPlotLayoutFlag, getPlotOrigin, getPlotPaperSize, getPlotPaperUnits, getPlotRotation, getPlotType, getPlotViewName, getPlotWindowArea1, getPlotWindowArea2, getPrinterOrConfigurationFileName, getRightSideSize, getShadePlotCustomDpi, getShadePlotHandle, getShadePlotMode, getShadePlotResolutionLevel, getStandardScaleType, getStandardScaleTypeFactor, getTopSize, setBottomSize, setCurrentStyleSheet, setCustomPrintScaleDenominator, setCustomPrintScaleNumerator, setLeftSideSize, setPageSetupName, setPaperImageOrigin, setPaperSize, setPlotLayoutFlag, setPlotOrigin, setPlotPaperSize, setPlotPaperUnits, setPlotRotation, setPlotType, setPlotViewName, setPlotWindowArea1, setPlotWindowArea2, setPrinterOrConfigurationFileName, setRightSideSize, setShadePlotCustomDpi, setShadePlotHandle, setShadePlotMode, setShadePlotResolutionLevel, setStandardScaleType, setStandardScaleTypeFactor, setTopSize
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadLayout()
Initializes a new instance of the CadLayout
class.
public final String getLayoutName()
Gets or sets the name of the layout.
public final void setLayoutName(String value)
Gets or sets the name of the layout.
value
- The name of the layout.public final short getControlFlag()
Gets or sets the control flag.
public final void setControlFlag(short value)
Gets or sets the control flag.
value
- The control flag.public final short getTabOrder()
Gets or sets the tab order.
public final void setTabOrder(short value)
Gets or sets the tab order.
value
- The tab order.public final Cad2DPoint getMinLimits()
Gets or sets the minimum limits.
public final void setMinLimits(Cad2DPoint value)
Gets or sets the minimum limits.
value
- The minimum limits.public final Cad2DPoint getMaxLimits()
Gets or sets the maximum limits.
public final void setMaxLimits(Cad2DPoint value)
Gets or sets the maximum limits.
value
- The maximum limits.public final Cad3DPoint getInsertionBasePoint()
Gets or sets the insertion base point.
public final void setInsertionBasePoint(Cad3DPoint value)
Gets or sets the insertion base point.
value
- The insertion base point.public final Cad3DPoint getMinExtents()
Gets or sets the minimum extents.
public final void setMinExtents(Cad3DPoint value)
Gets or sets the minimum extents.
value
- The minimum extents.public final Cad3DPoint getMaxExtents()
Gets or sets the maximum extents.
public final void setMaxExtents(Cad3DPoint value)
Gets or sets the maximum extents.
value
- The maximum extents.public final double getElevation()
Gets or sets the elevation.
public final void setElevation(double value)
Gets or sets the elevation.
value
- The elevation.public final Cad3DPoint getUcsOrigin()
Gets or sets the UCS origin.
public final void setUcsOrigin(Cad3DPoint value)
Gets or sets the UCS origin.
value
- The UCS origin.public final Cad3DPoint getUcsXAxis()
Gets or sets the UCS x axis.
public final void setUcsXAxis(Cad3DPoint value)
Gets or sets the UCS x axis.
value
- The UCS x axis.public final Cad3DPoint getUcsYAxis()
Gets or sets the UCS y axis.
public final void setUcsYAxis(Cad3DPoint value)
Gets or sets the UCS y axis.
value
- The UCS y axis.public final short getUcsOrthographicType()
Gets or sets the type of the UCS orthographic.
public final void setUcsOrthographicType(short value)
Gets or sets the type of the UCS orthographic.
value
- The type of the UCS orthographic.public final String getBlockTableRecordHandle()
Gets or sets the handle block table record.
public final void setBlockTableRecordHandle(String value)
Gets or sets the handle block table record.
value
- The handle block table record.public final String getLastActiveViewportHandle()
Gets or sets the handle last active viewport.
public final void setLastActiveViewportHandle(String value)
Gets or sets the handle last active viewport.
value
- The handle last active viewport.public final String getUcsTableRecordHandleWhenUcsNamed()
Gets or sets the handle ac database UCS table record UCS named.
public final void setUcsTableRecordHandleWhenUcsNamed(String value)
Gets or sets the handle ac database UCS table record UCS named.
value
- The handle ac database UCS table record UCS named.public final String getUcsTableRecordHandleWhenOrthographicUcs()
Gets or sets the handle ac database UCS table record UCS.
public final void setUcsTableRecordHandleWhenOrthographicUcs(String value)
Gets or sets the handle ac database UCS table record UCS.
value
- The handle ac database UCS table record orthographic UCS.public final String getShadePlotId()
Gets or sets the shade plot identifier.
public final void setShadePlotId(String value)
Gets or sets the shade plot identifier.
value
- The shade plot identifier.