
Public Member Functions | |
| override void | Initialize (SVGReportFactory factory) |
| override bool | Compile () |
| void | addInteractionPoint (int left_pos, int top_pos, String label, String label_align, String label_color, String marker_color, bool as_cdata) |
Private Attributes | |
| int | minimum_track_points = 0 |
| int | minimum_interaction_points = 0 |
| bool | clip_track_width = false |
| bool | clip_track_height = false |
| Hashtable | coords = null |
| XmlElement | interaction_node = null |
| bool | hide_client_details = false |
| override void Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.Initialize | ( | SVGReportFactory | factory | ) | [virtual] |
Reimplemented from Core.Reports.SvgReports.SVGReport.
| override bool Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.Compile | ( | ) | [virtual] |
Reimplemented from Core.Reports.SvgReports.SVGReport.
| void Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.addInteractionPoint | ( | int | left_pos, | |
| int | top_pos, | |||
| String | label, | |||
| String | label_align, | |||
| String | label_color, | |||
| String | marker_color, | |||
| bool | as_cdata | |||
| ) |
int Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.minimum_track_points = 0 [private] |
int Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.minimum_interaction_points = 0 [private] |
bool Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.clip_track_width = false [private] |
bool Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.clip_track_height = false [private] |
Hashtable Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.coords = null [private] |
XmlElement Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.interaction_node = null [private] |
bool Core.Reports.SvgReports.Standard.SVGSingleUrlInteractionReport.hide_client_details = false [private] |