Uses of Interface
org.loboevolution.html.renderer.BoundableRenderable
Packages that use BoundableRenderable
Package
Description
Contains Java Swing components that render a HTML DOM.
Contains the HTML renderer infrastructure.
-
Uses of BoundableRenderable in org.loboevolution.gui
Methods in org.loboevolution.gui that return BoundableRenderableModifier and TypeMethodDescriptionHtmlPanel.getBlockRenderable()
Gets the root Renderable of the HTML block.HtmlBlockPanel.getRootRenderable()
getRootRenderable.Methods in org.loboevolution.gui with parameters of type BoundableRenderableModifier and TypeMethodDescriptionHtmlBlockPanel.translateDescendentPoint
(BoundableRenderable descendent, int x, int y) translateDescendentPoint. -
Uses of BoundableRenderable in org.loboevolution.html.control
Classes in org.loboevolution.html.control that implement BoundableRenderableModifier and TypeClassDescriptionclass
RImgControl class.class
RUIControl class. -
Uses of BoundableRenderable in org.loboevolution.html.renderer
Subinterfaces of BoundableRenderable in org.loboevolution.html.rendererModifier and TypeInterfaceDescriptioninterface
ARenderable
with children.interface
A renderer node for elements such as blocks, lists, tables, inputs, images, etc.Classes in org.loboevolution.html.renderer that implement BoundableRenderableModifier and TypeClassDescriptionclass
Abstract BaseElementRenderable class.class
Represents a HTML block in a rendered document, typically a DIV.class
A substantial portion of the HTML rendering logic of the package can be found in this class.class
RInlineBlock class.class
TranslatedRenderable class.Fields in org.loboevolution.html.renderer declared as BoundableRenderableModifier and TypeFieldDescriptionfinal BoundableRenderable
ExportableFloat.element
final BoundableRenderable
RenderableSpot.renderable
Methods in org.loboevolution.html.renderer that return BoundableRenderableModifier and TypeMethodDescriptionRBlockViewport.getRenderable
(int x, int y) getRenderable.RBlockViewport.getRenderable
(Point point) getRenderable.RCollection.getRenderable
(int x, int y) getRenderable.TranslatedRenderable.getRenderable
(int x, int y) getRenderable.DelayedPair.positionPairChild()
positionPairChild.Methods in org.loboevolution.html.renderer with parameters of type BoundableRenderableModifier and TypeMethodDescriptionvoid
BoundableRenderable.setDelegator
(BoundableRenderable pDelegator) setParent.BaseElementRenderable.translateDescendentPoint
(BoundableRenderable descendent, int x, int y) translateDescendentPoint.RenderableContainer.translateDescendentPoint
(BoundableRenderable descendent, int x, int y) translateDescendentPoint.Constructors in org.loboevolution.html.renderer with parameters of type BoundableRenderableModifierConstructorDescriptionExportableFloat
(BoundableRenderable element, boolean leftFloat, int origX, int origY) Constructor for ExportableFloat.RenderableSpot
(BoundableRenderable renderable, int x, int y) Constructor for RenderableSpot.TranslatedRenderable
(BoundableRenderable translatedChild) Constructor for TranslatedRenderable. -
Uses of BoundableRenderable in org.loboevolution.html.renderer.table
Classes in org.loboevolution.html.renderer.table that implement BoundableRenderable