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 TypeClassDescriptionclassRImgControl class.classRUIControl class. -
Uses of BoundableRenderable in org.loboevolution.html.renderer
Subinterfaces of BoundableRenderable in org.loboevolution.html.rendererModifier and TypeInterfaceDescriptioninterfaceARenderablewith children.interfaceA renderer node for elements such as blocks, lists, tables, inputs, images, etc.Classes in org.loboevolution.html.renderer that implement BoundableRenderableModifier and TypeClassDescriptionclassAuthor J.classAbstract BaseElementRenderable class.classclassRepresents a HTML block in a rendered document, typically a DIV.classA substantial portion of the HTML rendering logic of the package can be found in this class.classRInlineBlock class.classTranslatedRenderable class.Fields in org.loboevolution.html.renderer declared as BoundableRenderableModifier and TypeFieldDescriptionfinal BoundableRenderableExportableFloat.elementfinal BoundableRenderableRenderableSpot.renderableMethods in org.loboevolution.html.renderer that return BoundableRenderableModifier and TypeMethodDescriptionBaseRCollection.getRenderable(int x, int y) getRenderable.RBlockViewport.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 TypeMethodDescriptionvoidBoundableRenderable.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