Interface ITextChunkLocation
-
- All Known Implementing Classes:
TextChunkLocationDefaultImp
public interface ITextChunkLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatdistanceFromEndOf(ITextChunkLocation other)floatdistParallelEnd()floatdistParallelStart()intdistPerpendicular()floatgetCharSpaceWidth()VectorgetEndLocation()VectorgetStartLocation()booleanisAtWordBoundary(ITextChunkLocation previous)intorientationMagnitude()booleansameLine(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)
-
-