public abstract class CadBaseEntity extends CadBaseOwned
The Cad base entity object.
Constructor and Description |
---|
CadBaseEntity()
Initializes a new instance of the
CadBaseEntity class. |
Modifier and Type | Method and Description |
---|---|
CadIntParameter |
getAttribute160()
Gets or sets the attribute160.
|
CadStringParameter |
getAttribute348()
Gets or sets the attribute 348.
|
List<CadBaseEntity> |
getChildObjects()
Gets or sets the child objects.
|
int |
getColorId()
Gets or sets the color id.
|
String |
getColorName()
Gets or sets the name of the color.
|
int |
getColorValue()
Gets or sets the color value.
|
String |
getHyperlink()
Gets or sets the hyperlink.
|
String |
getLayerName()
Gets or sets the name of the layer.
|
String |
getLayoutTabName()
Gets or sets the name of the layout tab.
|
double |
getLineScale()
Gets or sets the line scale.
|
String |
getLineTypeName()
Gets or sets the name of the line type.
|
short |
getLineWeight()
Gets or sets the line weight.
|
String |
getMaterial()
Gets or sets the material.
|
String |
getPlotStyle()
Gets or sets the plot style.
|
int |
getProxyBytesCount()
Gets or sets the proxy bytes count.
|
byte[] |
getProxyData()
Gets or sets the proxy data.
|
short |
getShadowMode()
Gets or sets the shadow mode.
|
int |
getSpaceMode()
Gets or sets the space mode.
|
int |
getTransparency()
Gets or sets the transparency.
|
int |
getTypeName()
Gets the name of the type.
|
short |
getVisible()
Gets or sets a value indicating whether this
CadBaseEntity is visible. |
boolean |
isColorIdSet()
Gets a value indicating whether this instance is color identifier set.
|
void |
setAttribute160(CadIntParameter value)
Gets or sets the attribute160.
|
void |
setAttribute348(CadStringParameter value)
Gets or sets the attribute 348.
|
void |
setChildObjects(List<CadBaseEntity> value)
Gets or sets the child objects.
|
void |
setColorId(int value)
Gets or sets the color id.
|
void |
setColorName(String value)
Gets or sets the name of the color.
|
void |
setColorValue(int value)
Gets or sets the color value.
|
void |
setHyperlink(String value)
Gets or sets the hyperlink.
|
void |
setLayerName(String value)
Gets or sets the name of the layer.
|
void |
setLayoutTabName(String value)
Gets or sets the name of the layout tab.
|
void |
setLineScale(double value)
Gets or sets the line scale.
|
void |
setLineTypeName(String value)
Gets or sets the name of the line type.
|
void |
setLineWeight(short value)
Gets or sets the line weight.
|
void |
setMaterial(String value)
Gets or sets the material.
|
void |
setPlotStyle(String value)
Gets or sets the plot style.
|
void |
setProxyBytesCount(int value)
Gets or sets the proxy bytes count.
|
void |
setProxyData(byte[] value)
Gets or sets the proxy data.
|
void |
setShadowMode(short value)
Gets or sets the shadow mode.
|
void |
setSpaceMode(int value)
Gets or sets the space mode.
|
void |
setTransparency(int value)
Gets or sets the transparency.
|
void |
setVisible(short value)
Gets or sets a value indicating whether this
CadBaseEntity is visible. |
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadBaseEntity()
Initializes a new instance of the CadBaseEntity
class.
public CadStringParameter getAttribute348()
Gets or sets the attribute 348.
public void setAttribute348(CadStringParameter value)
Gets or sets the attribute 348.
value
- The attribute 348.public CadIntParameter getAttribute160()
Gets or sets the attribute160.
public void setAttribute160(CadIntParameter value)
Gets or sets the attribute160.
value
- The attribute160.public int getTypeName()
Gets the name of the type.
public List<CadBaseEntity> getChildObjects()
Gets or sets the child objects.
public void setChildObjects(List<CadBaseEntity> value)
Gets or sets the child objects.
public int getColorId()
Gets or sets the color id.
public void setColorId(int value)
Gets or sets the color id.
value
- The color id.public final boolean isColorIdSet()
Gets a value indicating whether this instance is color identifier set.
true
if this instance is color identifier set; otherwise, false
.public String getLayoutTabName()
Gets or sets the name of the layout tab.
public void setLayoutTabName(String value)
Gets or sets the name of the layout tab.
value
- The name of the layout tab.public String getColorName()
Gets or sets the name of the color.
public void setColorName(String value)
Gets or sets the name of the color.
value
- The name of the color.public int getColorValue()
Gets or sets the color value.
public void setColorValue(int value)
Gets or sets the color value.
value
- The color value.public String getLayerName()
Gets or sets the name of the layer.
public void setLayerName(String value)
Gets or sets the name of the layer.
value
- The name of the layer.public double getLineScale()
Gets or sets the line scale.
public void setLineScale(double value)
Gets or sets the line scale.
value
- The line scale.public String getLineTypeName()
Gets or sets the name of the line type.
public void setLineTypeName(String value)
Gets or sets the name of the line type.
value
- The name of the line type.public short getLineWeight()
Gets or sets the line weight.
public void setLineWeight(short value)
Gets or sets the line weight.
value
- The line weight.public String getMaterial()
Gets or sets the material.
public void setMaterial(String value)
Gets or sets the material.
value
- The material.public String getPlotStyle()
Gets or sets the plot style.
public void setPlotStyle(String value)
Gets or sets the plot style.
value
- The plot style.public int getProxyBytesCount()
Gets or sets the proxy bytes count.
public void setProxyBytesCount(int value)
Gets or sets the proxy bytes count.
value
- The proxy bytes count.public byte[] getProxyData()
Gets or sets the proxy data.
public void setProxyData(byte[] value)
Gets or sets the proxy data.
value
- The proxy data.public short getShadowMode()
Gets or sets the shadow mode.
public void setShadowMode(short value)
Gets or sets the shadow mode.
value
- The shadow mode.public int getSpaceMode()
Gets or sets the space mode.
CadException
- Space mode is not validpublic void setSpaceMode(int value)
Gets or sets the space mode.
value
- The space mode.CadException
- Space mode is not validpublic int getTransparency()
Gets or sets the transparency.
public void setTransparency(int value)
Gets or sets the transparency.
value
- The transparency.public short getVisible()
Gets or sets a value indicating whether this CadBaseEntity
is visible.
true
if visible; otherwise, false
.public void setVisible(short value)
Gets or sets a value indicating whether this CadBaseEntity
is visible.
value
- true
if visible; otherwise, false
.public final String getHyperlink()
Gets or sets the hyperlink.
public final void setHyperlink(String value)
Gets or sets the hyperlink.
value
- The hyperlink.