gdx.graphics.shape-drawer
arc
(arc sd [centre-x centre-y] radius start-angle degree)
circle
(circle sd [x y] radius)
ellipse
(ellipse sd [x y] radius-x radius-y)
filled-circle
(filled-circle sd [x y] radius)
filled-ellipse
(filled-ellipse sd [x y] radius-x radius-y)
filled-rectangle
(filled-rectangle sd x y w h)
grid
(grid sd leftx bottomy gridw gridh cellw cellh)
line
(line sd [sx sy] [ex ey])
rectangle
(rectangle sd x y w h)
sector
(sector sd [centre-x centre-y] radius start-angle degree)
set-color
(set-color sd color)
with-line-width
(with-line-width sd width draw-fn)