java.lang.Comparable<LocationTextExtractionStrategy.TextChunkLocation>
LocationTextExtractionStrategy.TextChunkLocationDefaultImp
public static interface LocationTextExtractionStrategy.TextChunkLocation extends java.lang.Comparable<LocationTextExtractionStrategy.TextChunkLocation>
Modifier and Type | Method | 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) |
float 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–2018. All rights reserved.