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, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public String getLayoutName()
Gets or sets the name of the layout.
public void setLayoutName(String value)
Gets or sets the name of the layout.
value
- The name of the layout.public short getControlFlag()
Gets or sets the control flag.
public void setControlFlag(short value)
Gets or sets the control flag.
value
- The control flag.public short getTabOrder()
Gets or sets the tab order.
public void setTabOrder(short value)
Gets or sets the tab order.
value
- The tab order.public Cad2DPoint getMinLimits()
Gets or sets the minimum limits.
public void setMinLimits(Cad2DPoint value)
Gets or sets the minimum limits.
value
- The minimum limits.public Cad2DPoint getMaxLimits()
Gets or sets the maximum limits.
public void setMaxLimits(Cad2DPoint value)
Gets or sets the maximum limits.
value
- The maximum limits.public Cad3DPoint getInsertionBasePoint()
Gets or sets the insertion base point.
public void setInsertionBasePoint(Cad3DPoint value)
Gets or sets the insertion base point.
value
- The insertion base point.public Cad3DPoint getMinExtents()
Gets or sets the minimum extents.
public void setMinExtents(Cad3DPoint value)
Gets or sets the minimum extents.
value
- The minimum extents.public Cad3DPoint getMaxExtents()
Gets or sets the maximum extents.
public void setMaxExtents(Cad3DPoint value)
Gets or sets the maximum extents.
value
- The maximum extents.public double getElevation()
Gets or sets the elevation.
public void setElevation(double value)
Gets or sets the elevation.
value
- The elevation.public Cad3DPoint getUcsOrigin()
Gets or sets the UCS origin.
public void setUcsOrigin(Cad3DPoint value)
Gets or sets the UCS origin.
value
- The UCS origin.public Cad3DPoint getUcsXAxis()
Gets or sets the UCS x axis.
public void setUcsXAxis(Cad3DPoint value)
Gets or sets the UCS x axis.
value
- The UCS x axis.public Cad3DPoint getUcsYAxis()
Gets or sets the UCS y axis.
public void setUcsYAxis(Cad3DPoint value)
Gets or sets the UCS y axis.
value
- The UCS y axis.public short getUcsOrthographicType()
Gets or sets the type of the UCS orthographic.
public void setUcsOrthographicType(short value)
Gets or sets the type of the UCS orthographic.
value
- The type of the UCS orthographic.public String getBlockTableRecordHandle()
Gets or sets the handle block table record.
public void setBlockTableRecordHandle(String value)
Gets or sets the handle block table record.
value
- The handle block table record.public String getLastActiveViewportHandle()
Gets or sets the handle last active viewport.
public void setLastActiveViewportHandle(String value)
Gets or sets the handle last active viewport.
value
- The handle last active viewport.public String getUcsTableRecordHandleWhenUcsNamed()
Gets or sets the handle ac database UCS table record UCS named.
public 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 String getUcsTableRecordHandleWhenOrthographicUcs()
Gets or sets the handle ac database UCS table record UCS.
public 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 String getShadePlotId()
Gets or sets the shade plot identifier.
public void setShadePlotId(String value)
Gets or sets the shade plot identifier.
value
- The shade plot identifier.