public class HyperbolicArc extends Command
Class=4, ElementId=22
| Constructor and Description |
|---|
HyperbolicArc(CgmFile container) |
HyperbolicArc(CgmFile container,
CgmPoint center,
CgmPoint transverseRadius,
CgmPoint conjugateRadius,
double startX,
double startY,
double endX,
double endY) |
| Modifier and Type | Method and Description |
|---|---|
CgmPoint |
getCenter() |
CgmPoint |
getConjugateRadius() |
double |
getEndX() |
double |
getEndY() |
double |
getStartX() |
double |
getStartY() |
CgmPoint |
getTransverseRadius() |
void |
readFromBinary(IBinaryReader reader)
Reads the binary data from the reader
|
void |
setCenter(CgmPoint value) |
void |
setConjugateRadius(CgmPoint value) |
void |
setEndX(double value) |
void |
setEndY(double value) |
void |
setStartX(double value) |
void |
setStartY(double value) |
void |
setTransverseRadius(CgmPoint value) |
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 HyperbolicArc(CgmFile container)
public final CgmPoint getCenter()
public final void setCenter(CgmPoint value)
public final CgmPoint getTransverseRadius()
public final void setTransverseRadius(CgmPoint value)
public final CgmPoint getConjugateRadius()
public final void setConjugateRadius(CgmPoint value)
public final double getStartX()
public final void setStartX(double value)
public final double getStartY()
public final void setStartY(double value)
public final double getEndX()
public final void setEndX(double value)
public final double getEndY()
public final void setEndY(double value)
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.