ReportItem - Элемент отчета¶
![digraph geometry {
node [shape="box", style=filled, fillcolor="lightgray"]
rankdir=LR
labelloc="t";
label="Элементы отчета:";
ReportItem [ href="ReportItem.html#ref-label-reportitem-class" ];
GeometryReportItem [ href="GeometryReportItem.html#ref-label-geometryreportitem-class" ];
MapReportItem [ href="MapReportItem.html#ref-label-mapreportitem-class" ];
RasterReportItem [ href="RasterReportItem.html#ref-label-rasterreportitem-class" ];
TableReportItem [ href="TableReportItem.html#ref-label-tablereportitem-class" ];
LegendReportItem [ href="LegendReportItem.html#ref-label-legendreportitem-class" ];
ScaleBarReportItem [ href="ScaleBarReportItem.html#ref-label-scalebarreportitem-class" ];
ReportItem -> GeometryReportItem;
ReportItem -> MapReportItem;
ReportItem -> RasterReportItem;
ReportItem -> TableReportItem;
ReportItem -> LegendReportItem;
ReportItem -> ScaleBarReportItem;
}](../../../_images/graphviz-f1db27d6760ade16ab7d3bb7a369156307fea521.png)
-
class
axipy.render.
ReportItem
¶ Базовый класс элемента отчета.
Attributes:
Стиль обводки элемента отчета.
Стиль заливки элемента отчета.
Размер (ограничивающий прямоугольник) элемента отчета в единицах измерения отчета.
Methods:
intersects
(checkRect)Пересекается ли с переданным прямоугольником.
-
intersects
(checkRect)¶ Пересекается ли с переданным прямоугольником.
-