Com.jme3.ui.Picture getter methods

Hey jMonkeys!





I was just playing around with the guiNode of SimpleApplication and adding some stuff to it.

So i created a com.jme3.ui.Picture Object from which i called setWidth, setHeight and setPosition. It seems useful to me to get the picture’s width and height back in setPostion, so why are the Width and Height variables in Picture both private and don’t have a getter?





Greetings



Meral Harbes

good point, i suppose there is no harm adding these getters.