Class LineLabelBaseline
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.style.LineLabelBaseline
-
public class LineLabelBaseline extends Object
Determines a label point for a LineString, subject to a constraint envelope. The constraint is typically a viewport.- Author:
- mdavis
-
-
Constructor Summary
Constructors Constructor Description LineLabelBaseline(LineString line, Envelope constraintEnv)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LineSegment
getBaseline()
static LineSegment
getBaseline(LineString line, Envelope constraintEnv)
-
-
-
Constructor Detail
-
LineLabelBaseline
public LineLabelBaseline(LineString line, Envelope constraintEnv)
-
-
Method Detail
-
getBaseline
public static LineSegment getBaseline(LineString line, Envelope constraintEnv)
-
getBaseline
public LineSegment getBaseline()
-
-