public static interface LocationTextExtractionStrategy.TextChunkLocation extends Comparable<LocationTextExtractionStrategy.TextChunkLocation>
| Modifier and Type | Method and Description | 
|---|---|
float |  
           distanceFromEndOf(LocationTextExtractionStrategy.TextChunkLocation other)  |  
          
float |  
           distParallelEnd()  |  
          
float |  
           distParallelStart()  |  
          
int |  
           distPerpendicular()  |  
          
float |  
           getCharSpaceWidth()  |  
          
Vector |  
           getEndLocation()  |  
          
Vector |  
           getStartLocation()  |  
          
boolean |  
           isAtWordBoundary(LocationTextExtractionStrategy.TextChunkLocation previous)  |  
          
int |  
           orientationMagnitude()  |  
          
boolean |  
           sameLine(LocationTextExtractionStrategy.TextChunkLocation as)  |  
          
compareTofloat distParallelEnd()
float distParallelStart()
int distPerpendicular()
float getCharSpaceWidth()
Vector getEndLocation()
Vector getStartLocation()
int orientationMagnitude()
boolean sameLine(LocationTextExtractionStrategy.TextChunkLocation as)
float distanceFromEndOf(LocationTextExtractionStrategy.TextChunkLocation other)
boolean isAtWordBoundary(LocationTextExtractionStrategy.TextChunkLocation previous)
Copyright © 1998–2019. All rights reserved.