Package noaa.coastwatch.render.lines
package noaa.coastwatch.render.lines
Provides classes for holding and rendering lines on the earth and their labels.
-
ClassDescriptionThe
CenteredLabelFactoryclass creates labels that line up along the view edges.TheEdgeLabelFactoryclass creates labels that line up along the view edges.TheEdgeSegmentclass holds information about a segment which is close to an image edge.The types of edges possible for edge segments.TheLabeledLineclass holds the line label text and segment information for one labeled line on the earth.TheLineCollectionclass holds an ordered set of line objects.TheLineLabelFactoryinterface is implemented by classes that need to produce a set of labels for a line composed of line segments.