Hi all<br>I'm trying to draw rectangles or any objects with passing parameters other than integeres to drawRect() or to object.setBounds() methods.The problem is i can't found a similar methods to accept floats or doubles .<br>i tried to use parse methods and convert my flots or doubles to integers and round() to round those nubers to the nearst int values,but when look into the graphs i see the same level<br>for all values that have decimal points between 0.5 to 0.9 and the same as 0.1 to 0.5.<br>I hope someone will help me with this.<br>thanks alot.