clojure.graphics.shape-drawer

ShapeDrawer

protocol

members

arc!

(arc! _ center-x center-y radius start-angle degree)

circle!

(circle! _ x y radius)

ellipse!

(ellipse! _ x y radius-x radius-y)

filled-circle!

(filled-circle! _ x y radius)

filled-ellipse!

(filled-ellipse! _ x y radius-x radius-y)

filled-rectangle!

(filled-rectangle! _ x y w h)

line!

(line! _ sx sy ex ey)

rectangle!

(rectangle! _ x y w h)

sector!

(sector! _ center-x center-y radius start-angle degree)

set-color!

(set-color! _ color)

with-line-width

(with-line-width _ width draw-fn)