I am trying to simulate the effect one would get from this css example:
border-radius: 50%;
From searching the API and reading posts on forums
In one Line with Circle as Clip.You can use setClip(any shape).:
imageView.setClip(new Circle(width,height,radius);
The width,height,radius have to be slighty smaller that ImageView size to work.
width,height,radius
Inspired by GuiGarage web site.