Uses of Class
ca.cgjennings.layout.LayoutSegment
-
Packages that use LayoutSegment Package Description ca.cgjennings.layout -
-
Uses of LayoutSegment in ca.cgjennings.layout
Method parameters in ca.cgjennings.layout with type arguments of type LayoutSegment Modifier and Type Method Description void
MarkupRenderer. appendSegments(java.awt.Graphics2D g, java.awt.geom.Rectangle2D r, java.util.List<LayoutSegment> appendList)
Instead of drawing the text, appends a sequence ofLayoutSegment
s list; these segments can then be used by the caller to evaluate, customize and/or draw the layout.
-