Package com.prineside.tdi2.shapes
Class RangeCircle
java.lang.Object
com.prineside.tdi2.Shape
com.prineside.tdi2.shapes.RangeCircle
- All Implemented Interfaces:
 Pool.Poolable
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.prineside.tdi2.Shape
Shape.Factory<T extends Shape> - 
Method Summary
 
- 
Method Details
- 
setup
При minRadius <= 0 внутренний круг рисоваться не будет - 
getX
public float getX() - 
getY
public float getY() - 
getMinRadius
public float getMinRadius() - 
getMaxRadius
public float getMaxRadius() - 
getColor
 - 
draw
 - 
reset
public void reset()Description copied from interface:com.badlogic.gdx.utils.Pool.PoolableResets the object for reuse. Object references should be nulled and fields may be set to default values. 
 -