Objects from the Class
Objects can be created by calls of the form new("GraphTrackLine",
...) or parsed from a character vector track line with
as(text, "GraphTrackLine") or converted from a
BasicTrackLine using as(basic, "GraphTrackLine").Extends
Class "TrackLine", directly.