Render membrane drawable trees to java.awt.image.BufferedImage via membrane's Java2D backend. Faster than SVG for large plots and produces raster output that Clay renders automatically.
Render membrane drawable trees to java.awt.image.BufferedImage via membrane's Java2D backend. Faster than SVG for large plots and produces raster output that Clay renders automatically.
Composite plan -> membrane rendering. The CompositePlan dispatch of the plan->membrane multimethod, plus the membrane drawables for composite chrome (title, strip labels, shared legend).
Pure data-side composite logic -- chrome geometry, layout
computation, composite-pose->draft, composite-draft->plan -- stays
in impl/compositor.clj. This namespace only handles the rendering
side and depends on membrane, keeping impl/ free of membrane
dependencies.
Composite plan -> membrane rendering. The CompositePlan dispatch of the plan->membrane multimethod, plus the membrane drawables for composite chrome (title, strip labels, shared legend). Pure data-side composite logic -- chrome geometry, layout computation, composite-pose->draft, composite-draft->plan -- stays in `impl/compositor.clj`. This namespace only handles the rendering side and depends on membrane, keeping `impl/` free of membrane dependencies.
No vars found in this namespace.
Build a PlotjeMembrane from a plan.
Plan → membrane is format-agnostic: the resulting Membrane
component can be rendered to SVG, PNG, or any other format a
Membrane backend supports.
The PlotjeMembrane record itself, plus the membrane? and
membrane-tree? predicates, live in scicloj.plotje.impl.membrane
and are re-exported here for callers already using this namespace.
Build a `PlotjeMembrane` from a plan. Plan → membrane is format-agnostic: the resulting Membrane component can be rendered to SVG, PNG, or any other format a Membrane backend supports. The `PlotjeMembrane` record itself, plus the `membrane?` and `membrane-tree?` predicates, live in `scicloj.plotje.impl.membrane` and are re-exported here for callers already using this namespace.
Convert membrane drawable trees to SVG hiccup.
Convert membrane drawable trees to SVG hiccup.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |