- AbstractPageSet - Class in org.fit.layout.impl
-
A base implementation of the page set that holds the basic necessary
information about the page set.
- AbstractPageSet(String) - Constructor for class org.fit.layout.impl.AbstractPageSet
-
- add(GenericTreeNode) - Method in class org.fit.layout.impl.GenericTreeNode
-
- addArea(Area) - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- addArea(Area) - Method in interface org.fit.layout.model.LogicalArea
-
- addAreaSelectionListener(AreaSelectionListener) - Method in interface org.fit.layout.gui.Browser
-
Registers an area selection listener that is notified when the area selection changes.
- addBox(Box) - Method in class org.fit.layout.impl.DefaultArea
-
Adds a new box to the area.
- addInfoPanel(JComponent, double) - Method in interface org.fit.layout.gui.Browser
-
Adds a new panel to the details area.
- addPage(Page) - Method in interface org.fit.layout.api.PageSet
-
Adds a new page to the set.
- addRectangleSelectionListener(RectangleSelectionListener) - Method in interface org.fit.layout.gui.Browser
-
Registers a rectangle selection listener that is notified when a new rectangle is selected.
- addStructurePanel(String, JComponent) - Method in interface org.fit.layout.gui.Browser
-
Adds a new tab to the structure view tabs.
- addTag(Tag, float) - Method in class org.fit.layout.impl.DefaultArea
-
- addTag(Tag, float) - Method in interface org.fit.layout.model.Taggable
-
Adds a tag to this area.
- addToolBar(JToolBar) - Method in interface org.fit.layout.gui.Browser
-
Adds a toolbar to the browser's toolbar area.
- addToolPanel(String, JComponent) - Method in interface org.fit.layout.gui.Browser
-
Adds a new tab to the tool panel at the top of the window
- addTreeListener(TreeListener) - Method in interface org.fit.layout.gui.Browser
-
Registers an area selection listener that is notified when some tree is updated.
- addUserAttribute(Object) - Method in class org.fit.layout.impl.GenericTreeNode
-
- addUserAttribute(Object) - Method in interface org.fit.layout.model.AreaTreeNode
-
Sets a user-defined attribute for the tree node.
- appendChild(Area) - Method in class org.fit.layout.impl.DefaultArea
-
- appendChild(LogicalArea) - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- appendChild(T) - Method in interface org.fit.layout.model.AreaTreeNode
-
Appends a new child area to the list of child areas of this area.
- appendChildren(List<Area>) - Method in class org.fit.layout.impl.DefaultArea
-
- appendChildren(List<LogicalArea>) - Method in class org.fit.layout.impl.DefaultLogicalArea
-
- appendChildren(List<T>) - Method in interface org.fit.layout.model.AreaTreeNode
-
Appends a list of child areas to the list of child areas of this area.
- apply(AreaTree) - Method in interface org.fit.layout.api.AreaTreeOperator
-
Applies the operation to the given tree.
- apply(AreaTree, Area) - Method in interface org.fit.layout.api.AreaTreeOperator
-
Applies the operation to the given subtree of the tree.
- Area - Interface in org.fit.layout.model
-
An area containing several visual boxes.
- AreaGrid - Class in org.fit.layout.impl
-
A grid of areas in an abstract parent rectangle.
- AreaGrid(DefaultArea, AreaTopology) - Constructor for class org.fit.layout.impl.AreaGrid
-
Constructs a grid of all the child areas of the given parent area.
- AreaGrid(Rectangular, List<Area>, AreaTopology) - Constructor for class org.fit.layout.impl.AreaGrid
-
Constructs a grid from the list of areas.
- areaSelected(Area) - Method in interface org.fit.layout.gui.AreaSelectionListener
-
This method is called when the area selection changes in the browser.
- AreaSelectionListener - Interface in org.fit.layout.gui
-
A listener that can be called when the area selection changes in the browser.
- AreaTopology - Interface in org.fit.layout.model
-
This is an abstraction of a topology that represents the mutual positions
of areas in an abstract space (e.g. in a parent area).
- AreaTree - Interface in org.fit.layout.model
-
A tree of visual areas created from a box tree.
- AreaTreeNode<T> - Interface in org.fit.layout.model
-
A typed node in the tree of areas.
- AreaTreeOperator - Interface in org.fit.layout.api
-
A generic procedure that processes the area tree.
- AreaTreeProvider - Interface in org.fit.layout.api
-
This interface represents a service that is able to provide a basic area tree from the given page.
- areaTreeUpdated(AreaTree) - Method in interface org.fit.layout.gui.TreeListener
-
Called when the area tree has been updated.
- 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
-
- get(int) - Method in interface org.fit.layout.api.PageSet
-
Obtains the page at the given index.
- getAbsolutePosition() - Method in class org.fit.layout.impl.AreaGrid
-
Obtains the absolute position where the grid is placed within the page.
- 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 class org.fit.layout.impl.DefaultAreaTree
-
- 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(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 class org.fit.layout.impl.DefaultAreaTree
-
- 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
- getAreaTree() - Method in class org.fit.layout.impl.DefaultArea
-
- getAreaTree() - Method in class org.fit.layout.impl.DefaultLogicalAreaTree
-
- getAreaTree() - Method in interface org.fit.layout.model.Area
-
Obtains the tree the node belongs to.
- getAreaTree() - Method in interface org.fit.layout.model.LogicalAreaTree
-
Obtains the source area tree used for creating this logical tree.
- 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.
- getAttributes() - Method in class org.fit.layout.impl.DefaultBox
-
- getAttributes() - Method in interface org.fit.layout.model.Box
-
Obtains the names and values of all the box attributes.
- 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.
- getBorderStyle(Border.Side) - Method in class org.fit.layout.impl.DefaultContentRect
-
- getBorderStyle(Border.Side) - Method in interface org.fit.layout.model.ContentRect
-
Obtains the properties of the box border at the given side.
- 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.
- getBoxDescription(Box) - Method in class org.fit.layout.impl.DefaultArea
-
Obtains a box description used as the default area name when the area
is created from a box.
- 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 are fully contained in the given region based on their visual bounds.
- 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)
- getCategory() - Method in interface org.fit.layout.api.AreaTreeOperator
-
Returns the operator category that allows to group similar operators in the GUI.
- 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.
- 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
-
Finds the offset of the specified column from the grid origin.
- 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.
- 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.
- getCurrentIndex() - Method in interface org.fit.layout.api.PageSetStorage
-
Obtains the index of the currently loaded page.
- getCurrentPageSet() - Method in interface org.fit.layout.api.PageSetStorage
-
Obtains the currently active page set that is used for storing the new pages
and obtaining the previous/next page.
- getDateCreated() - Method in interface org.fit.layout.api.PageSet
-
Obtains the creation date of the set.
- getDateCreated() - Method in class org.fit.layout.impl.AbstractPageSet
-
- 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.PageSet
-
Obtains the set description.
- getDescription() - Method in interface org.fit.layout.api.Service
-
Obtains a longer description of the service.
- getDescription() - Method in class org.fit.layout.impl.AbstractPageSet
-
- 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.
- 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.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.DefaultGridTopology
-
- getHeight() - Method in class org.fit.layout.impl.DefaultPage
-
- getHeight() - Method in interface org.fit.layout.model.AreaTopology
-
- 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.
- getIndex() - Method in enum org.fit.layout.model.Border.Side
-
- 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.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
-
Deprecated.
- getMaxLength() - Method in class org.fit.layout.impl.ParameterString
-
- getMaxValue() - Method in class org.fit.layout.impl.ParameterFloat
-
- getMaxValue() - Method in class org.fit.layout.impl.ParameterInt
-
- 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
-
Deprecated.
- getMinLength() - Method in class org.fit.layout.impl.ParameterString
-
- getMinValue() - Method in class org.fit.layout.impl.ParameterFloat
-
- getMinValue() - Method in class org.fit.layout.impl.ParameterInt
-
- 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.PageSet
-
Obtains the name of the set.
- getName() - Method in interface org.fit.layout.api.Parameter
-
Returns the name of the parameter.
- 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.AbstractPageSet
-
- getName() - Method in class org.fit.layout.impl.BaseParameter
-
- getName() - Method in class org.fit.layout.impl.DefaultArea
-
- getName() - Method in interface org.fit.layout.model.Area
-
Obtains the area name.
- 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
-
Deprecated.
- 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.DefaultAreaTree
-
- getPage() - Method in class org.fit.layout.impl.DefaultContentRect
-
- getPage() - Method in interface org.fit.layout.model.AreaTree
-
Obtains the source page for this area tree.
- 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).
- getParams() - Method in interface org.fit.layout.api.ParametrizedOperation
-
Obtains a list of available parameters.
- getParams() - Method in class org.fit.layout.impl.BaseParametrizedOperation
-
- 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(Area) - Method in class org.fit.layout.impl.DefaultGridTopology
-
- getPosition() - Method in class org.fit.layout.impl.DefaultGridTopology
-
- getPosition(Area) - Method in interface org.fit.layout.model.AreaTopology
-
Obtains the position of the given area within this topology.
- 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
-
Deprecated.
- 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.DefaultAreaTree
-
- getRoot() - Method in class org.fit.layout.impl.DefaultLogicalAreaTree
-
- 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
-
Finds the offset of the specified row from the grid origin.
- getRows() - Method in class org.fit.layout.impl.AreaGrid
-
- getSelectedArea() - Method in interface org.fit.layout.gui.Browser
-
Gets the last selected visual area.
- getServiceParams(ParametrizedOperation) - Static method in class org.fit.layout.api.ServiceManager
-
Obtains the values of all the parametres of the given operation.
- getSourceNodeId() - Method in class org.fit.layout.impl.DefaultBox
-
- getSourceNodeId() - Method in interface org.fit.layout.model.Box
-
Obtains a unique identification of the box source (e.g. the source DOM node).
- 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.
- getStyle() - Method in class org.fit.layout.model.Border
-
- getSupportedTags(float) - Method in class org.fit.layout.impl.DefaultArea
-
- getSupportedTags(float) - Method in interface org.fit.layout.model.Taggable
-
Obtains all the tags with the support greater or equal to the specified value.
- 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
-
- getTitle() - Method in class org.fit.layout.impl.DefaultPage
-
- getTitle() - Method in interface org.fit.layout.model.Page
-
Obtains the page title specified using the <title> tag.
- 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.
- getTopologyPosition() - Method in class org.fit.layout.impl.DefaultGridTopology
-
- getTopologyPosition() - Method in interface org.fit.layout.model.AreaTopology
-
Obtains the absolute position of the whole topology within the page.
- 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.
- getTotalCount() - Method in interface org.fit.layout.api.PageSetStorage
-
Obtains the total number of pages available in the current page set.
- 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.
- getUrl() - Method in interface org.fit.layout.model.ContentImage
-
Obtains the image URL.
- getUserAttribute(Class<T>) - Method in class org.fit.layout.impl.GenericTreeNode
-
- getUserAttribute(Class<P>) - Method in interface org.fit.layout.model.AreaTreeNode
-
Obtains the user-defined attributes of the node.
- 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.
- getVarName() - Method in interface org.fit.layout.api.ScriptObject
-
Gets the name of the object in the JavaScript engine.
- 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.DefaultGridTopology
-
- getWidth() - Method in class org.fit.layout.impl.DefaultPage
-
- getWidth() - Method in interface org.fit.layout.model.AreaTopology
-
- 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.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"
- GUIUpdateListener - Interface in org.fit.layout.gui
-
A listener that is able to update its GUI when something happens.
- GUIUpdateSource - Interface in org.fit.layout.gui
-
A source of GUI update events.