public class CadAttrib extends CadXrecordObject
The Cad attrib.
Constructor and Description |
---|
CadAttrib()
Initializes a new instance of the
CadAttrib class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getAttribAlignmentPoint()
Gets or sets the alignment point.
|
short |
getAttributeFlags()
Gets or sets the attribute flags.
|
double |
getAttributeRelativeScale()
Gets or sets the attribute relative scale.
|
String |
getAttributeString()
Gets or sets the attribute string.
|
double |
getAttributeTextRotation()
Gets or sets the attribute text rotation.
|
String |
getAttributeTextStyleName()
Gets or sets the name of the attribute text style.
|
String |
getDefaultText()
Gets or sets the default text.
|
String |
getDefinitionTagString()
Gets or sets the definition tag string.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
short |
getFieldLength()
Gets or sets the length of the field.
|
Short |
getLockPositionFlag()
Gets or sets the lock position flag.
|
CadMText |
getMultiText()
Gets or sets the multi text.
|
double |
getObliqueAngle()
Gets or sets the obliqueAngle.
|
double |
getRelativeScale()
Gets or sets the relativeScale.
|
String |
getStyleType()
Gets or sets the attribute string.
|
short |
getTextFlags()
Gets or sets the textFlags.
|
double |
getTextHeight()
Gets or sets the text height.
|
short |
getTextJustH()
Gets or sets the textJustH.
|
short |
getTextJustV()
Gets or sets the textJustV.
|
double |
getTextRotation()
Gets or sets the text rotation.
|
Cad3DPoint |
getTextStartPoint()
Gets or sets the text start point.
|
Double |
getTextSubClassAttribute51()
Gets or sets the text sub class attribute51.
|
double |
getThickness()
Gets or sets the thickness.
|
int |
getTypeName()
Gets the name of the type.
|
Short |
getVersion()
Gets or sets the version.
|
short |
getVisible()
Gets or sets a value indicating whether this
CadBaseEntity is visible. |
void |
setAttribAlignmentPoint(Cad3DPoint value)
Gets or sets the alignment point.
|
void |
setAttributeFlags(short value)
Gets or sets the attribute flags.
|
void |
setAttributeRelativeScale(double value)
Gets or sets the attribute relative scale.
|
void |
setAttributeString(String value)
Gets or sets the attribute string.
|
void |
setAttributeTextRotation(double value)
Gets or sets the attribute text rotation.
|
void |
setAttributeTextStyleName(String value)
Gets or sets the name of the attribute text style.
|
void |
setDefaultText(String value)
Gets or sets the default text.
|
void |
setDefinitionTagString(String value)
Gets or sets the definition tag string.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFieldLength(short value)
Gets or sets the length of the field.
|
void |
setLockPositionFlag(Short value)
Gets or sets the lock position flag.
|
void |
setMultiText(CadMText value)
Gets or sets the multi text.
|
void |
setObliqueAngle(double value)
Gets or sets the obliqueAngle.
|
void |
setRelativeScale(double value)
Gets or sets the relativeScale.
|
void |
setStyleType(String value)
Gets or sets the attribute string.
|
void |
setTextFlags(short value)
Gets or sets the textFlags.
|
void |
setTextHeight(double value)
Gets or sets the text height.
|
void |
setTextJustH(short value)
Gets or sets the textJustH.
|
void |
setTextJustV(short value)
Gets or sets the textJustV.
|
void |
setTextRotation(double value)
Gets or sets the text rotation.
|
void |
setTextStartPoint(Cad3DPoint value)
Gets or sets the text start point.
|
void |
setTextSubClassAttribute51(Double value)
Gets or sets the text sub class attribute51.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
void |
setVersion(Short value)
Gets or sets the version.
|
void |
setVisible(short value)
Gets or sets a value indicating whether this
CadBaseEntity is visible. |
getAlignmentPoint, getCurrentAnnotationScale, getDuplicateRecordCloningFlag, getHardPointerIds, getMTextFlag, getSecondaryAttributesOrAttributeDefinitionsNumber, isReallyLockedFlag, setAlignmentPoint, setCurrentAnnotationScale, setDuplicateRecordCloningFlag, setHardPointerIds, setMTextFlag, setReallyLockedFlag, setSecondaryAttributesOrAttributeDefinitionsNumber
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadAttrib()
Initializes a new instance of the CadAttrib
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection
in class CadBaseExtrudedEntity
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection
in class CadBaseExtrudedEntity
public String getDefinitionTagString()
Gets or sets the definition tag string.
getDefinitionTagString
in class CadXrecordObject
public void setDefinitionTagString(String value)
Gets or sets the definition tag string.
setDefinitionTagString
in class CadXrecordObject
value
- The definition tag string.public final Double getTextSubClassAttribute51()
Gets or sets the text sub class attribute51.
public final void setTextSubClassAttribute51(Double value)
Gets or sets the text sub class attribute51.
value
- The text sub class attribute51.public short getVisible()
Gets or sets a value indicating whether this CadBaseEntity
is visible.
getVisible
in class CadBaseEntity
true
if visible; otherwise, false
.public void setVisible(short value)
Gets or sets a value indicating whether this CadBaseEntity
is visible.
setVisible
in class CadBaseEntity
value
- true
if visible; otherwise, false
.public final short getFieldLength()
Gets or sets the length of the field.
public final void setFieldLength(short value)
Gets or sets the length of the field.
value
- The length of the field.public final Short getLockPositionFlag()
Gets or sets the lock position flag.
public final void setLockPositionFlag(Short value)
Gets or sets the lock position flag.
value
- The lock position flag.public final Cad3DPoint getAttribAlignmentPoint()
Gets or sets the alignment point.
public final void setAttribAlignmentPoint(Cad3DPoint value)
Gets or sets the alignment point.
value
- The alignment point.public final short getAttributeFlags()
Gets or sets the attribute flags.
public final void setAttributeFlags(short value)
Gets or sets the attribute flags.
public final String getStyleType()
Gets or sets the attribute string.
public final void setStyleType(String value)
Gets or sets the attribute string.
public final String getAttributeTextStyleName()
Gets or sets the name of the attribute text style.
public final void setAttributeTextStyleName(String value)
Gets or sets the name of the attribute text style.
value
- The name of the attribute text style.public final double getAttributeTextRotation()
Gets or sets the attribute text rotation.
public final void setAttributeTextRotation(double value)
Gets or sets the attribute text rotation.
value
- The attribute text rotation.public final double getTextRotation()
Gets or sets the text rotation.
public final void setTextRotation(double value)
Gets or sets the text rotation.
public final String getDefaultText()
Gets or sets the default text.
public final void setDefaultText(String value)
Gets or sets the default text.
public final CadMText getMultiText()
Gets or sets the multi text.
public final void setMultiText(CadMText value)
Gets or sets the multi text.
value
- The multi text.public final double getTextHeight()
Gets or sets the text height.
public final void setTextHeight(double value)
Gets or sets the text height.
public final Cad3DPoint getTextStartPoint()
Gets or sets the text start point.
public final void setTextStartPoint(Cad3DPoint value)
Gets or sets the text start point.
value
- The text start point.public final double getThickness()
Gets or sets the thickness.
public final void setThickness(double value)
Gets or sets the thickness.
public final double getObliqueAngle()
Gets or sets the obliqueAngle.
public final void setObliqueAngle(double value)
Gets or sets the obliqueAngle.
public final double getRelativeScale()
Gets or sets the relativeScale.
public final void setRelativeScale(double value)
Gets or sets the relativeScale.
public final double getAttributeRelativeScale()
Gets or sets the attribute relative scale.
public final void setAttributeRelativeScale(double value)
Gets or sets the attribute relative scale.
value
- The attribute relative scale.public final short getTextFlags()
Gets or sets the textFlags.
public final void setTextFlags(short value)
Gets or sets the textFlags.
public final short getTextJustH()
Gets or sets the textJustH.
public final void setTextJustH(short value)
Gets or sets the textJustH.
public final short getTextJustV()
Gets or sets the textJustV.
public final void setTextJustV(short value)
Gets or sets the textJustV.
public final Short getVersion()
Gets or sets the version.
public final void setVersion(Short value)
Gets or sets the version.
public final String getAttributeString()
Gets or sets the attribute string.
public final void setAttributeString(String value)
Gets or sets the attribute string.