Uses of Interface
cz.vutbr.fit.layout.model.GenericTreeNode
-
Packages that use GenericTreeNode Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of GenericTreeNode in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl with type parameters of type GenericTreeNode Modifier and Type Class Description classDefaultTreeContentRect<T extends GenericTreeNode<T>>A default ContentRect implementation that is a tree node at the same time.classDefaultTreeNode<T extends GenericTreeNode<T>>A generic tree node used as a base for the Box and Area implementation.Classes in cz.vutbr.fit.layout.impl that implement GenericTreeNode Modifier and Type Class Description classDefaultAreaDefault generic Area implementation.classDefaultBoxDefault generic box implementation.classDefaultLogicalAreaDefault LogicalArea implementation.classDefaultTreeContentRect<T extends GenericTreeNode<T>>A default ContentRect implementation that is a tree node at the same time.classDefaultTreeNode<T extends GenericTreeNode<T>>A generic tree node used as a base for the Box and Area implementation. -
Uses of GenericTreeNode in cz.vutbr.fit.layout.model
Classes in cz.vutbr.fit.layout.model with type parameters of type GenericTreeNode Modifier and Type Interface Description interfaceGenericTreeNode<T extends GenericTreeNode<T>>A generic tree node interface.Subinterfaces of GenericTreeNode 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.interfaceLogicalAreaLogical area represents a set of areas that form a single semantic entity.
-