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 classDefaultContentLineA default ContentLine implementation using a simple ArrayList.Methods in cz.vutbr.fit.layout.impl that return ContentLine Modifier and Type Method Description ContentLineDefaultContentRect. getLine()ContentLineDefaultTreeContentRect. getLine()Methods in cz.vutbr.fit.layout.impl with parameters of type ContentLine Modifier and Type Method Description voidDefaultContentRect. setLine(ContentLine line)voidDefaultTreeContentRect. 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 ContentLineContentRect. 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 voidContentRect. setLine(ContentLine line)Assigns the content line to the area.
-