Interface ITextChunkLocation
-
- All Known Implementing Classes:
TextChunkLocationDefaultImp
public interface ITextChunkLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
distanceFromEndOf(ITextChunkLocation other)
float
distParallelEnd()
float
distParallelStart()
int
distPerpendicular()
float
getCharSpaceWidth()
Vector
getEndLocation()
Vector
getStartLocation()
boolean
isAtWordBoundary(ITextChunkLocation previous)
int
orientationMagnitude()
boolean
sameLine(ITextChunkLocation as)
-
-
-
Method Detail
-
distParallelEnd
float distParallelEnd()
-
distParallelStart
float distParallelStart()
-
distPerpendicular
int distPerpendicular()
-
getCharSpaceWidth
float getCharSpaceWidth()
-
getEndLocation
Vector getEndLocation()
-
getStartLocation
Vector getStartLocation()
-
orientationMagnitude
int orientationMagnitude()
-
sameLine
boolean sameLine(ITextChunkLocation as)
-
distanceFromEndOf
float distanceFromEndOf(ITextChunkLocation other)
-
isAtWordBoundary
boolean isAtWordBoundary(ITextChunkLocation previous)
-
-