Uses of Class
eu.bandm.tools.d2d2.base.SyntaxGraph.LayoutParameters
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
-
Uses of SyntaxGraph.LayoutParameters in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescriptionprotected final SyntaxGraph.LayoutParameters
SyntaxGraph.layoutParameters
The parameters for layout calculaton and drawing.Modifier and TypeMethodDescriptionvoid
Userdoc.makePngAndMap
(XRegExp def0, String modName, Color backgroundColor, SyntaxGraph.LayoutParameters layoutParams) Create one single graphic file containing the graphic representation of the syntax of one single definition.void
SyntaxGraph.RefPainter_simple.paintRef
(Graphics2D gr, SyntaxGraph.LayoutParameters lp, Expression exp, String tag, boolean isInsertion, int x0, int y0, int w, int h) void
SyntaxGraph.RefPainter.paintRef
(Graphics2D gr, SyntaxGraph.LayoutParameters lp, Expression exp, String tag, boolean isInsertion, int x0, int y0, int w, int h) void
Userdoc.RefPainter_custom.paintRef
(Graphics2D gr, SyntaxGraph.LayoutParameters layoutParameters, Expression exp, String tag, boolean isInsertion, int x0, int y0, int w, int h) ModifierConstructorDescriptionSyntaxGraph
(Graphics2D graphics2D, SyntaxGraph.LayoutParameters layoutParameters) Create a processor with the explicitly given layout parameters.