public class CircularArcCentreClose extends CircularArcCentre
Class=4, ElementId=16
| Constructor and Description |
|---|
CircularArcCentreClose(CgmFile container) |
CircularArcCentreClose(CgmFile container,
CgmPoint center,
double startDeltaX,
double startDeltaY,
double endDeltaX,
double endDeltaY,
double radius,
ClosureType closure) |
| Modifier and Type | Method and Description |
|---|---|
ClosureType |
getType() |
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
|
getCenter, getEndDeltaX, getEndDeltaY, getRadius, getStartDeltaX, getStartDeltaYassert_, getElementClass, getElementId, toStringpublic CircularArcCentreClose(CgmFile container)
public CircularArcCentreClose(CgmFile container, CgmPoint center, double startDeltaX, double startDeltaY, double endDeltaX, double endDeltaY, double radius, ClosureType closure)
public final ClosureType getType()
public void readFromBinary(IBinaryReader reader)
CommandReads the binary data from the reader
readFromBinary in class CircularArcCentrepublic void writeAsBinary(IBinaryWriter writer)
CommandWrites/exports the command as binary mode
writeAsBinary in class CircularArcCentrewriter - The writer to write the binary content to.public void writeAsClearText(IClearTextWriter writer)
CommandWrites/exports the command as clear text mode
writeAsClearText in class CircularArcCentrewriter - The text writer to write the clear text to.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.