public class Polyline extends Command implements Comparable<Polyline>
Class=4, ElementId=1
| Constructor and Description |
|---|
Polyline(CgmFile container) |
Polyline(CgmFile container,
CgmPoint[] points) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Polyline other) |
CgmPoint[] |
getPoints() |
boolean |
isSimpleLine() |
void |
readFromBinary(IBinaryReader reader)
Reads the binary data from the reader
|
String |
toString() |
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, getElementIdpublic Polyline(CgmFile container)
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.public final boolean isSimpleLine()
public final CgmPoint[] getPoints()
public final int compareTo(Polyline other)
compareTo in interface Comparable<Polyline>Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.