Uses of Interface
cz.vutbr.fit.layout.model.GenericTreeNode
-
-
Uses of GenericTreeNode in cz.vutbr.fit.layout.cssbox.impl
Classes in cz.vutbr.fit.layout.cssbox.impl that implement GenericTreeNode Modifier and Type Class Description classBoxNodeA node of a tree of visual blocks. -
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. -
Uses of GenericTreeNode in cz.vutbr.fit.layout.pdf.impl
Classes in cz.vutbr.fit.layout.pdf.impl that implement GenericTreeNode Modifier and Type Class Description classBoxImpl -
Uses of GenericTreeNode in cz.vutbr.fit.layout.puppeteer.impl
Classes in cz.vutbr.fit.layout.puppeteer.impl that implement GenericTreeNode Modifier and Type Class Description classBoxImplA standard box implementation extended by additional properties necessary for building the resulting tree correctly. -
Uses of GenericTreeNode in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf with type parameters of type GenericTreeNode Modifier and Type Method Description protected <T extends GenericTreeNode<T>>
voidModelLoaderBase. checkChildOrderValues(GenericTreeNode<T> root)Checks that each child area has a document order assigned and that the children are ordered by the assigned order.Methods in cz.vutbr.fit.layout.rdf with parameters of type GenericTreeNode Modifier and Type Method Description protected <T extends GenericTreeNode<T>>
voidModelLoaderBase. checkChildOrderValues(GenericTreeNode<T> root)Checks that each child area has a document order assigned and that the children are ordered by the assigned order. -
Uses of GenericTreeNode in cz.vutbr.fit.layout.rdf.model
Classes in cz.vutbr.fit.layout.rdf.model that implement GenericTreeNode Modifier and Type Class Description classRDFAreaclassRDFBoxclassRDFLogicalArea
-