Uses of Interface
cz.vutbr.fit.layout.model.Box
-
-
Uses of Box in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api with parameters of type Box Modifier and Type Method Description void
OutputDisplay. drawBox(Box box)
Draws the box contents on the page depending on the box type.void
OutputDisplay. drawExtent(Box box)
Draws the box bounds at the output display.Method parameters in cz.vutbr.fit.layout.api with type arguments of type Box Modifier and Type Method Description String
Concatenators.PlainBoxConcatenator. concat(List<Box> elems)
String
Concatenators.SeparatedBoxConcatenator. concat(List<Box> elems)
-
Uses of Box in cz.vutbr.fit.layout.bcs.impl
Methods in cz.vutbr.fit.layout.bcs.impl that return Box Modifier and Type Method Description Box
PageArea. getNode()
Methods in cz.vutbr.fit.layout.bcs.impl with parameters of type Box Modifier and Type Method Description List<PageArea>
AreaCreator. getAreas(Box root)
void
PageArea. setNode(Box node)
-
Uses of Box in cz.vutbr.fit.layout.cssbox.impl
Classes in cz.vutbr.fit.layout.cssbox.impl that implement Box Modifier and Type Class Description class
BoxNode
A node of a tree of visual blocks.Methods in cz.vutbr.fit.layout.cssbox.impl that return Box Modifier and Type Method Description protected Box
CSSBoxTreeBuilder. buildTree(org.fit.cssbox.layout.Viewport vp)
Methods in cz.vutbr.fit.layout.cssbox.impl that return types with arguments of type Box Modifier and Type Method Description List<Box>
BoxListRenderer. getBoxList()
Method parameters in cz.vutbr.fit.layout.cssbox.impl with type arguments of type Box Modifier and Type Method Description void
BoxListRenderer. setBoxList(List<Box> boxList)
-
Uses of Box in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement Box Modifier and Type Class Description class
DefaultBox
Default generic box implementation.Fields in cz.vutbr.fit.layout.impl declared as Box Modifier and Type Field Description protected Box
DefaultPage. root
Methods in cz.vutbr.fit.layout.impl that return Box Modifier and Type Method Description protected Box
BaseBoxTreeBuilder. buildTree(List<Box> boxlist, Color bgColor)
Box
DefaultPage. createBox()
Box
DefaultPage. createBox(Box src)
Box
DefaultBox. getIntrinsicParent()
Box
DefaultPage. getRoot()
Box
DefaultTextChunk. getSourceBox()
Methods in cz.vutbr.fit.layout.impl that return types with arguments of type Box Modifier and Type Method Description List<Box>
DefaultArea. getAllBoxes()
Obtains all the boxes from this area and all the child areas.List<Box>
DefaultArea. getBoxes()
Returns a vector of boxes that are inside of this areaList<Box>
DefaultPage. getBoxesAt(int x, int y)
List<Box>
DefaultPage. getBoxesInRegion(Rectangular r)
Methods in cz.vutbr.fit.layout.impl with parameters of type Box Modifier and Type Method Description void
DefaultArea. addBox(Box box)
protected void
BaseBoxTreeBuilder. computeBackgrounds(Box root, Color currentbg)
Computes efficient background color for all the nodes in the treeprotected Rectangular
BaseBoxTreeBuilder. computeVisualBounds(Box box)
protected boolean
BaseBoxTreeBuilder. contentEncloses(Box parent, Box child)
Area
DefaultAreaTree. createArea(Box box)
Box
DefaultPage. createBox(Box src)
TextChunk
DefaultChunkSet. createTextChunk(Rectangular r, Area sourceArea, Box sourceBox)
protected String
DefaultArea. getBoxDescription(Box box)
Obtains a box description used as the default area name when the area is created from a box.protected Rectangular
BaseBoxTreeBuilder. getMinimalVisualBounds(Box box)
Returns the minimal bounds of the box for enclosing all the contained boxes.void
BaseBoxTreeBuilder. markChildNodes(Box parent, List<Box> list, List<Box> parents)
Takes a list of nodes and selects the nodes whose parent box is identical to this node's box.protected void
BaseBoxTreeBuilder. markNodesInside(Box parent, List<Box> list, boolean useVisualBounds, List<Box> parents)
Takes a list of nodes and selects the nodes that are located directly inside of this node's box.void
BaseBoxTreeBuilder. recomputeBounds(Box root, boolean useVisualBounds)
Recomputes the total bounds of the whole subtree.protected void
BaseBoxTreeBuilder. recomputeVisualBounds(Box root)
Recomputes the visual bounds of the whole subtree.void
DefaultArea. removeBox(Box box)
Removes the given box from the given area.void
DefaultBox. setIntrinsicParent(Box intrinsicParent)
void
DefaultPage. setRoot(Box root)
void
DefaultTextChunk. setSourceBox(Box sourceBox)
protected void
BaseBoxTreeBuilder. takeChildren(Box parent, List<Box> list, List<Box> parents)
Goes through the parent's children, takes all the nodes that are inside of this node and makes them the children of this node.protected boolean
BaseBoxTreeBuilder. visuallyEncloses(Box parent, Box child)
Method parameters in cz.vutbr.fit.layout.impl with type arguments of type Box Modifier and Type Method Description protected Box
BaseBoxTreeBuilder. buildTree(List<Box> boxlist, Color bgColor)
Area
DefaultAreaTree. createArea(List<Box> boxes)
void
BaseBoxTreeBuilder. markChildNodes(Box parent, List<Box> list, List<Box> parents)
Takes a list of nodes and selects the nodes whose parent box is identical to this node's box.protected void
BaseBoxTreeBuilder. markNodesInside(Box parent, List<Box> list, boolean useVisualBounds, List<Box> parents)
Takes a list of nodes and selects the nodes that are located directly inside of this node's box.protected void
BaseBoxTreeBuilder. recomputeVisualBounds(List<Box> boxes)
Recomputes the visual bounds for a list of boxes.void
DefaultArea. removeBoxes(Collection<Box> box)
Removes the given boxes from the given area.protected void
BaseBoxTreeBuilder. takeChildren(Box parent, List<Box> list, List<Box> parents)
Goes through the parent's children, takes all the nodes that are inside of this node and makes them the children of this node.Constructors in cz.vutbr.fit.layout.impl with parameters of type Box Constructor Description DefaultArea(Box box)
DefaultBox(Box src)
DefaultTextChunk(Rectangular r, Area sourceArea, Box sourceBox)
Constructor parameters in cz.vutbr.fit.layout.impl with type arguments of type Box Constructor Description DefaultArea(List<Box> boxList)
-
Uses of Box in cz.vutbr.fit.layout.io
Methods in cz.vutbr.fit.layout.io with parameters of type Box Modifier and Type Method Description void
Graphics2DDisplay. drawBox(Box box)
void
Graphics2DDisplay. drawExtent(Box box)
protected HTMLOutputOperator.Style
HTMLOutputOperator. getBoxStyle(Box box, int px, int py)
protected HTMLOutputOperator.Style
HTMLOutputOperator. getBoxStyle(ContentRect parent, Box box)
-
Uses of Box in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return Box Modifier and Type Method Description Box
Page. createBox()
Creates a new empty box wihtin this page.Box
Page. createBox(Box src)
Creates a new box within this page by copying an existing one.Box
Box. getIntrinsicParent()
Gets the parent box of this box as obtained from the renderer.Box
Page. getRoot()
Returns the root box of the page.Box
TextChunk. getSourceBox()
Gets the source box the chunk was extracted from.Methods in cz.vutbr.fit.layout.model that return types with arguments of type Box Modifier and Type Method Description List<Box>
Area. getAllBoxes()
Obtains all the boxes from this area and all the child areas.List<Box>
Area. getBoxes()
Returns the list of boxes that belong directly to this area.List<Box>
Page. getBoxesAt(int x, int y)
Finds all the boxes that contain the given point within their visual bounds.List<Box>
Page. getBoxesInRegion(Rectangular r)
Finds the root boxes of subtrees that are fully contained in the given region based on their visual bounds.Methods in cz.vutbr.fit.layout.model with parameters of type Box Modifier and Type Method Description void
Area. addBox(Box box)
Adds a new box to the area.Area
AreaTree. createArea(Box box)
Creates a new area in the tree from a box.Box
Page. createBox(Box src)
Creates a new box within this page by copying an existing one.TextChunk
ChunkSet. createTextChunk(Rectangular r, Area sourceArea, Box sourceBox)
Method parameters in cz.vutbr.fit.layout.model with type arguments of type Box Modifier and Type Method Description Area
AreaTree. createArea(List<Box> boxes)
Creates a new area in the tree from a list of boxes. -
Uses of Box in cz.vutbr.fit.layout.pdf.impl
Classes in cz.vutbr.fit.layout.pdf.impl that implement Box Modifier and Type Class Description class
BoxImpl
Methods in cz.vutbr.fit.layout.pdf.impl that return types with arguments of type Box Modifier and Type Method Description List<Box>
FLBoxTree. getAllBoxes()
Constructors in cz.vutbr.fit.layout.pdf.impl with parameters of type Box Constructor Description BoxImpl(Box src)
-
Uses of Box in cz.vutbr.fit.layout.puppeteer.impl
Classes in cz.vutbr.fit.layout.puppeteer.impl that implement Box Modifier and Type Class Description class
BoxImpl
A standard box implementation extended by additional properties necessary for building the resulting tree correctly.Methods in cz.vutbr.fit.layout.puppeteer.impl that return types with arguments of type Box Modifier and Type Method Description List<Box>
BoxList. getBoxes()
Gets the complete list of boxes.List<Box>
BoxList. getVisibleBoxes()
Gets a list of all visible boxes. -
Uses of Box in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf with parameters of type Box Modifier and Type Method Description org.eclipse.rdf4j.model.IRI
DefaultIRIFactory. createBoxURI(org.eclipse.rdf4j.model.IRI pageUri, Box box)
org.eclipse.rdf4j.model.IRI
IRIFactory. createBoxURI(org.eclipse.rdf4j.model.IRI pageUri, Box box)
Creates a box IRI.protected org.eclipse.rdf4j.model.IRI
ModelTransformer. getBoxIri(org.eclipse.rdf4j.model.IRI pageIri, Box box)
Reuses a box IRI or creates a new one if the box is not an RDFBox. -
Uses of Box in cz.vutbr.fit.layout.rdf.model
Classes in cz.vutbr.fit.layout.rdf.model that implement Box Modifier and Type Class Description class
RDFBox
Constructors in cz.vutbr.fit.layout.rdf.model with parameters of type Box Constructor Description RDFTextChunk(Rectangular r, Area sourceArea, Box sourceBox, org.eclipse.rdf4j.model.IRI uri)
-
Uses of Box in cz.vutbr.fit.layout.segm
Methods in cz.vutbr.fit.layout.segm with parameters of type Box Modifier and Type Method Description protected boolean
SegmentationAreaTree. isVisuallySeparated(Box box)
-
Uses of Box in cz.vutbr.fit.layout.text
Method parameters in cz.vutbr.fit.layout.text with type arguments of type Box Modifier and Type Method Description String
TextFlowConcatenator.TextFlowBoxConcatenator. concat(List<Box> elems)
-
Uses of Box in cz.vutbr.fit.layout.text.chunks
Methods in cz.vutbr.fit.layout.text.chunks that return Box Modifier and Type Method Description Box
BoxText. getBoxForPosition(int pos)
Methods in cz.vutbr.fit.layout.text.chunks that return types with arguments of type Box Modifier and Type Method Description List<Box>
BoxText. getBoxes()
Constructor parameters in cz.vutbr.fit.layout.text.chunks with type arguments of type Box Constructor Description SourceBoxList(Collection<Box> boxes, boolean blockLayout)
Creates a box list with the given layout. -
Uses of Box in cz.vutbr.fit.layout.vips.impl
Methods in cz.vutbr.fit.layout.vips.impl that return Box Modifier and Type Method Description Box
VisualBlock. getBox()
Gets Box corresponding to the blockMethods in cz.vutbr.fit.layout.vips.impl with parameters of type Box Modifier and Type Method Description static String
Utils. fontWeight(Box box)
void
VisualBlock. setBox(Box box)
Sets block corresponding Box
-