Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Kicad modules signatures
Color of the text. These are the colors appearing ing Kicad schematics
Transformation matrix of a relative coordinate around an absolute coordinate. The matrix is layed out as a pair of two lines of pairs
module type Painter = sig ... end
A module able to paint a canvas with several graphic primitives and then to process the canvas into a picture file format. The functions are supposed to be pure
module type SchPainter = sig ... end
A module able to paint a schematic in a schematic context
module type CompPainter = sig ... end
Library component painter