public class CadText extends CadBaseExtrudedEntity
Class describing Cad text
Constructor and Description |
---|
CadText()
Initializes a new instance of the
CadText class. |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Gets or sets the default value.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
Cad3DPoint |
getFirstAlignment()
Gets or sets the first alignment.
|
short |
getGenerationFlag()
Gets or sets the generation flag.
|
short |
getHorizontalJustification()
Gets or sets the horizontal justification.
|
double |
getObliqueAngle()
Gets or sets the oblique angle.
|
double |
getScaleX()
Gets or sets the scale x.
|
Cad3DPoint |
getSecondAlignmentPoint()
Gets or sets the second alignment point.
|
String |
getStyleType()
Gets or sets the style type.
|
double |
getTextHeight()
Gets or sets the text height.
|
double |
getTextRotation()
Gets or sets the text rotation.
|
double |
getTextWidth()
Gets the text width.
|
double |
getThickness()
Gets or sets the thickness.
|
int |
getTypeName()
Gets the name of the type.
|
short |
getVerticalJustification()
Gets or sets the vertical justification.
|
void |
setDefaultValue(String value)
Gets or sets the default value.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFirstAlignment(Cad3DPoint value)
Gets or sets the first alignment.
|
void |
setGenerationFlag(short value)
Gets or sets the generation flag.
|
void |
setHorizontalJustification(short value)
Gets or sets the horizontal justification.
|
void |
setObliqueAngle(double value)
Gets or sets the oblique angle.
|
void |
setScaleX(double value)
Gets or sets the scale x.
|
void |
setSecondAlignmentPoint(Cad3DPoint value)
Gets or sets the second alignment point.
|
void |
setStyleType(String value)
Gets or sets the style type.
|
void |
setTextHeight(double value)
Gets or sets the text height.
|
void |
setTextRotation(double value)
Gets or sets the text rotation.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
void |
setVerticalJustification(short value)
Gets or sets the vertical justification.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, 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, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadText()
Initializes a new instance of the CadText
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 final String getDefaultValue()
Gets or sets the default value.
public final void setDefaultValue(String value)
Gets or sets the default value.
public final Cad3DPoint getFirstAlignment()
Gets or sets the first alignment.
public final void setFirstAlignment(Cad3DPoint value)
Gets or sets the first alignment.
value
- The first alignment.public final short getGenerationFlag()
Gets or sets the generation flag.
public final void setGenerationFlag(short value)
Gets or sets the generation flag.
public final short getHorizontalJustification()
Gets or sets the horizontal justification.
public final void setHorizontalJustification(short value)
Gets or sets the horizontal justification.
public final double getObliqueAngle()
Gets or sets the oblique angle.
public final void setObliqueAngle(double value)
Gets or sets the oblique angle.
public final double getScaleX()
Gets or sets the scale x.
public final void setScaleX(double value)
Gets or sets the scale x.
public final Cad3DPoint getSecondAlignmentPoint()
Gets or sets the second alignment point.
public final void setSecondAlignmentPoint(Cad3DPoint value)
Gets or sets the second alignment point.
public final String getStyleType()
Gets or sets the style type.
public final void setStyleType(String value)
Gets or sets the style type.
public final double getTextHeight()
Gets or sets the text height.
public final void setTextHeight(double value)
Gets or sets the text height.
public final double getTextRotation()
Gets or sets the text rotation.
public final void setTextRotation(double value)
Gets or sets the text rotation.
public final double getTextWidth()
Gets the text width.
public final double getThickness()
Gets or sets the thickness.
public final void setThickness(double value)
Gets or sets the thickness.
public final short getVerticalJustification()
Gets or sets the vertical justification.
public final void setVerticalJustification(short value)
Gets or sets the vertical justification.