public class CadDimensionBase extends CadBaseExtrudedEntity
The CadDimension class
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadDimensionBase()
Initializes a new instance of the
CadDimensionBase class. |
Modifier and Type | Method and Description |
---|---|
double |
getActualMeasurement()
Gets or sets the actual measurement.
|
short |
getAttachmentType()
Gets or sets the attachment type.
|
String |
getBlockName()
Gets or sets the block name.
|
Cad3DPoint |
getDefinitionPoint()
Gets or sets the definition point.
|
double |
getDimensionTextLineSpacingFactor()
Gets or sets the dimension text line spacing factor.
|
short |
getDimensionType()
Gets or sets the dimension type.
|
double |
getHorizontalDirection()
Gets or sets the horizontal direction.
|
Cad3DPoint |
getMiddleTextLocation()
Gets or sets the middle text location.
|
String |
getStyleName()
Gets or sets the style name.
|
String |
getText()
Gets or sets the text.
|
short |
getTextLineSpacing()
Gets or sets the text line spacing.
|
double |
getTextRotationAngle()
Gets or sets the textRotationAngle angle.
|
boolean |
isSingleUse()
Gets a value indicating whether is single use.
|
boolean |
isUserDimension()
Gets a value indicating whether this instance is user dimension.
|
boolean |
isXOrdinate()
Gets a value indicating whether this instance is X ordinate.
|
boolean |
isYordinate()
Gets a value indicating whether this instance is yordinate.
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
setActualMeasurement(double value) |
void |
setAttachmentType(short value) |
void |
setBlockName(String value) |
void |
setDefinitionPoint(Cad3DPoint value) |
void |
setDimensionTextLineSpacingFactor(double value) |
void |
setDimensionType(short value) |
void |
setHorizontalDirection(double value) |
void |
setMiddleTextLocation(Cad3DPoint value) |
void |
setStyleName(String value) |
void |
setText(String value) |
void |
setTextLineSpacing(short value) |
void |
setTextRotationAngle(double value) |
getExtrusionDirection, setExtrusionDirection
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadDimensionBase()
Initializes a new instance of the CadDimensionBase
class.
public double getActualMeasurement()
Gets or sets the actual measurement.
public void setActualMeasurement(double value)
public short getAttachmentType()
Gets or sets the attachment type.
public void setAttachmentType(short value)
public String getBlockName()
Gets or sets the block name.
public void setBlockName(String value)
public Cad3DPoint getDefinitionPoint()
Gets or sets the definition point.
public void setDefinitionPoint(Cad3DPoint value)
public double getDimensionTextLineSpacingFactor()
Gets or sets the dimension text line spacing factor.
public void setDimensionTextLineSpacingFactor(double value)
public short getDimensionType()
Gets or sets the dimension type.
public void setDimensionType(short value)
public double getHorizontalDirection()
Gets or sets the horizontal direction.
public void setHorizontalDirection(double value)
public boolean isSingleUse()
Gets a value indicating whether is single use.
public boolean isUserDimension()
Gets a value indicating whether this instance is user dimension.
Value:true
if this instance is user dimension; otherwise, false
.public boolean isXOrdinate()
Gets a value indicating whether this instance is X ordinate.
Value:true
if this instance is X ordinate; otherwise, false
.public boolean isYordinate()
Gets a value indicating whether this instance is yordinate.
Value:true
if this instance is yordinate; otherwise, false
.public Cad3DPoint getMiddleTextLocation()
Gets or sets the middle text location.
public void setMiddleTextLocation(Cad3DPoint value)
public double getTextRotationAngle()
Gets or sets the textRotationAngle angle.
public void setTextRotationAngle(double value)
public String getStyleName()
Gets or sets the style name.
public void setStyleName(String value)
public String getText()
Gets or sets the text.
public void setText(String value)
public short getTextLineSpacing()
Gets or sets the text line spacing.
public void setTextLineSpacing(short value)
public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadBaseExtrudedEntity
sourceObject
- The source object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.