public class EllipticalArc extends EllipseElement
Class=4, ElementId=18
| Constructor and Description |
|---|
EllipticalArc(CgmFile container) |
EllipticalArc(CgmFile container,
double startX,
double startY,
double endX,
double endY,
CgmPoint center,
CgmPoint first,
CgmPoint second) |
EllipticalArc(CommandConstructorArguments args) |
| Modifier and Type | Method and Description |
|---|---|
double |
getEndVectorDeltaX() |
double |
getEndVectorDeltaY() |
double |
getStartVectorDeltaX() |
double |
getStartVectorDeltaY() |
void |
readFromBinary(IBinaryReader reader)
Reads the binary data from the reader
|
void |
setEndVectorDeltaX(double value) |
void |
setEndVectorDeltaY(double value) |
void |
setStartVectorDeltaX(double value) |
void |
setStartVectorDeltaY(double value) |
void |
writeAsBinary(IBinaryWriter writer)
Writes/exports the command as binary mode
|
void |
writeAsClearText(IClearTextWriter writer)
Writes/exports the command as clear text mode
|
getCenter, getFirstConjugateDiameterEndPoint, getSecondConjugateDiameterEndPoint, setCenter, setFirstConjugateDiameterEndPoint, setSecondConjugateDiameterEndPointassert_, getElementClass, getElementId, toStringpublic EllipticalArc(CgmFile container)
public EllipticalArc(CommandConstructorArguments args)
public final double getStartVectorDeltaX()
public final void setStartVectorDeltaX(double value)
public final double getStartVectorDeltaY()
public final void setStartVectorDeltaY(double value)
public final double getEndVectorDeltaX()
public final void setEndVectorDeltaX(double value)
public final double getEndVectorDeltaY()
public final void setEndVectorDeltaY(double value)
public void readFromBinary(IBinaryReader reader)
CommandReads the binary data from the reader
readFromBinary in class EllipseElementpublic void writeAsBinary(IBinaryWriter writer)
CommandWrites/exports the command as binary mode
writeAsBinary in class EllipseElementwriter - The writer to write the binary content to.public void writeAsClearText(IClearTextWriter writer)
CommandWrites/exports the command as clear text mode
writeAsClearText in class EllipseElementwriter - The text writer to write the clear text to.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.