misc/
mg_timeline.pro
includes main-level programMG_TIMELINE is a timeline creation routine which creates a PostScript output file from an XML input file.
Examples
Try the main-level example program at the end of this file:
IDL> .run mg_timeline
Class description for mg_timelinetext
Properties
Properties in mg_timelinetext
- alignment get set
- color get set
- date get set
- level get set
- text get set
Class description for mg_timelineactivity
Properties
Properties in mg_timelineactivity
- color get set
- level get set
- name get set
- report get set
- start get set
- value get set
Class description for mg_timelineinterval
Properties
Properties in mg_timelineinterval
- color get set
- end_date get set
- level get set
- name get set
- start_date get set
Class description for mg_timelineevent
Properties
Properties in mg_timelineevent
- color get set
- date get set
- level get set
- text get set
Class description for mg_timeline
Inheritance
- IDLFFXMLSAX
Properties
Properties in mg_timeline
- _extra init
- activities get
- end_date get
- events get
- intervals get
- major get
- mark_now get
- now_color get
- start_date get
- texts get
- ticks get
Routines
top mg_timeline
mg_timeline, filename, outputFilename
Create a timeline from the given input file.
Parameters
- filename in required type=string
input XML file
- outputFilename in required type=string
name of PostScript output file
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 474 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.