Liking cljdoc? Tell your friends :D

clj-paper-print.utility


inches->screenclj

(inches->screen d)

The java print api is accepting the dimension values on 1/72 of an inch. The values will be multiplied by 72

The java print api is accepting the dimension values on 1/72 of an inch.
The values will be multiplied by 72
sourceraw docstring

mm->screenclj

(mm->screen d)

A helper function to translate mm to java's screen units , (1/72 of inch).

A helper function to translate mm to java's screen units , (1/72 of inch).
sourceraw docstring

roundingclj

(rounding x)
(rounding x y)

A multi-arity function to round the dimensions to decimal points. By default rounding at 1 decimal points.

A multi-arity function  to round the dimensions to decimal points.
By default rounding at 1 decimal points.
sourceraw docstring

screen->inchesclj

(screen->inches d)

A helper function to translate java's screen units ()

A helper function to translate java's screen units ()
sourceraw docstring

screen->mmclj

(screen->mm d)

A helper function to tranlate from java's screen units (1 u = 1/72 inch).

A helper function to tranlate from java's screen units (1 u = 1/72 inch).
sourceraw docstring

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

× close