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