File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -580,41 +580,65 @@ public function setShowGridX($value = true)
580
580
return $ this ;
581
581
}
582
582
583
+ /**
584
+ * @return null|float|int
585
+ */
583
586
public function minY ()
584
587
{
585
588
return $ this ->minY ;
586
589
}
587
590
591
+ /**
592
+ * @param null|float|int $minY
593
+ */
588
594
public function setMinY ($ minY ): void
589
595
{
590
596
$ this ->minY = $ minY ;
591
597
}
592
598
599
+ /**
600
+ * @return null|float|int
601
+ */
593
602
public function minX ()
594
603
{
595
604
return $ this ->minX ;
596
605
}
597
606
598
- public function setMinX ($ minX )
607
+ /**
608
+ * @param null|float|int $minX
609
+ */
610
+ public function setMinX ($ minX ): void
599
611
{
600
612
$ this ->minX = $ minX ;
601
613
}
602
614
615
+ /**
616
+ * @return null|float|int
617
+ */
603
618
public function maxY ()
604
619
{
605
620
return $ this ->maxY ;
606
621
}
607
622
623
+ /**
624
+ * @param null|float|int $maxY
625
+ */
608
626
public function setMaxY ($ maxY ): void
609
627
{
610
628
$ this ->maxY = $ maxY ;
611
629
}
612
630
631
+ /**
632
+ * @return null|float|int
633
+ */
613
634
public function maxX ()
614
635
{
615
636
return $ this ->maxX ;
616
637
}
617
638
639
+ /**
640
+ * @param null|float|int $maxX
641
+ */
618
642
public function setMaxX ($ maxX ): void
619
643
{
620
644
$ this ->maxX = $ maxX ;
You can’t perform that action at this time.
0 commit comments