Uses of Interface
cz.vutbr.fit.layout.model.Rect
-
Packages that use Rect Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of Rect in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement Rect Modifier and Type Class Description classDefaultAreaDefault generic Area implementation.classDefaultBoxDefault generic box implementation.classDefaultContentRectA default ContentRect implementation which is not used in a tree.classDefaultTextChunkA default text chunk implementation.classDefaultTreeContentRect<T extends GenericTreeNode<T>>A default ContentRect implementation that is a tree node at the same time. -
Uses of Rect in cz.vutbr.fit.layout.model
Subinterfaces of Rect in cz.vutbr.fit.layout.model Modifier and Type Interface Description interfaceAreaAn area containing several visual boxes.interfaceBoxThis class represents a box in the rendered page tree.interfaceContentRectA generic rectangular content within a page.interfaceTextChunkAn rectangular area representing a text chunk.Classes in cz.vutbr.fit.layout.model that implement Rect Modifier and Type Class Description classRectangularThis class represents a general rectangular area.
-