Uses of Interface
org.loboevolution.html.renderer.BoundableRenderable
Package
Description
Contains Java Swing components that render a HTML DOM.
Contains the HTML renderer infrastructure.
-
Uses of BoundableRenderable in org.loboevolution.gui
Modifier and TypeMethodDescriptionHtmlPanel.getBlockRenderable()
Gets the root Renderable of the HTML block.HtmlBlockPanel.getRootRenderable()
getRootRenderable.Modifier and TypeMethodDescriptionHtmlBlockPanel.translateDescendentPoint
(BoundableRenderable descendent, int x, int y) translateDescendentPoint. -
Uses of BoundableRenderable in org.loboevolution.html.control
Modifier and TypeClassDescriptionclass
RImgControl class.class
RUIControl class. -
Uses of BoundableRenderable in org.loboevolution.html.renderer
Modifier and TypeInterfaceDescriptioninterface
ARenderable
with children.interface
A renderer node for elements such as blocks, lists, tables, inputs, images, etc.Modifier 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.Modifier and TypeFieldDescriptionfinal BoundableRenderable
ExportableFloat.element
final BoundableRenderable
RenderableSpot.renderable
Modifier 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.Modifier 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.ModifierConstructorDescriptionExportableFloat
(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