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 class
BoxNode
A 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 class
DefaultTreeContentRect<T extends GenericTreeNode<T>>
A default ContentRect implementation that is a tree node at the same time.class
DefaultTreeNode<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 class
DefaultArea
Default generic Area implementation.class
DefaultBox
Default generic box implementation.class
DefaultLogicalArea
Default LogicalArea implementation.class
DefaultTreeContentRect<T extends GenericTreeNode<T>>
A default ContentRect implementation that is a tree node at the same time.class
DefaultTreeNode<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 interface
GenericTreeNode<T extends GenericTreeNode<T>>
A generic tree node interface.Subinterfaces of GenericTreeNode in cz.vutbr.fit.layout.model Modifier and Type Interface Description interface
Area
An area containing several visual boxes.interface
Box
This class represents a box in the rendered page tree.interface
LogicalArea
Logical 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 class
BoxImpl
-
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 class
BoxImpl
A 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 class
RDFArea
class
RDFBox
class
RDFLogicalArea
-