Uses of Class
org.geotools.renderer.label.LineStringCursor
-
Packages that use LineStringCursor Package Description org.geotools.renderer.label -
-
Uses of LineStringCursor in org.geotools.renderer.label
Methods in org.geotools.renderer.label that return LineStringCursor Modifier and Type Method Description LineStringCursor
LineStringCursor. reverse()
Returns a line string cursor based on the opposite walking direction.Methods in org.geotools.renderer.label with parameters of type LineStringCursor Modifier and Type Method Description void
LabelPainter. paintCurvedLabel(LineStringCursor cursor)
Paints a label that follows the line, centered in the current cursor positionConstructors in org.geotools.renderer.label with parameters of type LineStringCursor Constructor Description LineStringCursor(LineStringCursor cursor)
Copy constructor
-