- GenericTreeNode - Class in org.fit.layout.impl
-
A generic tree node used as a base for the Box and Area implementation.
- GenericTreeNode() - Constructor for class org.fit.layout.impl.GenericTreeNode
-
- getAllBoxes() - Method in class org.fit.layout.impl.DefaultArea
-
Obtains all the boxes from this area and all the child areas.
- getAllBoxes() - Method in interface org.fit.layout.model.Area
-
Obtains all the boxes from this area and all the child areas.
- getArea() - Method in class org.fit.layout.impl.DefaultGridTopology
-
- getArea() - Method in class org.fit.layout.model.Rectangular
-
- getAreaAt(int, int) - Method in class org.fit.layout.impl.AreaGrid
-
Find an area at the specified position in the grid.
- getAreaAt(int, int) - Method in interface org.fit.layout.model.SearchableAreaContainer
-
Finds the bottom-most area node present at the given coordinates in the area tree.
- getAreaBoundsAbsolute(Rectangular) - Method in class org.fit.layout.impl.AreaGrid
-
- getAreaByName(String) - Method in interface org.fit.layout.model.SearchableAreaContainer
-
Finds an area by the given name.
- getAreaCount() - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getAreaCount() - Method in interface org.fit.layout.model.LogicalArea
-
- getAreas() - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getAreas() - Method in interface org.fit.layout.model.LogicalArea
-
- getAreaTree() - Method in interface org.fit.layout.gui.Browser
-
Gets the area tree of the current page
- getAttribute(String) - Method in class org.fit.layout.impl.DefaultBox
-
- getAttribute(String) - Method in interface org.fit.layout.model.Box
-
Obtains a value of an additional attribute.
- getBackgroundColor() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getBackgroundColor() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the background color of the area.
- getBorderCount() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getBorderCount() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the number of defined borders for the box.
- getBottomBorder() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getBottomBorder() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the bottom border width.
- getBounds() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getBounds() - Method in interface org.fit.layout.model.Box
-
Returns the logical bounds of the box node.
- getBounds() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the pixel position within in the page.
- getBoxAt(int, int) - Method in class org.fit.layout.impl.DefaultPage
-
- getBoxAt(int, int) - Method in interface org.fit.layout.model.Page
-
Finds the deepest node in the tree that contains the given point.
- getBoxes() - Method in class org.fit.layout.impl.DefaultArea
-
Returns a vector of boxes that are inside of this area
- getBoxes() - Method in interface org.fit.layout.model.Area
-
Returns the list of boxes that belong directly to this area.
- getBoxesInRegion(Rectangular) - Method in class org.fit.layout.impl.DefaultPage
-
- getBoxesInRegion(Rectangular) - Method in interface org.fit.layout.model.Page
-
Finds the root boxes of subtrees that intersect with the given region.
- getBoxText() - Method in class org.fit.layout.impl.DefaultArea
-
Returns the text string represented by a concatenation of all
the boxes contained directly in this area (no subareas)
- getCellBoundsAbsolute(int, int) - Method in class org.fit.layout.impl.AreaGrid
-
- getCellBoundsRelative(int, int) - Method in class org.fit.layout.impl.AreaGrid
-
- getChildArea(int) - Method in class org.fit.layout.impl.DefaultArea
-
- getChildArea(int) - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getChildArea(int) - Method in interface org.fit.layout.model.AreaTreeNode
-
Obtains the n-th child area.
- getChildAreas() - Method in class org.fit.layout.impl.DefaultArea
-
- getChildAreas() - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getChildAreas() - Method in interface org.fit.layout.model.AreaTreeNode
-
Returns the list of all the child areas.
- getChildAt(int) - Method in class org.fit.layout.impl.GenericTreeNode
-
- getChildAtGridPos(int, int) - Method in class org.fit.layout.impl.DefaultArea
-
Returns the child area at the specified grid position or null, if there is no
child area at this position.
- getChildBox(int) - Method in class org.fit.layout.impl.DefaultBox
-
- getChildBox(int) - Method in interface org.fit.layout.model.Box
-
Obtains the n-th child box.
- getChildCount() - Method in class org.fit.layout.impl.GenericTreeNode
-
- getChildCount() - Method in interface org.fit.layout.model.AreaTreeNode
-
Returns the number of child areas for this area.
- getChildCount() - Method in interface org.fit.layout.model.Box
-
Returns the number of child boxes for this box.
- getChildren() - Method in class org.fit.layout.impl.GenericTreeNode
-
- getColOfs(int) - Method in class org.fit.layout.impl.AreaGrid
-
- getColor() - Method in class org.fit.layout.impl.DefaultBox
-
- getColor() - Method in interface org.fit.layout.model.Box
-
Obtains the box text color.
- getCols() - Method in class org.fit.layout.impl.AreaGrid
-
- getContentBounds() - Method in class org.fit.layout.impl.DefaultArea
-
- getContentBounds() - Method in class org.fit.layout.impl.DefaultBox
-
- getContentBounds() - Method in interface org.fit.layout.model.Box
-
Returns the content bounds.
- getContentObject() - Method in class org.fit.layout.impl.DefaultBox
-
- getContentObject() - Method in interface org.fit.layout.model.Box
-
Obtains the content object contained in this box.
- getDepth() - Method in class org.fit.layout.impl.GenericTreeNode
-
- getDepth() - Method in interface org.fit.layout.model.AreaTreeNode
-
Obtains the depth of the tree rooted at this area.
- getDescription() - Method in interface org.fit.layout.api.Service
-
Obtains a longer description of the service.
- getDisplayType() - Method in class org.fit.layout.impl.DefaultBox
-
- getDisplayType() - Method in interface org.fit.layout.model.Box
-
Obtains the display type of the element according to the CSS display: property.
- getEffectiveBackgroundColor() - Method in class org.fit.layout.impl.DefaultArea
-
- getEffectiveBackgroundColor() - Method in interface org.fit.layout.model.Area
-
Obtains the effective background color visible under the area.
- getFontFamily() - Method in class org.fit.layout.impl.DefaultBox
-
- getFontFamily() - Method in interface org.fit.layout.model.Box
-
Obtains the font family name used by the box.
- getFontSize() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getFontSize() - Method in interface org.fit.layout.model.ContentRect
-
Obtains an average font size in the are in pixels.
- getFontStyle() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getFontStyle() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the average font style. 0 means no text in italics, 1 means all the text in italics.
- getFontWeight() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getFontWeight() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the average font style. 0 means no text is bold, 1 means all the text is bold
- getGraphics() - Method in interface org.fit.layout.api.OutputDisplay
-
- getGrid() - Method in class org.fit.layout.impl.DefaultArea
-
Obtains the gird of contained areas.
- getGridHeight() - Method in class org.fit.layout.impl.DefaultArea
-
- getGridPosition() - Method in class org.fit.layout.impl.DefaultArea
-
- getGridWidth() - Method in class org.fit.layout.impl.DefaultArea
-
- getGridX() - Method in class org.fit.layout.impl.DefaultArea
-
- getGridY() - Method in class org.fit.layout.impl.DefaultArea
-
- getHeight() - Method in class org.fit.layout.impl.AreaGrid
-
- getHeight() - Method in class org.fit.layout.impl.DefaultBox
-
- getHeight() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getHeight() - Method in class org.fit.layout.impl.DefaultPage
-
- getHeight() - Method in interface org.fit.layout.model.Page
-
Obtains the page height.
- getHeight() - Method in interface org.fit.layout.model.Rect
-
- getHeight() - Method in class org.fit.layout.model.Rectangular
-
- getId() - Method in interface org.fit.layout.api.Service
-
Obtains a unique ID of the service
- getId() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getId() - Method in interface org.fit.layout.model.ContentRect
-
Obtains a unique ID of the area within the page.
- getIndex(Area) - Method in class org.fit.layout.impl.DefaultArea
-
- getIndex(LogicalArea) - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getIndex(GenericTreeNode) - Method in class org.fit.layout.impl.GenericTreeNode
-
- getIndex(T) - Method in interface org.fit.layout.model.AreaTreeNode
-
Returns the index of the specified child in this node's child array.
- getLeftBorder() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getLeftBorder() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the left border width.
- getLevel() - Method in class org.fit.layout.impl.DefaultTag
-
- getLevel() - Method in interface org.fit.layout.model.Tag
-
The tag level if the tags are hiearchically organized.
- getLineThrough() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getLineThrough() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the amount of line-through text. 0 means no underlined text, 1 means all the text is underlined.
- getLogicalTree() - Method in interface org.fit.layout.gui.Browser
-
Gets the logical area tree of the actual page
- getMainTag() - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getMainTag() - Method in interface org.fit.layout.model.LogicalArea
-
- getMaxIndent() - Method in class org.fit.layout.impl.AreaGrid
-
- getMaxIndent() - Method in class org.fit.layout.impl.DefaultGridTopology
-
- getMaxIndent() - Method in interface org.fit.layout.model.AreaTopology
-
- getMinIndent() - Method in class org.fit.layout.impl.AreaGrid
-
- getMinIndent() - Method in class org.fit.layout.impl.DefaultGridTopology
-
- getMinIndent() - Method in interface org.fit.layout.model.AreaTopology
-
- getMostSupportedTag() - Method in class org.fit.layout.impl.DefaultArea
-
- getMostSupportedTag() - Method in interface org.fit.layout.model.Taggable
-
Obtains the tag with the greatest support that is assigned to this area.
- getName() - Method in interface org.fit.layout.api.ScriptObject
-
Gets the name of the object in the JavaScript engine.
- getName() - Method in interface org.fit.layout.api.Service
-
Obtains a descriptive name of the service that may be presented to the user.
- getName() - Method in class org.fit.layout.impl.DefaultArea
-
- getNextOnLine() - Method in class org.fit.layout.impl.DefaultArea
-
- getNextOnLine() - Method in class org.fit.layout.impl.DefaultGridTopology
-
- getNextOnLine() - Method in interface org.fit.layout.model.AreaTopology
-
- getNextSibling() - Method in class org.fit.layout.impl.DefaultArea
-
- getNextSibling() - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getNextSibling() - Method in interface org.fit.layout.model.AreaTreeNode
-
Obtains the next siblibg of this area.
- getNextSiblingNode() - Method in class org.fit.layout.impl.GenericTreeNode
-
- getOutputDisplay() - Method in interface org.fit.layout.gui.Browser
-
Gets the browser page output display.
- getPage() - Method in interface org.fit.layout.api.BoxTreeProvider
-
Renders the page and returns the page model.
- getPage() - Method in interface org.fit.layout.gui.Browser
-
Gets the actual page model
- getPage() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getPage() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the page this block belongs to.
- getParam(String) - Method in interface org.fit.layout.api.ParametrizedOperation
-
Obtains the value of the given parameter.
- getParam(String) - Method in class org.fit.layout.impl.BaseParametrizedOperation
-
Obtains the parameter using the appropriate getter method (if present).
- getParamNames() - Method in interface org.fit.layout.api.ParametrizedOperation
-
Obtains a list of available parameter names of the operation.
- getParamTypes() - Method in interface org.fit.layout.api.ParametrizedOperation
-
Obtains a list of available parameter value types.
- getParent() - Method in class org.fit.layout.impl.GenericTreeNode
-
- getParentArea() - Method in class org.fit.layout.impl.DefaultArea
-
- getParentArea() - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getParentArea() - Method in interface org.fit.layout.model.AreaTreeNode
-
Obtains the parent area of this area.
- getParentBox() - Method in class org.fit.layout.impl.DefaultBox
-
- getParentBox() - Method in interface org.fit.layout.model.Box
-
Obtains the parent box of this box.
- getPosition() - Method in class org.fit.layout.impl.DefaultGridTopology
-
- getPosition() - Method in interface org.fit.layout.model.AreaTopology
-
- getPreviousOnLine() - Method in class org.fit.layout.impl.DefaultArea
-
- getPreviousOnLine() - Method in class org.fit.layout.impl.DefaultGridTopology
-
- getPreviousOnLine() - Method in interface org.fit.layout.model.AreaTopology
-
- getPreviousSibling() - Method in class org.fit.layout.impl.DefaultArea
-
- getPreviousSibling() - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getPreviousSibling() - Method in interface org.fit.layout.model.AreaTreeNode
-
Obtains the previous siblibg of this area.
- getPreviousSiblingNode() - Method in class org.fit.layout.impl.GenericTreeNode
-
- getRightBorder() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getRightBorder() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the right border width.
- getRoot() - Method in class org.fit.layout.impl.DefaultPage
-
- getRoot() - Method in class org.fit.layout.impl.GenericTreeNode
-
- getRoot() - Method in interface org.fit.layout.model.AreaTree
-
Obtains the root node of the area tree.
- getRoot() - Method in interface org.fit.layout.model.LogicalAreaTree
-
Obtains the root node of the logical area tree.
- getRoot() - Method in interface org.fit.layout.model.Page
-
Returns the root box of the page.
- getRowOfs(int) - Method in class org.fit.layout.impl.AreaGrid
-
- getRows() - Method in class org.fit.layout.impl.AreaGrid
-
- getSelectedArea() - Method in interface org.fit.layout.gui.Browser
-
Gets the last selected visual area.
- getSourceURL() - Method in class org.fit.layout.impl.DefaultPage
-
- getSourceURL() - Method in interface org.fit.layout.model.Page
-
Obtains the source URL of the page.
- getTagName() - Method in class org.fit.layout.impl.DefaultBox
-
- getTagName() - Method in interface org.fit.layout.model.Box
-
When the box is generated by a DOM element, obtains the corresponding tag name.
- getTags() - Method in class org.fit.layout.impl.DefaultArea
-
Obtains the set of tags assigned to the area.
- getTags() - Method in interface org.fit.layout.model.Taggable
-
Obtains the list of tags assigned to this area and their support.
- getTagSupport(Tag) - Method in class org.fit.layout.impl.DefaultArea
-
- getTagSupport(Tag) - Method in interface org.fit.layout.model.Taggable
-
Obtains the support of the given tag assignment
- getText() - Method in class org.fit.layout.impl.DefaultArea
-
- getText(String) - Method in class org.fit.layout.impl.DefaultArea
-
- getText() - Method in class org.fit.layout.impl.DefaultBox
-
- getText() - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- getText() - Method in interface org.fit.layout.model.Area
-
Returns the complete text contained in this area and its sub area.
- getText(String) - Method in interface org.fit.layout.model.Area
-
Returns the complete text contained in this area and its sub area.
- getText() - Method in interface org.fit.layout.model.Box
-
Obtains the complete text contained in this box.
- getText() - Method in interface org.fit.layout.model.LogicalArea
-
- getTopBorder() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getTopBorder() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the top border width.
- getTopology() - Method in class org.fit.layout.impl.DefaultArea
-
- getTopology() - Method in interface org.fit.layout.model.Area
-
Returns the topology of this area.
- getType() - Method in class org.fit.layout.impl.DefaultBox
-
- getType() - Method in class org.fit.layout.impl.DefaultTag
-
- getType() - Method in interface org.fit.layout.model.Box
-
Resurns the type of the box.
- getType() - Method in interface org.fit.layout.model.Tag
-
The tag type that allows to distinguish tags of different
purposes and different source.
- getUnderline() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getUnderline() - Method in interface org.fit.layout.model.ContentRect
-
Obtains the amount of underlined text. 0 means no underlined text, 1 means all the text is underlined.
- getValue() - Method in class org.fit.layout.impl.DefaultTag
-
- getValue() - Method in interface org.fit.layout.model.Tag
-
Obtains the string value (the name) of the tag.
- getVisualBounds() - Method in class org.fit.layout.impl.DefaultBox
-
- getVisualBounds() - Method in interface org.fit.layout.model.Box
-
Returns the bounds of the box as they visually appear to the user.
- getWidth() - Method in class org.fit.layout.impl.AreaGrid
-
- getWidth() - Method in class org.fit.layout.impl.DefaultBox
-
- getWidth() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getWidth() - Method in class org.fit.layout.impl.DefaultPage
-
- getWidth() - Method in interface org.fit.layout.model.Page
-
Obtains the page width.
- getWidth() - Method in interface org.fit.layout.model.Rect
-
- getWidth() - Method in class org.fit.layout.model.Rectangular
-
- getX1() - Method in class org.fit.layout.impl.DefaultBox
-
- getX1() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getX1() - Method in interface org.fit.layout.model.Rect
-
- getX1() - Method in class org.fit.layout.model.Rectangular
-
- getX2() - Method in class org.fit.layout.impl.DefaultBox
-
- getX2() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getX2() - Method in interface org.fit.layout.model.Rect
-
- getX2() - Method in class org.fit.layout.model.Rectangular
-
- getY1() - Method in class org.fit.layout.impl.DefaultBox
-
- getY1() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getY1() - Method in interface org.fit.layout.model.Rect
-
- getY1() - Method in class org.fit.layout.model.Rectangular
-
- getY2() - Method in class org.fit.layout.impl.DefaultBox
-
- getY2() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getY2() - Method in interface org.fit.layout.model.Rect
-
- getY2() - Method in class org.fit.layout.model.Rectangular
-
- GRID_THRESHOLD - Static variable in class org.fit.layout.impl.AreaGrid
-
The maximal difference between two lengths that are considered a "being the same"