Liking cljdoc? Tell your friends :D

org.soulspace.cmp.jfreechart.export


draw-chart-with-graphics2dclj

(draw-chart-with-graphics2d chart rectangle2d graphics2d)

Draws the 'chart' with the dimensions of 'rectangle2d' in the given 'graphics2d' context and returns the context.

Draws the 'chart' with the dimensions of 'rectangle2d' in the given 'graphics2d' context and returns the context.
raw docstring

save-chart-as-jpgclj

(save-chart-as-jpg file chart width height)

Save the 'chart' in JPEG format with the specified 'width' and 'height' to the given 'file'.

Save the 'chart' in JPEG format with the specified 'width' and 'height' to the given 'file'.
raw docstring

save-chart-as-pngclj

(save-chart-as-png file chart width height)

Save the 'chart' in PNG format with the specified 'width' and 'height' to the given 'file'.

Save the 'chart' in PNG format with the specified 'width' and 'height' to the given 'file'.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close