Module Mlpost.Helpers


module Helpers: sig .. end

val dotlabels : ?pos:Command.position ->
string list -> Point.t list -> Command.t
val draw_simple_arrow : ?color:Color.t ->
?pen:Pen.t ->
?dashed:Dash.t ->
?style:Path.joint ->
?outd:Path.direction ->
?ind:Path.direction ->
Point.t -> Point.t -> Command.t
val draw_label_arrow : ?color:Color.t ->
?pen:Pen.t ->
?dashed:Dash.t ->
?style:Path.joint ->
?outd:Path.direction ->
?ind:Path.direction ->
?pos:Command.position ->
Picture.t -> Point.t -> Point.t -> Command.t
val draw_labelbox_arrow : ?color:Color.t ->
?pen:Pen.t ->
?dashed:Dash.t ->
?style:Path.joint ->
?outd:Path.direction ->
?ind:Path.direction ->
?pos:Command.position ->
Box.t -> Point.t -> Point.t -> Command.t
val box_arrow : ?color:Color.t ->
?pen:Pen.t ->
?dashed:Dash.t ->
?style:Path.joint ->
?outd:Path.direction ->
?ind:Path.direction ->
?sep:Num.t -> Box.t -> Box.t -> Command.t
val box_line : ?color:Color.t ->
?pen:Pen.t ->
?dashed:Dash.t ->
?style:Path.joint ->
?outd:Path.direction ->
?ind:Path.direction ->
?sep:Num.t -> Box.t -> Box.t -> Command.t
val box_label_arrow : ?color:Color.t ->
?pen:Pen.t ->
?dashed:Dash.t ->
?style:Path.joint ->
?outd:Path.direction ->
?ind:Path.direction ->
?sep:Num.t ->
?pos:Command.position ->
Picture.t -> Box.t -> Box.t -> Command.t
val box_label_line : ?color:Color.t ->
?pen:Pen.t ->
?dashed:Dash.t ->
?style:Path.joint ->
?outd:Path.direction ->
?ind:Path.direction ->
?sep:Num.t ->
?pos:Command.position ->
Picture.t -> Box.t -> Box.t -> Command.t
val box_labelbox_arrow : ?color:Color.t ->
?pen:Pen.t ->
?dashed:Dash.t ->
?style:Path.joint ->
?outd:Path.direction ->
?ind:Path.direction ->
?sep:Num.t ->
?pos:Command.position ->
Box.t -> Box.t -> Box.t -> Command.t