public abstract class CadBaseEntity extends CadBaseOwned
The Cad base entity object.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadBaseEntity()
Initializes a new instance of the
CadBaseEntity class. |
Modifier and Type | Method and Description |
---|---|
List<CadBaseEntity> |
getChildObjects() |
com.aspose.ms.System.Collections.Generic.List<CadBaseEntity> |
getChildObjectsInternal_internalized()
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 |
getLayerName()
Gets or sets the name of the layer.
|
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. |
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
setChildObjects(List<CadBaseEntity> value) |
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 |
setLayerName(String value)
Gets or sets the name of the layer.
|
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 |
setTypeName(int value)
Gets the name of the type.
|
void |
setVisible(short value)
Gets or sets a value indicating whether this
CadBaseEntity is visible. |
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadBaseEntity()
Initializes a new instance of the CadBaseEntity
class.
public int getTypeName()
Gets the name of the type.
Value: The name of the type.public void setTypeName(int value)
Gets the name of the type.
Value: The name of the type.public com.aspose.ms.System.Collections.Generic.List<CadBaseEntity> getChildObjectsInternal_internalized()
Gets or sets the child objects.
public List<CadBaseEntity> getChildObjects()
public void setChildObjects(List<CadBaseEntity> value)
public int getColorId()
Gets or sets the color id.
Value: The color id.public void setColorId(int value)
Gets or sets the color id.
Value: The color id.public String getColorName()
Gets or sets the name of the color.
Value: 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.
Value: 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.
Value: 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.
Value: 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.
Value: 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.
Value: 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.
Value: The material.public void setMaterial(String value)
Gets or sets the material.
Value: The material.public String getPlotStyle()
Gets or sets the plot style.
Value: 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.
Value: 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.
Value: 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.
Value: 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 valid
Value:
The space mode.public void setSpaceMode(int value)
Gets or sets the space mode.
CadException
- Space mode is not valid
Value:
The space mode.public int getTransparency()
Gets or sets the transparency.
Value: 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.
true
if visible; otherwise, false
.public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadBaseOwned
sourceObject
- The source object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.