Packageorg.purepdf.pdf
Classpublic class DefaultSplitCharacter
InheritanceDefaultSplitCharacter Inheritance Object
Implements ISplitCharacter



Public Methods
 MethodDefined By
  
DefaultSplitCharacter
  
isSplitCharacter(start:int, current:int, end:int, cc:Vector.<int>, ck:Vector.<PdfChunk>):Boolean
DefaultSplitCharacter
Protected Methods
 MethodDefined By
  
getCurrentCharacter(current:int, cc:Vector.<int>, ck:Vector.<PdfChunk>):int
Returns the current character
DefaultSplitCharacter
Public Constants
 ConstantDefined By
  DEFAULT : ISplitCharacter
[static]
DefaultSplitCharacter
Constructor Detail
DefaultSplitCharacter()Constructor
public function DefaultSplitCharacter()



Method Detail
getCurrentCharacter()method
protected function getCurrentCharacter(current:int, cc:Vector.<int>, ck:Vector.<PdfChunk>):int

Returns the current character

Parameters

current:int — current position in the array
 
cc:Vector.<int> — the character array that has to be checked
 
ck:Vector.<PdfChunk> — chunk array

Returns
int — the current character
isSplitCharacter()method 
public function isSplitCharacter(start:int, current:int, end:int, cc:Vector.<int>, ck:Vector.<PdfChunk>):Boolean

Parameters

start:int
 
current:int
 
end:int
 
cc:Vector.<int>
 
ck:Vector.<PdfChunk>

Returns
Boolean
Constant Detail
DEFAULTConstant
public static const DEFAULT:ISplitCharacter