A B C D E F G H I J L M N O P R S T U V W X Y 

G

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
 
getAabove() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getAbelow() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getAleft() - Method in class org.fit.layout.classify.articles.FeatureVector
 
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.
getAllTags(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
Obtains all the tags assigned to this area and its child areas (not all descendant areas).
getAllTags() - Method in class org.fit.layout.classify.TreeTagger
Obtains the list of all tags used by the taggers
getAncestorAttribute(Node, String, String) - Method in class org.fit.layout.cssbox.BoxNode
 
getArea() - Method in class org.fit.layout.impl.DefaultGridTopology
 
getArea() - Method in class org.fit.layout.model.Rectangular
 
getArea1() - Method in class org.fit.segm.grouping.op.Separator
 
getArea2() - Method in class org.fit.segm.grouping.op.Separator
 
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.
getAreaAt(int, int) - Method in class org.fit.segm.grouping.SegmentationAreaTree
 
getAreaBoundsAbsolute(int, int, int, int) - Method in class org.fit.layout.impl.AreaGrid
Computes the absolute coordinates of the specified area in the grid.
getAreaBoundsAbsolute(Rectangular) - Method in class org.fit.layout.impl.AreaGrid
Computes the absolute coordinates of the specified area in the grid.
getAreaByName(String) - Method in interface org.fit.layout.model.SearchableAreaContainer
Finds an area by the given name.
getAreaByName(String) - Method in class org.fit.segm.grouping.SegmentationAreaTree
 
getAreaCount() - Method in class org.fit.layout.impl.DefaultLogicalArea
 
getAreaCount() - Method in interface org.fit.layout.model.LogicalArea
 
getAreaFeatures(Area, Instances) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getAreaFeatures(Area, Instances) - Method in interface org.fit.layout.classify.FeatureExtractor
Creates a classification data instance from the given area.
getAreaProviderIds() - Method in class org.fit.layout.process.ScriptableProcessor
 
getAreaProviders() - Method in class org.fit.layout.process.BaseProcessor
 
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
getAreaTree() - Method in class org.fit.layout.logical.PresentationLogicalTree
 
getAreaTree() - Method in class org.fit.layout.process.BaseProcessor
 
getAreaTree() - Method in class org.fit.layout.tools.BlockBrowser
 
getAright() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getAttribute(String) - Method in class org.fit.layout.cssbox.BoxNode
 
getAttribute(String) - Method in class org.fit.layout.impl.DefaultBox
 
getAttribute(Class<T>) - Method in class org.fit.layout.impl.GenericTreeNode
 
getAttribute(Class<P>) - Method in interface org.fit.layout.model.AreaTreeNode
Obtains the user-defined attributes of the node.
getAttribute(String) - Method in interface org.fit.layout.model.Box
Obtains a value of an additional attribute.
getAvailList() - Method in class org.fit.layout.tools.OperatorConfigWindow
 
getAverageBoxColorLuminosity(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getAverageColorLuminosity() - Method in class org.fit.segm.grouping.AreaStyle
 
getAverageFontSize() - Method in class org.fit.segm.grouping.AreaStyle
 
getAverageFontStyle() - Method in class org.fit.segm.grouping.AreaStyle
 
getAverageFontWeight() - Method in class org.fit.segm.grouping.AreaStyle
 
getBackgroundColor() - Method in class org.fit.layout.cssbox.BoxNode
Returns the declared background color of the element or null when transparent.
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.
getBackgroundColor() - Method in class org.fit.segm.grouping.AreaStyle
 
getBcperc() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getBglum() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getBorderCount() - Method in class org.fit.layout.cssbox.BoxNode
 
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.
getBorderStyle(Border.Side) - Method in class org.fit.layout.cssbox.BoxNode
 
getBorderStyle(Border.Side) - Method in class org.fit.layout.impl.DefaultBox
 
getBorderStyle(Border.Side) - Method in interface org.fit.layout.model.Box
Obtains the properties of the box border at the given side.
getBottomBorder() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the bottom border of the box
getBottomBorder() - Method in class org.fit.layout.impl.DefaultBox
 
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.cssbox.BoxNode
 
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.
getBox() - Method in class org.fit.layout.cssbox.BoxNode
 
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.
getBoxProviderIds() - Method in class org.fit.layout.process.ScriptableProcessor
 
getBoxProviders() - Method in class org.fit.layout.process.BaseProcessor
 
getBoxsep() - Method in class org.fit.segm.grouping.op.SeparatorSet
 
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)
getBoxText() - Method in class org.fit.segm.grouping.AreaImpl
Returns the text string represented by a concatenation of all the boxes contained directly in this area (no subareas)
getBrowserCanvas() - Method in class org.fit.layout.tools.BlockBrowser
 
getCellBoundsAbsolute(int, int) - Method in class org.fit.layout.impl.AreaGrid
Computes the absolute coordinates of the specified grid cell.
getCellBoundsRelative(int, int) - Method in class org.fit.layout.impl.AreaGrid
Computes the coordinates of the specified grid cell relatively to the area top left corner.
getChild(Object, int) - Method in class org.fit.layout.tools.AreaTreeModel
 
getChild(Object, int) - Method in class org.fit.layout.tools.BoxTreeModel
 
getChild(Object, int) - Method in class org.fit.layout.tools.LogicalTreeModel
 
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.cssbox.BoxNode
Returns a specified child box.
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.
getChildCount(Object) - Method in class org.fit.layout.tools.AreaTreeModel
 
getChildCount(Object) - Method in class org.fit.layout.tools.BoxTreeModel
 
getChildCount(Object) - Method in class org.fit.layout.tools.LogicalTreeModel
 
getChildNodesInside(Rectangular) - Method in class org.fit.segm.grouping.AreaImpl
Returns the child areas whose absolute coordinates intersect with the specified rectangle.
getChildren() - Method in class org.fit.layout.impl.GenericTreeNode
 
getClassIndex() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getClassName(int) - Method in class org.fit.layout.classify.VisualClassifier
 
getColOfs(int) - Method in class org.fit.layout.impl.AreaGrid
Finds the offset of the specified column from the grid origin.
getColor() - Method in class org.fit.layout.classify.NodeStyle
 
getColor() - Method in class org.fit.layout.cssbox.BoxNode
 
getColor() - Method in class org.fit.layout.impl.DefaultBox
 
getColor() - Method in class org.fit.layout.model.Border
 
getColor() - Method in interface org.fit.layout.model.Box
Obtains the box text color.
getColorLuminosity() - Method in class org.fit.segm.grouping.AreaImpl
Computes the average luminosity of the boxes in the area
getColorPercentage(Color) - Method in class org.fit.layout.classify.BackgroundColorAnalyzer
Obtains the percentage of the area that has the given color.
getColorPercentage(Area) - Method in class org.fit.layout.classify.BackgroundColorAnalyzer
Obtains the average percentage of the total area that has the same background color as the given area.
getColorPercentage(Color) - Method in class org.fit.layout.classify.ColorAnalyzer
Obtains the percentage of the text that has the given color.
getColorPercentage(Area) - Method in class org.fit.layout.classify.ColorAnalyzer
Obtains the average percentage of all the text that has the given color.
getCols() - Method in class org.fit.layout.impl.AreaGrid
 
getColumnFirst() - Method in class org.fit.segm.grouping.op.SortByPositionOperator
 
getContentBounds() - Method in class org.fit.layout.cssbox.BoxNode
 
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.cssbox.BoxNode
 
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.
getContentTree() - Method in class org.fit.layout.logical.LogicalAreaImpl
 
getContrast() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getCount(T) - Method in class org.fit.layout.classify.StyleCounter
 
getCperc() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getData() - Method in class org.fit.layout.classify.InstanceExtractor
 
getDeclaredFontSize() - Method in class org.fit.segm.grouping.AreaImpl
Returns the font size declared for the first box.
getDepth() - Method in class org.fit.layout.classify.articles.FeatureVector
 
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.
getDepthLimit() - Method in class org.fit.segm.grouping.op.SuperAreaOperator
 
getDescription() - Method in interface org.fit.layout.api.Service
Obtains a longer description of the service.
getDescription() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
getDescription() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getDescription() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getDescription() - Method in class org.fit.layout.logical.LogicalTreeBuilder
 
getDescription() - Method in class org.fit.layout.logical.op.LayoutSplitOperator
 
getDescription() - Method in class org.fit.layout.tools.io.XMLOutputOperator
 
getDescription() - Method in class org.fit.segm.grouping.op.CollapseAreasOperator
 
getDescription() - Method in class org.fit.segm.grouping.op.FindLineOperator
 
getDescription() - Method in class org.fit.segm.grouping.op.HomogeneousLeafOperator
 
getDescription() - Method in class org.fit.segm.grouping.op.MultiLineOperator
 
getDescription() - Method in class org.fit.segm.grouping.op.SortByLinesOperator
 
getDescription() - Method in class org.fit.segm.grouping.op.SortByPositionOperator
 
getDescription() - Method in class org.fit.segm.grouping.op.SuperAreaOperator
 
getDescription() - Method in class org.fit.segm.grouping.Provider
 
getDisplayType() - Method in class org.fit.layout.cssbox.BoxNode
 
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.
getDOMNode() - Method in class org.fit.layout.cssbox.BoxNode
 
getEffectiveBackgroundColor(Area) - Static method in class org.fit.layout.classify.BackgroundColorAnalyzer
Computes the effective (visible) background color of an area considering transparency and parent areas.
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.
getEffectiveBackgroundColor() - Method in class org.fit.segm.grouping.AreaImpl
 
getEfficientBackground() - Method in class org.fit.layout.cssbox.BoxNode
 
getEfficientColor() - Method in class org.fit.layout.cssbox.BoxNode
Get the effective text color.
getElementAttribute(Node, String) - Method in class org.fit.layout.cssbox.BoxNode
 
getEngine() - Method in class org.fit.layout.process.ScriptableProcessor
 
getFeatureExtractor() - Method in class org.fit.layout.classify.gui.ClassificationPlugin
 
getFeatures() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getFeatureVector(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getFilename() - Method in class org.fit.layout.tools.io.XMLOutputOperator
 
getFirstArea() - Method in class org.fit.layout.impl.DefaultLogicalArea
 
getFirstArea() - Method in interface org.fit.layout.model.LogicalArea
 
getFontFamily() - Method in class org.fit.layout.cssbox.BoxNode
 
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.classify.articles.FeatureVector
 
getFontSize() - Method in class org.fit.layout.classify.NodeStyle
 
getFontSize() - Method in class org.fit.layout.cssbox.BoxNode
 
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.
getFontSize() - Method in class org.fit.segm.grouping.AreaImpl
Computes the average font size of the boxes in the area
getFontStyle() - Method in class org.fit.layout.cssbox.BoxNode
 
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.
getFontStyle() - Method in class org.fit.segm.grouping.AreaImpl
Computes the average font style of the boxes in the area
getFontWeight() - Method in class org.fit.layout.cssbox.BoxNode
 
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
getFontWeight() - Method in class org.fit.segm.grouping.AreaImpl
Computes the average font weight of the boxes in the area
getGraphics() - Method in interface org.fit.layout.api.OutputDisplay
 
getGraphics() - Method in class org.fit.layout.tools.OutputDisplayImpl
 
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.cssbox.BoxNode
 
getHeight() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
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.DefaultGridTopology
 
getHeight() - Method in class org.fit.layout.impl.DefaultPage
 
getHeight() - Method in interface org.fit.layout.model.AreaTopology
Obtains the height the area occupies.
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
 
getHorizontal() - Method in class org.fit.segm.grouping.op.SeparatorSet
 
getId() - Method in interface org.fit.layout.api.Service
Obtains a unique ID of the service
getId() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
getId() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getId() - Method in class org.fit.layout.cssbox.BoxNode
 
getId() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getId() - Method in class org.fit.layout.impl.DefaultContentRect
 
getId() - Method in class org.fit.layout.logical.LogicalTreeBuilder
 
getId() - Method in class org.fit.layout.logical.op.LayoutSplitOperator
 
getId() - Method in interface org.fit.layout.model.ContentRect
Obtains a unique ID of the area within the page.
getId() - Method in class org.fit.layout.tools.io.XMLOutputOperator
 
getId() - Method in class org.fit.segm.grouping.op.CollapseAreasOperator
 
getId() - Method in class org.fit.segm.grouping.op.FindLineOperator
 
getId() - Method in class org.fit.segm.grouping.op.HomogeneousLeafOperator
 
getId() - Method in class org.fit.segm.grouping.op.MultiLineOperator
 
getId() - Method in class org.fit.segm.grouping.op.SortByLinesOperator
 
getId() - Method in class org.fit.segm.grouping.op.SortByPositionOperator
 
getId() - Method in class org.fit.segm.grouping.op.SuperAreaOperator
 
getId() - Method in class org.fit.segm.grouping.Provider
 
getImage() - Method in class org.fit.layout.cssbox.ContentImageImpl
 
getIndent() - Method in class org.fit.layout.classify.NodeStyle
 
getIndentation(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
Computes the indentation metric.
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.
getIndexOfChild(Object, Object) - Method in class org.fit.layout.tools.AreaTreeModel
 
getIndexOfChild(Object, Object) - Method in class org.fit.layout.tools.BoxTreeModel
 
getIndexOfChild(Object, Object) - Method in class org.fit.layout.tools.LogicalTreeModel
 
getLayoutType() - Method in class org.fit.layout.logical.AreaAttributes
 
getLeafCount() - Method in class org.fit.layout.impl.GenericTreeNode
 
getLeafCount() - Method in interface org.fit.layout.model.AreaTreeNode
Returns the total number of leaves that are descendants of this node.
getLeftBorder() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the left border of the box
getLeftBorder() - Method in class org.fit.layout.impl.DefaultBox
 
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.
getLevel() - Method in class org.fit.segm.grouping.AreaImpl
 
getLineCount(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getLineThrough() - Method in class org.fit.layout.cssbox.BoxNode
 
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.
getLineThrough() - Method in class org.fit.segm.grouping.AreaImpl
 
getLoadImages() - Method in class org.fit.layout.tools.BlockBrowser
 
getLocation() - Method in class org.fit.layout.tools.BlockBrowser
 
getLogicalAreaTree() - Method in class org.fit.layout.process.BaseProcessor
 
getLogicalAutorunCheckbox() - Method in class org.fit.layout.tools.BlockBrowser
 
getLogicalProviderIds() - Method in class org.fit.layout.process.ScriptableProcessor
 
getLogicalProviders() - Method in class org.fit.layout.process.BaseProcessor
 
getLogicalTree() - Method in interface org.fit.layout.gui.Browser
Gets the logical area tree of the actual page
getLogicalTree() - Method in class org.fit.layout.tools.BlockBrowser
 
getMainTag() - Method in class org.fit.layout.impl.DefaultLogicalArea
 
getMainTag() - Method in interface org.fit.layout.model.LogicalArea
 
getMainWindow() - Method in class org.fit.layout.tools.BlockBrowser
This method initializes jFrame
getMarkedness(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
Computes the markedness of the area.
getMarkedness() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getMarkedness() - Method in class org.fit.layout.logical.AreaAttributes
 
getMarkedness(LogicalAreaImpl) - Method in class org.fit.layout.logical.LogicalTreeBuilder
 
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
 
getMaxLineEmSpace() - Method in class org.fit.segm.grouping.op.FindLineOperator
 
getMaxLineEmSpace() - Method in class org.fit.segm.grouping.op.MultiLineOperator
 
getMinHSepHeight() - Method in class org.fit.segm.grouping.op.SeparatorSet
Computes the minimal height of a horizontal separator that is accepted with this separator set.
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
 
getMinVSepWidth() - Method in class org.fit.segm.grouping.op.SeparatorSet
Computes the minimal width of a vertical separator that is accepted with this separator set.
getMostFrequent() - Method in class org.fit.layout.classify.StyleCounter
 
getMostFrequentAll() - Method in class org.fit.layout.classify.StyleCounter
 
getMostImportantSeparator() - Method in class org.fit.segm.grouping.op.SeparatorSet
Obtains the most important (with the greatest weight) separator from all the separators.
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.classify.op.TagEntitiesOperator
 
getName() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getName() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getName() - Method in class org.fit.layout.impl.DefaultArea
 
getName() - Method in class org.fit.layout.logical.LogicalTreeBuilder
 
getName() - Method in class org.fit.layout.logical.op.LayoutSplitOperator
 
getName() - Method in class org.fit.layout.tools.io.XMLOutputOperator
 
getName() - Method in class org.fit.segm.grouping.op.CollapseAreasOperator
 
getName() - Method in class org.fit.segm.grouping.op.FindLineOperator
 
getName() - Method in class org.fit.segm.grouping.op.HomogeneousLeafOperator
 
getName() - Method in class org.fit.segm.grouping.op.MultiLineOperator
 
getName() - Method in class org.fit.segm.grouping.op.SortByLinesOperator
 
getName() - Method in class org.fit.segm.grouping.op.SortByPositionOperator
 
getName() - Method in class org.fit.segm.grouping.op.SuperAreaOperator
 
getName() - Method in class org.fit.segm.grouping.Provider
 
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
 
getNlines() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getOp() - Method in class org.fit.layout.process.js.Operation
 
getOperatorIds() - Method in class org.fit.layout.process.ScriptableProcessor
 
getOperators() - Method in class org.fit.layout.process.BaseProcessor
 
getOrder() - Method in class org.fit.layout.cssbox.BoxNode
 
getOutputDisplay() - Method in interface org.fit.layout.gui.Browser
Gets the browser page output display.
getOutputDisplay() - Method in class org.fit.layout.tools.BlockBrowser
 
getOutputDisplay() - Method in class org.fit.layout.tools.BrowserPanel
 
getPage() - Method in interface org.fit.layout.api.BoxTreeProvider
Renders the page and returns the page model.
getPage() - Method in class org.fit.layout.cssbox.BoxNode
 
getPage() - Method in class org.fit.layout.cssbox.CSSBoxTreeBuilder
 
getPage() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
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.
getPage() - Method in class org.fit.layout.process.BaseProcessor
 
getPage() - Method in class org.fit.layout.tools.BlockBrowser
 
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).
getParam(String) - Method in class org.fit.layout.tools.ParamsPanel
Obtains the current value of the input field that corresponds to the given parameter.
getParamNames() - Method in interface org.fit.layout.api.ParametrizedOperation
Obtains a list of available parameter names of the operation.
getParamNames() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
getParamNames() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getParamNames() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getParamNames() - Method in class org.fit.layout.logical.LogicalTreeBuilder
 
getParamNames() - Method in class org.fit.layout.logical.op.LayoutSplitOperator
 
getParamNames() - Method in class org.fit.layout.tools.io.XMLOutputOperator
 
getParamNames() - Method in class org.fit.segm.grouping.op.CollapseAreasOperator
 
getParamNames() - Method in class org.fit.segm.grouping.op.FindLineOperator
 
getParamNames() - Method in class org.fit.segm.grouping.op.MultiLineOperator
 
getParamNames() - Method in class org.fit.segm.grouping.op.SortByLinesOperator
 
getParamNames() - Method in class org.fit.segm.grouping.op.SortByPositionOperator
 
getParamNames() - Method in class org.fit.segm.grouping.op.SuperAreaOperator
 
getParamNames() - Method in class org.fit.segm.grouping.Provider
 
getParamRange(String) - Method in interface org.fit.layout.api.ParametrizedOperation
Obtains the minimal and maximal value of the given parameter.
getParamRange(String) - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getParamRange(String) - Method in class org.fit.layout.impl.BaseParametrizedOperation
 
getParams() - Method in class org.fit.layout.tools.ParamsPanel
Obtains the current values of all the parametres.
getParamsPanel() - Method in class org.fit.layout.tools.OperatorConfigWindow
 
getParamTypes() - Method in interface org.fit.layout.api.ParametrizedOperation
Obtains a list of available parameter value types.
getParamTypes() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
getParamTypes() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getParamTypes() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getParamTypes() - Method in class org.fit.layout.logical.LogicalTreeBuilder
 
getParamTypes() - Method in class org.fit.layout.logical.op.LayoutSplitOperator
 
getParamTypes() - Method in class org.fit.layout.tools.io.XMLOutputOperator
 
getParamTypes() - Method in class org.fit.segm.grouping.op.CollapseAreasOperator
 
getParamTypes() - Method in class org.fit.segm.grouping.op.FindLineOperator
 
getParamTypes() - Method in class org.fit.segm.grouping.op.MultiLineOperator
 
getParamTypes() - Method in class org.fit.segm.grouping.op.SortByLinesOperator
 
getParamTypes() - Method in class org.fit.segm.grouping.op.SortByPositionOperator
 
getParamTypes() - Method in class org.fit.segm.grouping.op.SuperAreaOperator
 
getParamTypes() - Method in class org.fit.segm.grouping.Provider
 
getParent() - Method in class org.fit.layout.impl.GenericTreeNode
 
getParent() - Method in class org.fit.segm.grouping.op.GroupAnalyzer
 
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.cssbox.BoxNode
 
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.
getPdigits() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getPlower() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getPosition() - Method in class org.fit.layout.impl.DefaultGridTopology
 
getPosition() - Method in interface org.fit.layout.model.AreaTopology
Obtains the position of the area in its parent area.
getPpunct() - Method in class org.fit.layout.classify.articles.FeatureVector
 
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
 
getProcessor() - Method in class org.fit.layout.tools.BlockBrowser
 
getProcessor() - Method in class org.fit.layout.tools.Console
 
getProduceHeader() - Method in class org.fit.layout.tools.io.XMLOutputOperator
 
getPspaces() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getPupper() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getRelevance() - Method in interface org.fit.layout.classify.Tagger
Obtains the relevance of the tagger.
getRelevance() - Method in class org.fit.layout.classify.taggers.DateTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.LocationsTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.PagesTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.PersonsTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.SessionTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.TimeTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.TitleTagger
 
getRelx() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getRelY(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getRely() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getReplacedContent() - Method in class org.fit.segm.grouping.AreaImpl
 
getRightBorder() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the right border of the box
getRightBorder() - Method in class org.fit.layout.impl.DefaultBox
 
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 class org.fit.layout.logical.PresentationLogicalTree
 
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.
getRoot() - Method in class org.fit.layout.tools.AreaTreeModel
 
getRoot() - Method in class org.fit.layout.tools.BoxTreeModel
 
getRoot() - Method in class org.fit.layout.tools.LogicalTreeModel
 
getRoot() - Method in class org.fit.segm.grouping.SegmentationAreaTree
 
getRowOfs(int) - Method in class org.fit.layout.impl.AreaGrid
Finds the offset of the specified row from the grid origin.
getRows() - Method in class org.fit.layout.impl.AreaGrid
 
getSegmAutorunCheckbox() - Method in class org.fit.layout.tools.BlockBrowser
 
getSelectedArea() - Method in interface org.fit.layout.gui.Browser
Gets the last selected visual area.
getSelectedArea() - Method in class org.fit.layout.tools.BlockBrowser
 
getSelectedOperators() - Method in class org.fit.layout.process.GUIProcessor
 
getSeparators() - Method in class org.fit.segm.grouping.AreaImpl
 
getSource() - Method in class org.fit.layout.classify.TextTag
 
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.
getStartColor() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the text color of the first box in the area.
getStyle() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getStyle() - Method in class org.fit.layout.classify.NodeStyle
 
getStyle() - Method in class org.fit.layout.model.Border
 
getStyle() - Method in class org.fit.segm.grouping.AreaImpl
Obtains the overall style of the area.
getTag() - Method in interface org.fit.layout.classify.Tagger
Obtains the tag that this tagger assigns to the areas.
getTag() - Method in class org.fit.layout.classify.taggers.DateTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.LocationsTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.PagesTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.PersonsTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.SessionTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.TimeTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.TitleTagger
 
getTagLevel() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getTagName() - Method in class org.fit.layout.cssbox.BoxNode
 
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(Area) - Method in class org.fit.layout.classify.taggers.TitleTagger
 
getText() - Method in class org.fit.layout.cssbox.BoxNode
 
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
 
getText() - Method in class org.fit.segm.grouping.AreaImpl
 
getTextLength() - Method in class org.fit.segm.grouping.AreaImpl
Returns the text string represented by a concatenation of all the boxes contained directly in this area.
getTlength() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getTlum() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getTopBorder() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the top border of the box
getTopBorder() - Method in class org.fit.layout.impl.DefaultBox
 
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.
getTopologyHeight() - Method in class org.fit.layout.impl.DefaultGridTopology
 
getTopologyHeight() - Method in interface org.fit.layout.model.AreaTopology
Obtains the total height of the topology used for placing the child areas within this area.
getTopologyWidth() - Method in class org.fit.layout.impl.DefaultGridTopology
 
getTopologyWidth() - Method in interface org.fit.layout.model.AreaTopology
Obtains the total width of the topology used for placing the child areas within this area.
getTrainFile() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getTreeRoot() - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getTreeRoot() - Method in interface org.fit.layout.classify.FeatureExtractor
Obtains the current tree root.
getType() - Method in class org.fit.layout.cssbox.BoxNode
 
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.
getType() - Method in class org.fit.segm.grouping.op.Separator
 
getUnderline() - Method in class org.fit.layout.cssbox.BoxNode
 
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.
getUnderline() - Method in class org.fit.segm.grouping.AreaImpl
 
getUrl() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getUseConsistentStyle() - Method in class org.fit.segm.grouping.op.FindLineOperator
 
getUseConsistentStyle() - Method in class org.fit.segm.grouping.op.MultiLineOperator
 
getUsedList() - Method in class org.fit.layout.tools.OperatorConfigWindow
 
getUsedTags() - Method in class org.fit.segm.grouping.SegmentationAreaTree
Obtains all the tags that are really used in the tree.
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.
getVertical() - Method in class org.fit.segm.grouping.op.SeparatorSet
 
getVisualBounds() - Method in class org.fit.layout.cssbox.BoxNode
Returns the bounds of the box as they visually appear to the user.
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.
getVisualClassifier() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getWeight() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getWeight() - Method in class org.fit.layout.classify.NodeStyle
 
getWeight() - Method in class org.fit.segm.grouping.op.Separator
 
getWeights() - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getWidth() - Method in class org.fit.layout.cssbox.BoxNode
 
getWidth() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
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.DefaultGridTopology
 
getWidth() - Method in class org.fit.layout.impl.DefaultPage
 
getWidth() - Method in interface org.fit.layout.model.AreaTopology
Obtains the width the area occupies.
getWidth() - Method in class org.fit.layout.model.Border
 
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.cssbox.BoxNode
 
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.cssbox.BoxNode
 
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.cssbox.BoxNode
 
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.cssbox.BoxNode
 
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 - Variable in class org.fit.segm.grouping.op.GroupAnalyzer
 
GRID_THRESHOLD - Static variable in class org.fit.layout.impl.AreaGrid
The maximal difference between two lengths that are considered a "being the same"
GroupAnalyzer - Class in org.fit.segm.grouping.op
A general analyzer to find area groups
GroupAnalyzer(AreaImpl) - Constructor for class org.fit.segm.grouping.op.GroupAnalyzer
 
GroupAnalyzerByFlooding - Class in org.fit.segm.grouping.op
 
GroupAnalyzerByFlooding(AreaImpl) - Constructor for class org.fit.segm.grouping.op.GroupAnalyzerByFlooding
 
GroupAnalyzerByStyles - Class in org.fit.segm.grouping.op
This group analyzer tries to expand the selected box to all directions stopping on whitespace separators.
GroupAnalyzerByStyles(AreaImpl, int, boolean) - Constructor for class org.fit.segm.grouping.op.GroupAnalyzerByStyles
Creates a new area analyzer.
GUIProcessor - Class in org.fit.layout.process
 
GUIProcessor() - Constructor for class org.fit.layout.process.GUIProcessor
 
A B C D E F G H I J L M N O P R S T U V W X Y