intarsys PDF library API

de.intarsys.pdf.font
Class CIDSelectorCID

java.lang.Object
  extended by de.intarsys.pdf.font.CID
      extended by de.intarsys.pdf.font.CIDSelectorCID

public class CIDSelectorCID
extends CID

A selector based on a multi byte sequence.


Field Summary
 
Fields inherited from class de.intarsys.pdf.font.CID
Notdef
 
Constructor Summary
CIDSelectorCID(byte[] bytes, int offset, int length)
           
CIDSelectorCID(int value)
           
 
Method Summary
 int getLength()
          The number of bytes this CID occupies.
 int getValue()
          The integer equivalent of the cid.
 
Methods inherited from class de.intarsys.pdf.font.CID
getFontNumber
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIDSelectorCID

public CIDSelectorCID(int value)

CIDSelectorCID

public CIDSelectorCID(byte[] bytes,
                      int offset,
                      int length)
Method Detail

getLength

public int getLength()
Description copied from class: CID
The number of bytes this CID occupies.

Specified by:
getLength in class CID
Returns:
The number of bytes this CID occupies.

getValue

public int getValue()
Description copied from class: CID
The integer equivalent of the cid.

A CID must not be larger than the platform integer size.

Specified by:
getValue in class CID
Returns:
The integer equivalent of the cid.

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.