Posts by Lucas Lemos • 13 points
1 post
-
1
votes1
answer41
viewsQ: How to check an Imagepattern of a Rectangle in Javafx?
I’m trying to check in this method if my Square, which inherits from Rectangle, was filled with an Imagepattern through the getFill function(): public boolean HouseIsValid(House Square) { return…