Uses of Interface
cz.vutbr.fit.layout.model.ContentLine
-
Packages that use ContentLine Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of ContentLine in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement ContentLine Modifier and Type Class Description class
DefaultContentLine
A default ContentLine implementation using a simple ArrayList.Methods in cz.vutbr.fit.layout.impl that return ContentLine Modifier and Type Method Description ContentLine
DefaultContentRect. getLine()
ContentLine
DefaultTreeContentRect. getLine()
Methods in cz.vutbr.fit.layout.impl with parameters of type ContentLine Modifier and Type Method Description void
DefaultContentRect. setLine(ContentLine line)
void
DefaultTreeContentRect. setLine(ContentLine line)
-
Uses of ContentLine in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return ContentLine Modifier and Type Method Description ContentLine
ContentRect. getLine()
Returns the content line the area belongs to.Methods in cz.vutbr.fit.layout.model with parameters of type ContentLine Modifier and Type Method Description void
ContentRect. setLine(ContentLine line)
Assigns the content line to the area.
-