Draw over image javaFx
draw, javafx, uiimageview
Solution
Follow the solution in: View of the application javafx for which there is some source code to Create a pannable map background in JavaFX
The solution uses a StackPane to layer content over the image, but you could draw any node you like.
Problem
I have an ImageView object stored into a scrollPane and I need to be able to draw over that image.Please give me some sugestions.I use javaFx.