public class GlyphMapping extends Command
Class=1, Element=22
| Constructor and Description |
|---|
GlyphMapping(CgmFile container) |
GlyphMapping(CgmFile container,
int characterSetIndex,
int type,
String sequenceTail,
int octetsPerCode,
int glyphSource,
StructuredDataRecord codeAssocs) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterSetIndex() |
StructuredDataRecord |
getCodeAssocs() |
int |
getGlyphSource() |
int |
getOctetsPerCode() |
String |
getSequenceTail() |
int |
getType() |
void |
readFromBinary(IBinaryReader reader)
Reads the binary data from the reader
|
void |
setCharacterSetIndex(int value) |
void |
setCodeAssocs(StructuredDataRecord value) |
void |
setGlyphSource(int value) |
void |
setOctetsPerCode(int value) |
void |
setSequenceTail(String value) |
void |
setType(int 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 GlyphMapping(CgmFile container)
public GlyphMapping(CgmFile container, int characterSetIndex, int type, String sequenceTail, int octetsPerCode, int glyphSource, StructuredDataRecord codeAssocs)
public final int getCharacterSetIndex()
public final void setCharacterSetIndex(int value)
public final int getType()
public final void setType(int value)
public final String getSequenceTail()
public final void setSequenceTail(String value)
public final int getOctetsPerCode()
public final void setOctetsPerCode(int value)
public final int getGlyphSource()
public final void setGlyphSource(int value)
public final StructuredDataRecord getCodeAssocs()
public final void setCodeAssocs(StructuredDataRecord 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.