public class LineCap extends CapCommand
| Constructor and Description |
|---|
LineCap(CgmFile container) |
LineCap(CgmFile container,
int lineIndicator,
int dashIndicator) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeAsClearText(IClearTextWriter writer)
Writes/exports the command as clear text mode
|
getDashIndicator, getLineIndicator, readFromBinary, setDashIndicator, setLineIndicator, writeAsBinaryassert_, getElementClass, getElementId, toStringpublic LineCap(CgmFile container)
public LineCap(CgmFile container, int lineIndicator, int dashIndicator)
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.