public class CircularArcCentre extends Command
Class=4, ElementId=15
| Constructor and Description |
|---|
CircularArcCentre(CgmFile container) |
CircularArcCentre(CgmFile container,
CgmPoint center,
double startDeltaX,
double startDeltaY,
double endDeltaX,
double endDeltaY,
double radius) |
CircularArcCentre(CommandConstructorArguments args) |
| Modifier and Type | Method and Description |
|---|---|
CgmPoint |
getCenter() |
double |
getEndDeltaX() |
double |
getEndDeltaY() |
double |
getRadius() |
double |
getStartDeltaX() |
double |
getStartDeltaY() |
void |
readFromBinary(IBinaryReader reader)
Reads the binary data from the reader
|
void |
writeAsBinary(IBinaryWriter writer)
Writes/exports the command as binary mode
|
void |
writeAsClearText(IClearTextWriter writer)
Writes/exports the command as clear text mode
|
assert_, getElementClass, getElementId, toStringpublic CircularArcCentre(CgmFile container)
public CircularArcCentre(CgmFile container, CgmPoint center, double startDeltaX, double startDeltaY, double endDeltaX, double endDeltaY, double radius)
public CircularArcCentre(CommandConstructorArguments args)
public final CgmPoint getCenter()
public final double getStartDeltaX()
public final double getStartDeltaY()
public final double getEndDeltaX()
public final double getEndDeltaY()
public final double getRadius()
public void readFromBinary(IBinaryReader reader)
CommandReads the binary data from the reader
readFromBinary in class Commandpublic void writeAsBinary(IBinaryWriter writer)
CommandWrites/exports the command as binary mode
writeAsBinary in class Commandwriter - The writer to write the binary content to.public void writeAsClearText(IClearTextWriter writer)
CommandWrites/exports the command as clear text mode
writeAsClearText in class Commandwriter - The text writer to write the clear text to.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.