public class CadArc extends CadCircle
Class describing Cad ARC
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadArc()
Initializes a new instance of the
CadArc class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
short |
getCounterClockwize()
Gets or sets the counter clockwize.
|
double |
getEndAngle()
Gets or sets the End angle.
|
double |
getStartAngle()
Gets or sets Start angle.
|
void |
setCounterClockwize(short value) |
void |
setEndAngle(double value) |
void |
setStartAngle(double value) |
getCenterPoint, getRadius, getThickness, setCenterPoint, setRadius, setThickness
getExtrusionDirection, mergeProperties_internalized, 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_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public double getEndAngle()
Gets or sets the End angle.
Value: End angle.public void setEndAngle(double value)
public double getStartAngle()
Gets or sets Start angle.
Value: The Start anglepublic void setStartAngle(double value)
public short getCounterClockwize()
Gets or sets the counter clockwize.
Value: The counter clockwize.public void setCounterClockwize(short value)
public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
accept_internalized
in class CadCircle
visitor
- The visitor.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.