Uses of Class
cz.vutbr.fit.layout.model.Rectangular
-
-
Uses of Rectangular in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api with parameters of type Rectangular Modifier and Type Method Description void
OutputDisplay. drawRectangle(Rectangular rect, Color color)
Draws the given rectangle with the specified color.static boolean
AreaUtils. isOnSameLine(Rectangular r1, Rectangular r2)
Checks if the given rectangles are on the same line. -
Uses of Rectangular in cz.vutbr.fit.layout.bcs.impl
Constructors in cz.vutbr.fit.layout.bcs.impl with parameters of type Rectangular Constructor Description PageArea(Color c, Rectangular rect)
-
Uses of Rectangular in cz.vutbr.fit.layout.cssbox.impl
Subclasses of Rectangular in cz.vutbr.fit.layout.cssbox.impl Modifier and Type Class Description class
RectangularZ
Zoomed rectangular.Methods in cz.vutbr.fit.layout.cssbox.impl that return Rectangular Modifier and Type Method Description Rectangular
BoxNode. getIntrinsicBounds()
Gets the original bounds of a box as provided by CSSBox.Rectangular
BoxNode. getSubstringBounds(int startPos, int endPos)
static Rectangular
Units. toRectangular(Rectangle src)
Rectangular
BoxTransform. transformRect(Rectangular rect)
Transforms a rectangle to other rectangle using the given transformation.Methods in cz.vutbr.fit.layout.cssbox.impl with parameters of type Rectangular Modifier and Type Method Description Rectangular
BoxTransform. transformRect(Rectangular rect)
Transforms a rectangle to other rectangle using the given transformation. -
Uses of Rectangular in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that return Rectangular Modifier and Type Method Description protected Rectangular
AreaListGridTopology. computeAreaBounds()
Obtains the absolute bounds of the parent area where the child areas are positioned.protected Rectangular
DefaultGridTopology. computeAreaBounds()
protected Rectangular
BaseBoxTreeBuilder. computeVisualBounds(Box box)
Rectangular
AreaGrid. getAbsolutePosition()
Obtains the absolute position where the grid is placed within the page.Rectangular
AreaGrid. getAreaBoundsAbsolute(int x1, int y1, int x2, int y2)
Computes the absolute coordinates of the specified area in the grid.Rectangular
AreaGrid. getAreaBoundsAbsolute(Rectangular area)
Computes the absolute coordinates of the specified area in the grid.Rectangular
DefaultContentRect. getBounds()
Rectangular
DefaultTreeContentRect. getBounds()
Rectangular
AreaGrid. getCellBoundsAbsolute(int x, int y)
Computes the absolute coordinates of the specified grid cell.Rectangular
AreaGrid. getCellBoundsRelative(int x, int y)
Computes the coordinates of the specified grid cell relatively to the area top left corner.Rectangular
DefaultArea. getContentBounds()
Rectangular
DefaultBox. getContentBounds()
Rectangular
DefaultArea. getGridPosition()
Gets the grid position of this area within the parent topology.protected Rectangular
BaseBoxTreeBuilder. getMinimalVisualBounds(Box box)
Returns the minimal bounds of the box for enclosing all the contained boxes.Rectangular
AreaListGridTopology. getPosition(ContentRect area)
Rectangular
DefaultGridTopology. getPosition(ContentRect area)
Rectangular
DefaultBox. getSubstringBounds(int startPos, int endPos)
Rectangular
AreaListGridTopology. getTopologyPosition()
Rectangular
DefaultBox. getVisualBounds()
Rectangular
AreaListGridTopology. toPixelPosition(Rectangular gp)
Rectangular
DefaultGridTopology. toPixelPosition(Rectangular gp)
Rectangular
AreaListGridTopology. toPixelPositionAbsolute(Rectangular gp)
Rectangular
DefaultGridTopology. toPixelPositionAbsolute(Rectangular gp)
Methods in cz.vutbr.fit.layout.impl that return types with arguments of type Rectangular Modifier and Type Method Description Map<ContentRect,Rectangular>
AreaListGridTopology. getPositionMap()
Methods in cz.vutbr.fit.layout.impl with parameters of type Rectangular Modifier and Type Method Description Area
DefaultAreaTree. createArea(Rectangular r)
Area
DefaultArea. createSuperArea(Rectangular gp, List<Area> selected, String name)
TextChunk
DefaultChunkSet. createTextChunk(Rectangular r, Area sourceArea, Box sourceBox)
Collection<ContentRect>
AreaListGridTopology. findAllAreasIntersecting(Rectangular r)
Rectangular
AreaGrid. getAreaBoundsAbsolute(Rectangular area)
Computes the absolute coordinates of the specified area in the grid.List<Box>
DefaultPage. getBoxesInRegion(Rectangular r)
void
DefaultContentRect. setBounds(Rectangular bounds)
void
DefaultTreeContentRect. setBounds(Rectangular bounds)
void
DefaultBox. setContentBounds(Rectangular contentBounds)
void
DefaultArea. setGridPosition(Rectangular gp)
Sets the grid position of this area within the parent topology.void
AreaListGridTopology. setPosition(ContentRect area, Rectangular gp)
void
DefaultBox. setVisualBounds(Rectangular visualBounds)
Rectangular
AreaListGridTopology. toPixelPosition(Rectangular gp)
Rectangular
DefaultGridTopology. toPixelPosition(Rectangular gp)
Rectangular
AreaListGridTopology. toPixelPositionAbsolute(Rectangular gp)
Rectangular
DefaultGridTopology. toPixelPositionAbsolute(Rectangular gp)
Constructors in cz.vutbr.fit.layout.impl with parameters of type Rectangular Constructor Description AreaGrid(Rectangular position, Collection<ContentRect> areas, AreaTopology targetTopology)
Constructs a grid from the list of areas.DefaultArea(Rectangular r)
DefaultTextChunk(Rectangular r, Area sourceArea, Box sourceBox)
-
Uses of Rectangular in cz.vutbr.fit.layout.io
Methods in cz.vutbr.fit.layout.io with parameters of type Rectangular Modifier and Type Method Description void
Graphics2DDisplay. drawRectangle(Rectangular rect, Color color)
-
Uses of Rectangular in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return Rectangular Modifier and Type Method Description Rectangular
Box. getBounds()
Returns the logical bounds of the box.Rectangular
ContentRect. getBounds()
Obtains the pixel position within in the page.Rectangular
Box. getContentBounds()
Returns the content bounds.Rectangular
Area. getGridPosition()
Gets the grid position of this area within the parent topology.Rectangular
AreaTopology. getPosition(ContentRect area)
Obtains the position of the given area within this topology.Rectangular
Box. getSubstringBounds(int startPos, int endPos)
Returns the bounds of a substring of the own text of the box starting atstartPos
and ending atendPos
.Rectangular
AreaTopology. getTopologyPosition()
Obtains the absolute position of the whole topology within the page.Rectangular
Box. getVisualBounds()
Returns the bounds of the box as they visually appear to the user.Rectangular
Rectangular. hsplit(Rectangular other)
If this rectangle intersets with the other one, splits this rectangle horizontally so that it does not intersect with the other one anymore.Rectangular
Rectangular. intersection(Rectangular other)
Computes the intersection of this rectangle with another one.Rectangular
Rectangular. replaceX(Rectangular other)
Replaces the X coordinates of the rectangle with the X coordinates of another one.Rectangular
Rectangular. replaceY(Rectangular other)
Replaces the Y coordinates of the rectangle with the Y coordinates of another one.Rectangular
AreaTopology. toPixelPosition(Rectangular topologyPosition)
Translates the bounds in the topology to pixel bounds.Rectangular
AreaTopology. toPixelPositionAbsolute(Rectangular topologyPosition)
Translates the bounds in the topology to absolute pixel bounds.Rectangular
Rectangular. union(Rectangular other)
Computes the union of this rectangle with another one.Rectangular
Rectangular. vsplit(Rectangular other)
If this rectangle intersets with the other one, splits this rectangle horizontally so that it does not intersect with the other one anymore.Methods in cz.vutbr.fit.layout.model that return types with arguments of type Rectangular Modifier and Type Method Description Map<ContentRect,Rectangular>
AreaTopology. getPositionMap()
Obtains a map assigning a position to each area.Methods in cz.vutbr.fit.layout.model with parameters of type Rectangular Modifier and Type Method Description void
Rectangular. copy(Rectangular src)
Area
AreaTree. createArea(Rectangular r)
Creates a new empty area in the tree.Area
Area. createSuperArea(Rectangular gp, List<Area> selected, String name)
Creates a new subarea from a specified region of the area and moves the selected child nodes to the new area.TextChunk
ChunkSet. createTextChunk(Rectangular r, Area sourceArea, Box sourceBox)
boolean
Rectangular. encloses(Rectangular other)
Checks if this rectangle entirely contains another rectangle.boolean
Rectangular. enclosesX(Rectangular other)
Checks if this rectangle entirely contains the X coordinates of another rectangle.boolean
Rectangular. enclosesY(Rectangular other)
Checks if this rectangle entirely contains the Y coordinates of another rectangle.void
Rectangular. expandToEnclose(Rectangular other)
Collection<ContentRect>
AreaTopology. findAllAreasIntersecting(Rectangular r)
Finds all the areas that intersect with the specified rectangle in the grid.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.Rectangular
Rectangular. hsplit(Rectangular other)
If this rectangle intersets with the other one, splits this rectangle horizontally so that it does not intersect with the other one anymore.Rectangular
Rectangular. intersection(Rectangular other)
Computes the intersection of this rectangle with another one.boolean
Rectangular. intersects(Rectangular other)
boolean
Rectangular. intersectsX(Rectangular other)
boolean
Rectangular. intersectsY(Rectangular other)
Rectangular
Rectangular. replaceX(Rectangular other)
Replaces the X coordinates of the rectangle with the X coordinates of another one.Rectangular
Rectangular. replaceY(Rectangular other)
Replaces the Y coordinates of the rectangle with the Y coordinates of another one.void
ContentRect. setBounds(Rectangular bounds)
Sets the pixel position within the page.void
Box. setContentBounds(Rectangular contentBounds)
Sets the content bounds of the box.void
Area. setGridPosition(Rectangular gp)
Sets the grid position of this area within the parent topology.void
AreaTopology. setPosition(ContentRect area, Rectangular gp)
Sets the position of the given area in this topology.void
Box. setVisualBounds(Rectangular visualBounds)
Sets the visual bounds of the box.Rectangular
AreaTopology. toPixelPosition(Rectangular topologyPosition)
Translates the bounds in the topology to pixel bounds.Rectangular
AreaTopology. toPixelPositionAbsolute(Rectangular topologyPosition)
Translates the bounds in the topology to absolute pixel bounds.Rectangular
Rectangular. union(Rectangular other)
Computes the union of this rectangle with another one.Rectangular
Rectangular. vsplit(Rectangular other)
If this rectangle intersets with the other one, splits this rectangle horizontally so that it does not intersect with the other one anymore.Constructors in cz.vutbr.fit.layout.model with parameters of type Rectangular Constructor Description Rectangular(Rectangular src)
-
Uses of Rectangular in cz.vutbr.fit.layout.puppeteer.impl
Methods in cz.vutbr.fit.layout.puppeteer.impl that return Rectangular Modifier and Type Method Description Rectangular
BoxImpl. getIntrinsicBounds()
Returns the bounds of the box as obtained from the renderer.Methods in cz.vutbr.fit.layout.puppeteer.impl with parameters of type Rectangular Modifier and Type Method Description void
BoxImpl. setIntrinsicBounds(Rectangular intrinsicBounds)
-
Uses of Rectangular in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf that return Rectangular Modifier and Type Method Description protected Rectangular
ModelLoaderBase. createBounds(org.eclipse.rdf4j.repository.RepositoryConnection con, org.eclipse.rdf4j.model.IRI boundsIri)
Methods in cz.vutbr.fit.layout.rdf with parameters of type Rectangular Modifier and Type Method Description org.eclipse.rdf4j.model.IRI
ModelBuilderBase. insertBounds(org.eclipse.rdf4j.model.IRI boxIri, org.eclipse.rdf4j.model.IRI property, String type, Rectangular bounds, org.eclipse.rdf4j.model.Model graph)
-
Uses of Rectangular in cz.vutbr.fit.layout.rdf.model
Constructors in cz.vutbr.fit.layout.rdf.model with parameters of type Rectangular Constructor Description RDFArea(Rectangular r, org.eclipse.rdf4j.model.IRI uri)
RDFTextChunk(Rectangular r, Area sourceArea, Box sourceBox, org.eclipse.rdf4j.model.IRI uri)
-
Uses of Rectangular in cz.vutbr.fit.layout.segm
Methods in cz.vutbr.fit.layout.segm with parameters of type Rectangular Modifier and Type Method Description static void
TreeOp. joinArea(Area target, Area other, Rectangular pos, boolean horizontal, boolean flatten)
Joins the target area with another area and updates the layout in the grid to the given values. -
Uses of Rectangular in cz.vutbr.fit.layout.segm.op
Subclasses of Rectangular in cz.vutbr.fit.layout.segm.op Modifier and Type Class Description class
Separator
Constructors in cz.vutbr.fit.layout.segm.op with parameters of type Rectangular Constructor Description Separator(short type, Rectangular rect)
-
Uses of Rectangular in cz.vutbr.fit.layout.text.chunks
Methods in cz.vutbr.fit.layout.text.chunks that return Rectangular Modifier and Type Method Description Rectangular
BoxText. getSubstringBounds(int spos, int epos)
-
Uses of Rectangular in cz.vutbr.fit.layout.vips.impl
Methods in cz.vutbr.fit.layout.vips.impl that return Rectangular Modifier and Type Method Description Rectangular
VisualArea. getBounds()
Rectangular
VisualBlock. getBounds()
Gets the visual bounds of the block.Methods in cz.vutbr.fit.layout.vips.impl with parameters of type Rectangular Modifier and Type Method Description void
VisualArea. setBounds(Rectangular bounds)
Sets the visual area bounds.void
VisualStructureConstructor. setPageSize(Rectangular bounds)
Sets the page bounds.Constructors in cz.vutbr.fit.layout.vips.impl with parameters of type Rectangular Constructor Description GraphicalOutput(Rectangular subPageBounds)
SeparatorDetector(List<VisualBlock> visualBlocks, Rectangular pageBounds)
Creates the separator detector from a list of visual blocks.VisualStructureConstructor(Rectangular pageBounds, List<VisualBlock> blocks, List<Separator> separators)
-