Uses of Class
cz.vutbr.fit.layout.impl.BaseArtifact
-
-
Uses of BaseArtifact in cz.vutbr.fit.layout.api
Subclasses of BaseArtifact in cz.vutbr.fit.layout.api Modifier and Type Class Description class
ArtifactInfo
Basic information about an artifact that can be obtained from a repository without actually loading the whole artifact. -
Uses of BaseArtifact in cz.vutbr.fit.layout.cssbox.impl
Subclasses of BaseArtifact in cz.vutbr.fit.layout.cssbox.impl Modifier and Type Class Description class
PageImpl
-
Uses of BaseArtifact in cz.vutbr.fit.layout.impl
Subclasses of BaseArtifact in cz.vutbr.fit.layout.impl Modifier and Type Class Description class
DefaultAreaTree
Default Page implementation.class
DefaultChunkSet
A default chunk set implementation.class
DefaultLogicalAreaTree
Default implementation of the logical area tree.class
DefaultPage
Default generic page implementation. -
Uses of BaseArtifact in cz.vutbr.fit.layout.pdf.impl
Subclasses of BaseArtifact in cz.vutbr.fit.layout.pdf.impl Modifier and Type Class Description class
PageImpl
-
Uses of BaseArtifact in cz.vutbr.fit.layout.puppeteer.impl
Subclasses of BaseArtifact in cz.vutbr.fit.layout.puppeteer.impl Modifier and Type Class Description class
PageImpl
-
Uses of BaseArtifact in cz.vutbr.fit.layout.rdf
Subclasses of BaseArtifact in cz.vutbr.fit.layout.rdf Modifier and Type Class Description class
AreaTreeInfo
class
ChunkSetInfo
class
PageInfo
Class extends the artifact info by page-specific properties.class
RDFArtifactInfo
Information about an artifact obtained from a RDF model.Methods in cz.vutbr.fit.layout.rdf with parameters of type BaseArtifact Modifier and Type Method Description void
RDFArtifactInfo. applyToArtifact(BaseArtifact a)
-
Uses of BaseArtifact in cz.vutbr.fit.layout.rdf.model
Subclasses of BaseArtifact in cz.vutbr.fit.layout.rdf.model Modifier and Type Class Description class
RDFAreaTree
class
RDFChunkSet
class
RDFPage
-
Uses of BaseArtifact in cz.vutbr.fit.layout.segm
Subclasses of BaseArtifact in cz.vutbr.fit.layout.segm Modifier and Type Class Description class
SegmentationAreaTree
A tree of visual areas created from a box tree.
-