B C E G H I M N O P R S T V 

B

backgroundSeparated - Variable in class org.fit.layout.cssbox.BoxNode
Is the box separated by background
bounds - Variable in class org.fit.layout.cssbox.BoxNode
The total bounds of the box node.
box - Variable in class org.fit.layout.cssbox.BoxNode
The CSSBox box that forms this node
BoxNode - Class in org.fit.layout.cssbox
A node of a tree of visual blocks.
BoxNode(Box, Page) - Constructor for class org.fit.layout.cssbox.BoxNode
Creates a new node containing a box.
buildTree(ElementBox) - Method in class org.fit.layout.cssbox.CSSBoxTreeBuilder
 

C

containsVisibleTextString() - Method in class org.fit.layout.cssbox.BoxNode
Checks if the box text is visible (it does not contain spaces only).
content - Variable in class org.fit.layout.cssbox.BoxNode
The total content bounds of the node.
contentEncloses(BoxNode) - Method in class org.fit.layout.cssbox.BoxNode
Checks if another node is fully located inside the content bounds of this box.
ContentImageImpl - Class in org.fit.layout.cssbox
 
ContentImageImpl(ReplacedImage) - Constructor for class org.fit.layout.cssbox.ContentImageImpl
 
CSSBoxTreeBuilder - Class in org.fit.layout.cssbox
This class implements building the box tree using the CSSBox rendering engine.
CSSBoxTreeBuilder(Dimension) - Constructor for class org.fit.layout.cssbox.CSSBoxTreeBuilder
 
CSSBoxTreeProvider - Class in org.fit.layout.cssbox
A box tree provider implementation based on CSSBox
CSSBoxTreeProvider() - Constructor for class org.fit.layout.cssbox.CSSBoxTreeProvider
 
CSSBoxTreeProvider(URL, int, int) - Constructor for class org.fit.layout.cssbox.CSSBoxTreeProvider
 

E

efficientBackground - Variable in class org.fit.layout.cssbox.BoxNode
Efficient background color
equals(Object) - Method in class org.fit.layout.cssbox.BoxNode
 
expandToEnclose(BoxNode) - Method in class org.fit.layout.cssbox.BoxNode
Expands the box node in order to fully enclose another box

G

getAncestorAttribute(Node, String, String) - Method in class org.fit.layout.cssbox.BoxNode
 
getAttribute(String) - Method in class org.fit.layout.cssbox.BoxNode
 
getBackgroundColor() - Method in class org.fit.layout.cssbox.BoxNode
Returns the declared background color of the element or null when transparent.
getBorderCount() - Method in class org.fit.layout.cssbox.BoxNode
 
getBottomBorder() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the bottom border of the box
getBounds() - Method in class org.fit.layout.cssbox.BoxNode
 
getBox() - Method in class org.fit.layout.cssbox.BoxNode
 
getChildBox(int) - Method in class org.fit.layout.cssbox.BoxNode
Returns a specified child box.
getColor() - Method in class org.fit.layout.cssbox.BoxNode
 
getContentBounds() - Method in class org.fit.layout.cssbox.BoxNode
 
getContentObject() - Method in class org.fit.layout.cssbox.BoxNode
 
getDescription() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getDisplayType() - Method in class org.fit.layout.cssbox.BoxNode
 
getDOMNode() - Method in class org.fit.layout.cssbox.BoxNode
 
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
 
getFontFamily() - Method in class org.fit.layout.cssbox.BoxNode
 
getFontSize() - Method in class org.fit.layout.cssbox.BoxNode
 
getFontStyle() - Method in class org.fit.layout.cssbox.BoxNode
 
getFontWeight() - Method in class org.fit.layout.cssbox.BoxNode
 
getHeight() - Method in class org.fit.layout.cssbox.BoxNode
 
getHeight() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getId() - Method in class org.fit.layout.cssbox.BoxNode
 
getId() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getImage() - Method in class org.fit.layout.cssbox.ContentImageImpl
 
getLeftBorder() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the left border of the box
getLineThrough() - Method in class org.fit.layout.cssbox.BoxNode
 
getName() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getOrder() - Method in class org.fit.layout.cssbox.BoxNode
 
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
 
getParamNames() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getParamTypes() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getParentBox() - Method in class org.fit.layout.cssbox.BoxNode
 
getRightBorder() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the right border of the box
getStartColor() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the text color of the first box in the area.
getTagName() - Method in class org.fit.layout.cssbox.BoxNode
 
getText() - Method in class org.fit.layout.cssbox.BoxNode
 
getTopBorder() - Method in class org.fit.layout.cssbox.BoxNode
Obtains the top border of the box
getType() - Method in class org.fit.layout.cssbox.BoxNode
 
getUnderline() - Method in class org.fit.layout.cssbox.BoxNode
 
getUrl() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getVisualBounds() - Method in class org.fit.layout.cssbox.BoxNode
Returns the bounds of the box as they visually appear to the user.
getWidth() - Method in class org.fit.layout.cssbox.BoxNode
 
getWidth() - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
getX1() - Method in class org.fit.layout.cssbox.BoxNode
 
getX2() - Method in class org.fit.layout.cssbox.BoxNode
 
getY1() - Method in class org.fit.layout.cssbox.BoxNode
 
getY2() - Method in class org.fit.layout.cssbox.BoxNode
 

H

hasBottomBorder() - Method in class org.fit.layout.cssbox.BoxNode
 
hasLeftBorder() - Method in class org.fit.layout.cssbox.BoxNode
 
hasRightBorder() - Method in class org.fit.layout.cssbox.BoxNode
 
hasTopBorder() - Method in class org.fit.layout.cssbox.BoxNode
 

I

isBackgroundSeparated() - Method in class org.fit.layout.cssbox.BoxNode
 
isRootNode() - Method in class org.fit.layout.cssbox.BoxNode
 
isVisible() - Method in class org.fit.layout.cssbox.BoxNode
Checks whether the box is inside of the visible area and the text is visible and its color is different from the background
isVisuallySeparated() - Method in class org.fit.layout.cssbox.BoxNode
 

M

markNodesInside(Vector<BoxNode>, boolean) - Method in class org.fit.layout.cssbox.BoxNode
Takes a list of nodes and selects the nodes that are located directly inside of this node's box.

N

nearestParent - Variable in class org.fit.layout.cssbox.BoxNode
Potential nearest parent node in the box tree

O

order - Variable in class org.fit.layout.cssbox.BoxNode
Order in the box tree.
org.fit.layout.cssbox - package org.fit.layout.cssbox
 

P

page - Variable in class org.fit.layout.cssbox.BoxNode
The page this box belongs to.
page - Variable in class org.fit.layout.cssbox.CSSBoxTreeBuilder
The resulting page
PageImpl - Class in org.fit.layout.cssbox
 
PageImpl(URL) - Constructor for class org.fit.layout.cssbox.PageImpl
 
pageSize - Variable in class org.fit.layout.cssbox.CSSBoxTreeBuilder
Requested page dimensions
pageUrl - Variable in class org.fit.layout.cssbox.CSSBoxTreeBuilder
 
parse(URL) - Method in class org.fit.layout.cssbox.CSSBoxTreeBuilder
 
parse(String) - Method in class org.fit.layout.cssbox.CSSBoxTreeBuilder
 

R

recomputeBounds() - Method in class org.fit.layout.cssbox.BoxNode
Recomputes the total bounds of the whole subtree.
recomputeVisualBounds() - Method in class org.fit.layout.cssbox.BoxNode
Re-computes the visual bounds of the whole subtree.
removeFromTree() - Method in class org.fit.layout.cssbox.BoxNode
Removes the node from the tree.
renderUrl(URL, Dimension) - Method in class org.fit.layout.cssbox.CSSBoxTreeBuilder
 

S

setBackgroundSeparated(boolean) - Method in class org.fit.layout.cssbox.BoxNode
 
setEfficientBackground(Color) - Method in class org.fit.layout.cssbox.BoxNode
 
setHeight(int) - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
setImage(ReplacedImage) - Method in class org.fit.layout.cssbox.ContentImageImpl
 
setOrder(int) - Method in class org.fit.layout.cssbox.BoxNode
 
setUrl(URL) - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
setUrl(String) - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 
setWidth(int) - Method in class org.fit.layout.cssbox.CSSBoxTreeProvider
 

T

takeChildren(Vector<BoxNode>) - Method in class org.fit.layout.cssbox.BoxNode
Goes through the parent's children, takes all the nodes that are inside of this node and makes them the children of this node.
toString() - Method in class org.fit.layout.cssbox.BoxNode
 

V

visual - Variable in class org.fit.layout.cssbox.BoxNode
Visual bounds of the node.
visuallyEncloses(BoxNode) - Method in class org.fit.layout.cssbox.BoxNode
Checks if another node is located inside the visual bounds of this box.
visuallyEncloses1(BoxNode) - Method in class org.fit.layout.cssbox.BoxNode
Checks if another node is fully located inside the content bounds of this box.
B C E G H I M N O P R S T V 

Copyright © 2015. All rights reserved.