public static class MMO_MapMediumOverlay.MMO_PrepeatingGroup extends java.lang.Object implements IRepeatingGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
MMO_MapMediumOverlay.MMO_PrepeatingGroup.MMO_Flag
Shows whether the overlay is to be loaded into the printer as a raster pattern overlay or as
a coded overlay:
|
| Constructor and Description |
|---|
MMO_PrepeatingGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
Decodes the given AFP data.
Parameter length specifies the length in bytes of the data to be decoded, beginning with position offset. |
MMO_MapMediumOverlay.MMO_PrepeatingGroup.MMO_Flag |
getFlag() |
short |
getMediumOverlayLocalId() |
java.lang.String |
getNameOfMediumOverlay() |
byte[] |
getReserved2_3() |
void |
setFlag(MMO_MapMediumOverlay.MMO_PrepeatingGroup.MMO_Flag flag) |
void |
setMediumOverlayLocalId(short mediumOverlayLocalId) |
void |
setNameOfMediumOverlay(java.lang.String nameOfMediumOverlay) |
void |
setReserved2_3(byte[] reserved2_3) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
public void decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
throws AFPParserException
IAFPDecodeableWriteabledecodeAFP in interface IAFPDecodeableWriteablesfData - contains the AFP data to decode.offset - the byte index position where the decoding should start.length - the length in bytes of the data to be decoded, beginning with position offset.config - contains parameter used for decoding.AFPParserException - if the given AFP data are invalid.public void writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
throws java.io.IOException
IAFPDecodeableWriteablewriteAFP in interface IAFPDecodeableWriteableos - OutputStream to write to.config - contains parameter used for encoding.java.io.IOException - if a problem occurs while writing to the given OutputStream.public short getMediumOverlayLocalId()
public void setMediumOverlayLocalId(short mediumOverlayLocalId)
public MMO_MapMediumOverlay.MMO_PrepeatingGroup.MMO_Flag getFlag()
public void setFlag(MMO_MapMediumOverlay.MMO_PrepeatingGroup.MMO_Flag flag)
public byte[] getReserved2_3()
public void setReserved2_3(byte[] reserved2_3)
public java.lang.String getNameOfMediumOverlay()
public void setNameOfMediumOverlay(java.lang.String nameOfMediumOverlay)