public class CadViewport extends CadBaseEntity
The Cad view port.
Constructor and Description |
---|
CadViewport()
Initializes a new instance of the
CadViewport class. |
Modifier and Type | Method and Description |
---|---|
short |
getAmbientElement1()
Gets or sets the ambient element 1.
|
int |
getAmbientElement2()
Gets or sets the ambient element 2.
|
String |
getAmbientElement3()
Gets or sets the ambient element 3.
|
Cad3DPoint |
getAxisXOfUcs()
Gets or sets the axis x of UCS.
|
Cad3DPoint |
getAxisYOfUcs()
Gets or sets the axis y of UCS.
|
double |
getBackClipZValue()
Gets or sets the back clip z value.
|
String |
getBackgroundHandle()
Gets or sets the background handle.
|
Cad3DPoint |
getCenterPoint()
Gets or sets the center point.
|
short |
getCircleZoomPresent()
Gets or sets the circle zoom present.
|
boolean |
getDefaultLigtingFlag()
Gets or sets a value indicating whether default ligting flag.
|
short |
getDefaultLigtingType()
Gets or sets the default ligting type.
|
short |
getDisplayUcs()
Gets or sets the display UCS.
|
double |
getElevation()
Gets or sets the elevation.
|
double |
getFrontClipZValue()
Gets or sets the front clip z value.
|
List<CadStringParameter> |
getFrozenLayerObjectIdList()
Gets or sets the frozen layer object identifier list.
|
short |
getGridFrequency()
Gets or sets the grid frequency.
|
Cad2DPoint |
getGridSpacing()
Gets or sets the grid spacing.
|
double |
getHeight()
Gets or sets the height.
|
Cad3DPoint |
getOriginUcs()
Gets or sets the origin UCS.
|
short |
getOrthographic()
Gets or sets the orthographic.
|
double |
getPerspectiveLensLength()
Gets or sets the perspective lens length.
|
String |
getPlotStyleSheetName()
Gets or sets the plot style sheet name.
|
String |
getReferenceToTableRecord()
Gets or sets the reference to table record.
|
String |
getReferenceToTableRecordOrthoGraphic()
Gets or sets the reference to table record ortho graphic.
|
short |
getRenderMode()
Gets or sets the render mode.
|
String |
getShadeHandle()
Gets or sets the shade handle.
|
short |
getShadePlotMode()
Gets or sets the shade plot mode.
|
double |
getSnapAngle()
Gets or sets the snap angle.
|
Cad2DPoint |
getSnapBasePoint()
Gets or sets the snap base point.
|
Cad2DPoint |
getSnapSpacing()
Gets or sets the snap spacing.
|
short |
getStatus()
Gets or sets the status.
|
String |
getSunHandle()
Gets or sets the sun handle.
|
double |
getTwistAngle()
Gets or sets the twist angle.
|
short |
getUcsPerViewPort()
Gets or sets the UCS per view port.
|
double |
getViewBrigtness()
Gets or sets the view brigtness.
|
Cad2DPoint |
getViewCenterPoint()
Gets or sets the view center point.
|
double |
getViewContrast()
Gets or sets the view contrast.
|
Cad3DPoint |
getViewDirectionVector()
Gets or sets the view direction vector.
|
double |
getViewHeight()
Gets or sets the view height.
|
String |
getViewPointRef1()
Gets or sets the view point ref 1.
|
String |
getViewPointRef2()
Gets or sets the view point ref 2.
|
String |
getViewPointRef3()
Gets or sets the view point ref 3.
|
int |
getViewPointRef4()
Gets or sets the view point ref 4.
|
String |
getViewportClippingObjectId()
Gets or sets the viewport clipping object id.
|
short |
getViewPortId()
Gets or sets the view port id.
|
int |
getViewPortStatus()
Gets or sets the view port status.
|
Cad3DPoint |
getViewTargetVector()
Gets or sets the view target vector.
|
String |
getVisualStyleHandle()
Gets or sets the visual style handle.
|
double |
getWidth()
Gets or sets the width.
|
boolean |
hasNewStatus()
Wether entity has new viewport status field (DXF 90)
|
void |
setAmbientElement1(short value)
Gets or sets the ambient element 1.
|
void |
setAmbientElement2(int value)
Gets or sets the ambient element 2.
|
void |
setAmbientElement3(String value)
Gets or sets the ambient element 3.
|
void |
setAxisXOfUcs(Cad3DPoint value)
Gets or sets the axis x of UCS.
|
void |
setAxisYOfUcs(Cad3DPoint value)
Gets or sets the axis y of UCS.
|
void |
setBackClipZValue(double value)
Gets or sets the back clip z value.
|
void |
setBackgroundHandle(String value)
Gets or sets the background handle.
|
void |
setCenterPoint(Cad3DPoint value)
Gets or sets the center point.
|
void |
setCircleZoomPresent(short value)
Gets or sets the circle zoom present.
|
void |
setDefaultLigtingFlag(boolean value)
Gets or sets a value indicating whether default ligting flag.
|
void |
setDefaultLigtingType(short value)
Gets or sets the default ligting type.
|
void |
setDisplayUcs(short value)
Gets or sets the display UCS.
|
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setFrontClipZValue(double value)
Gets or sets the front clip z value.
|
void |
setFrozenLayerObjectIdList(List<CadStringParameter> value)
Gets or sets the frozen layer object identifier list.
|
void |
setGridFrequency(short value)
Gets or sets the grid frequency.
|
void |
setGridSpacing(Cad2DPoint value)
Gets or sets the grid spacing.
|
void |
setHeight(double value)
Gets or sets the height.
|
void |
setNewStatus(boolean value)
Wether entity has new viewport status field (DXF 90)
|
void |
setOriginUcs(Cad3DPoint value)
Gets or sets the origin UCS.
|
void |
setOrthographic(short value)
Gets or sets the orthographic.
|
void |
setPerspectiveLensLength(double value)
Gets or sets the perspective lens length.
|
void |
setPlotStyleSheetName(String value)
Gets or sets the plot style sheet name.
|
void |
setReferenceToTableRecord(String value)
Gets or sets the reference to table record.
|
void |
setReferenceToTableRecordOrthoGraphic(String value)
Gets or sets the reference to table record ortho graphic.
|
void |
setRenderMode(short value)
Gets or sets the render mode.
|
void |
setShadeHandle(String value)
Gets or sets the shade handle.
|
void |
setShadePlotMode(short value)
Gets or sets the shade plot mode.
|
void |
setSnapAngle(double value)
Gets or sets the snap angle.
|
void |
setSnapBasePoint(Cad2DPoint value)
Gets or sets the snap base point.
|
void |
setSnapSpacing(Cad2DPoint value)
Gets or sets the snap spacing.
|
void |
setStatus(short value)
Gets or sets the status.
|
void |
setSunHandle(String value)
Gets or sets the sun handle.
|
void |
setTwistAngle(double value)
Gets or sets the twist angle.
|
void |
setUcsPerViewPort(short value)
Gets or sets the UCS per view port.
|
void |
setViewBrigtness(double value)
Gets or sets the view brigtness.
|
void |
setViewCenterPoint(Cad2DPoint value)
Gets or sets the view center point.
|
void |
setViewContrast(double value)
Gets or sets the view contrast.
|
void |
setViewDirectionVector(Cad3DPoint value)
Gets or sets the view direction vector.
|
void |
setViewHeight(double value)
Gets or sets the view height.
|
void |
setViewPointRef1(String value)
Gets or sets the view point ref 1.
|
void |
setViewPointRef2(String value)
Gets or sets the view point ref 2.
|
void |
setViewPointRef3(String value)
Gets or sets the view point ref 3.
|
void |
setViewPointRef4(int value)
Gets or sets the view point ref 4.
|
void |
setViewportClippingObjectId(String value)
Gets or sets the viewport clipping object id.
|
void |
setViewPortId(short value)
Gets or sets the view port id.
|
void |
setViewPortStatus(int value)
Gets or sets the view port status.
|
void |
setViewTargetVector(Cad3DPoint value)
Gets or sets the view target vector.
|
void |
setVisualStyleHandle(String value)
Gets or sets the visual style handle.
|
void |
setWidth(double value)
Gets or sets the width.
|
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadViewport()
Initializes a new instance of the CadViewport
class.
public short getAmbientElement1()
Gets or sets the ambient element 1.
public void setAmbientElement1(short value)
Gets or sets the ambient element 1.
public int getAmbientElement2()
Gets or sets the ambient element 2.
public void setAmbientElement2(int value)
Gets or sets the ambient element 2.
public String getAmbientElement3()
Gets or sets the ambient element 3.
public void setAmbientElement3(String value)
Gets or sets the ambient element 3.
public Cad3DPoint getAxisXOfUcs()
Gets or sets the axis x of UCS.
public void setAxisXOfUcs(Cad3DPoint value)
Gets or sets the axis x of UCS.
public Cad3DPoint getAxisYOfUcs()
Gets or sets the axis y of UCS.
public void setAxisYOfUcs(Cad3DPoint value)
Gets or sets the axis y of UCS.
public double getBackClipZValue()
Gets or sets the back clip z value.
public void setBackClipZValue(double value)
Gets or sets the back clip z value.
public String getBackgroundHandle()
Gets or sets the background handle.
public void setBackgroundHandle(String value)
Gets or sets the background handle.
public Cad3DPoint getCenterPoint()
Gets or sets the center point.
public void setCenterPoint(Cad3DPoint value)
Gets or sets the center point.
public short getCircleZoomPresent()
Gets or sets the circle zoom present.
public void setCircleZoomPresent(short value)
Gets or sets the circle zoom present.
public boolean getDefaultLigtingFlag()
Gets or sets a value indicating whether default ligting flag.
public void setDefaultLigtingFlag(boolean value)
Gets or sets a value indicating whether default ligting flag.
public short getDefaultLigtingType()
Gets or sets the default ligting type.
public void setDefaultLigtingType(short value)
Gets or sets the default ligting type.
public short getDisplayUcs()
Gets or sets the display UCS.
public void setDisplayUcs(short value)
Gets or sets the display UCS.
public double getElevation()
Gets or sets the elevation.
public void setElevation(double value)
Gets or sets the elevation.
public double getFrontClipZValue()
Gets or sets the front clip z value.
public void setFrontClipZValue(double value)
Gets or sets the front clip z value.
public List<CadStringParameter> getFrozenLayerObjectIdList()
Gets or sets the frozen layer object identifier list.
public void setFrozenLayerObjectIdList(List<CadStringParameter> value)
Gets or sets the frozen layer object identifier list.
value
- The frozen layer object identifier list.public short getGridFrequency()
Gets or sets the grid frequency.
public void setGridFrequency(short value)
Gets or sets the grid frequency.
public Cad2DPoint getGridSpacing()
Gets or sets the grid spacing.
public void setGridSpacing(Cad2DPoint value)
Gets or sets the grid spacing.
public double getHeight()
Gets or sets the height.
public void setHeight(double value)
Gets or sets the height.
public Cad3DPoint getOriginUcs()
Gets or sets the origin UCS.
public void setOriginUcs(Cad3DPoint value)
Gets or sets the origin UCS.
public short getOrthographic()
Gets or sets the orthographic.
public void setOrthographic(short value)
Gets or sets the orthographic.
public double getPerspectiveLensLength()
Gets or sets the perspective lens length.
public void setPerspectiveLensLength(double value)
Gets or sets the perspective lens length.
public String getPlotStyleSheetName()
Gets or sets the plot style sheet name.
public void setPlotStyleSheetName(String value)
Gets or sets the plot style sheet name.
public String getReferenceToTableRecord()
Gets or sets the reference to table record.
public void setReferenceToTableRecord(String value)
Gets or sets the reference to table record.
public String getReferenceToTableRecordOrthoGraphic()
Gets or sets the reference to table record ortho graphic.
public void setReferenceToTableRecordOrthoGraphic(String value)
Gets or sets the reference to table record ortho graphic.
public short getRenderMode()
Gets or sets the render mode.
public void setRenderMode(short value)
Gets or sets the render mode.
public String getShadeHandle()
Gets or sets the shade handle.
public void setShadeHandle(String value)
Gets or sets the shade handle.
public short getShadePlotMode()
Gets or sets the shade plot mode.
public void setShadePlotMode(short value)
Gets or sets the shade plot mode.
public double getSnapAngle()
Gets or sets the snap angle.
public void setSnapAngle(double value)
Gets or sets the snap angle.
public Cad2DPoint getSnapBasePoint()
Gets or sets the snap base point.
public void setSnapBasePoint(Cad2DPoint value)
Gets or sets the snap base point.
public Cad2DPoint getSnapSpacing()
Gets or sets the snap spacing.
public void setSnapSpacing(Cad2DPoint value)
Gets or sets the snap spacing.
public short getStatus()
Gets or sets the status. (DXF 68 status)
public void setStatus(short value)
Gets or sets the status. (DXF 68 status)
public String getSunHandle()
Gets or sets the sun handle.
public void setSunHandle(String value)
Gets or sets the sun handle.
public double getTwistAngle()
Gets or sets the twist angle.
public void setTwistAngle(double value)
Gets or sets the twist angle.
public short getUcsPerViewPort()
Gets or sets the UCS per view port.
public void setUcsPerViewPort(short value)
Gets or sets the UCS per view port.
public double getViewHeight()
Gets or sets the view height.
public void setViewHeight(double value)
Gets or sets the view height.
public double getViewBrigtness()
Gets or sets the view brigtness.
public void setViewBrigtness(double value)
Gets or sets the view brigtness.
public Cad2DPoint getViewCenterPoint()
Gets or sets the view center point.
public void setViewCenterPoint(Cad2DPoint value)
Gets or sets the view center point.
public double getViewContrast()
Gets or sets the view contrast.
public void setViewContrast(double value)
Gets or sets the view contrast.
public Cad3DPoint getViewDirectionVector()
Gets or sets the view direction vector.
public void setViewDirectionVector(Cad3DPoint value)
Gets or sets the view direction vector.
public String getViewPointRef1()
Gets or sets the view point ref 1.
public void setViewPointRef1(String value)
Gets or sets the view point ref 1.
public String getViewPointRef2()
Gets or sets the view point ref 2.
public void setViewPointRef2(String value)
Gets or sets the view point ref 2.
public String getViewPointRef3()
Gets or sets the view point ref 3.
public void setViewPointRef3(String value)
Gets or sets the view point ref 3.
public int getViewPointRef4()
Gets or sets the view point ref 4.
public void setViewPointRef4(int value)
Gets or sets the view point ref 4.
public short getViewPortId()
Gets or sets the view port id.
public void setViewPortId(short value)
Gets or sets the view port id.
public int getViewPortStatus()
Gets or sets the view port status. (DXF 90)
public void setViewPortStatus(int value)
Gets or sets the view port status. (DXF 90)
public final boolean hasNewStatus()
Wether entity has new viewport status field (DXF 90)
public final void setNewStatus(boolean value)
Wether entity has new viewport status field (DXF 90)
public Cad3DPoint getViewTargetVector()
Gets or sets the view target vector.
public void setViewTargetVector(Cad3DPoint value)
Gets or sets the view target vector.
public String getViewportClippingObjectId()
Gets or sets the viewport clipping object id.
public void setViewportClippingObjectId(String value)
Gets or sets the viewport clipping object id.
public String getVisualStyleHandle()
Gets or sets the visual style handle.
public void setVisualStyleHandle(String value)
Gets or sets the visual style handle.
public double getWidth()
Gets or sets the width.
public void setWidth(double value)
Gets or sets the width.