Uses of Class
org.loboevolution.html.renderer.RenderableSpot
Packages that use RenderableSpot
Package
Description
Contains Java Swing components that render a HTML DOM.
Contains the HTML renderer infrastructure.
-
Uses of RenderableSpot in org.loboevolution.gui
Fields in org.loboevolution.gui declared as RenderableSpotModifier and TypeFieldDescriptionprotected RenderableSpotHtmlBlockPanel.endSelectionprotected RenderableSpotHtmlBlockPanel.startSelectionMethods in org.loboevolution.gui with parameters of type RenderableSpotModifier and TypeMethodDescriptionvoidHtmlPanel.expandSelection(RenderableSpot rpoint) expandSelection.voidHtmlPanel.resetSelection(RenderableSpot rpoint) resetSelection.voidHtmlBlockPanel.setSelectionEnd(RenderableSpot rpoint) setSelectionEnd.voidHtmlBlockPanel.setSelectionStart(RenderableSpot rpoint) setSelectionStart. -
Uses of RenderableSpot in org.loboevolution.html.control
Methods in org.loboevolution.html.control that return RenderableSpotModifier and TypeMethodDescriptionRUIControl.getLowestRenderableSpot(int x, int y) getLowestRenderableSpot.Methods in org.loboevolution.html.control with parameters of type RenderableSpotModifier and TypeMethodDescriptionbooleanRUIControl.extractSelectionText(StringBuilder buffer, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) extractSelectionText.booleanRUIControl.paintSelection(Graphics g, boolean isSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection.booleanUIControlWrapper.paintSelection(Graphics g, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection. -
Uses of RenderableSpot in org.loboevolution.html.renderer
Fields in org.loboevolution.html.renderer declared as RenderableSpotModifier and TypeFieldDescriptionprotected RenderableSpotRBlock.endSelectionprotected RenderableSpotRBlock.startSelectionMethods in org.loboevolution.html.renderer that return RenderableSpotModifier and TypeMethodDescriptionBoundableRenderable.getLowestRenderableSpot(int x, int y) getLowestRenderableSpot.RBlock.getLowestRenderableSpot(int x, int y) getLowestRenderableSpot.RBlockViewport.getLowestRenderableSpot(int x, int y) getLowestRenderableSpot.RInlineBlock.getLowestRenderableSpot(int x, int y) getLowestRenderableSpot.TranslatedRenderable.getLowestRenderableSpot(int x, int y) getLowestRenderableSpot.Methods in org.loboevolution.html.renderer with parameters of type RenderableSpotModifier and TypeMethodDescriptionvoidFrameContext.expandSelection(RenderableSpot rpoint) expandSelection.booleanBaseRCollection.extractSelectionText(StringBuilder buffer, boolean isSelection, RenderableSpot startPoint, RenderableSpot endPoint) extractSelectionText.booleanBoundableRenderable.extractSelectionText(StringBuilder buffer, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) extractSelectionText.booleanRBlock.extractSelectionText(StringBuilder buffer, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) extractSelectionText.booleanTranslatedRenderable.extractSelectionText(StringBuilder buffer, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) extractSelectionText.booleanBaseRCollection.paintSelection(Graphics g, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection.booleanBoundableRenderable.paintSelection(Graphics g, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection.booleanRBlock.paintSelection(Graphics g, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection.booleanTranslatedRenderable.paintSelection(Graphics g, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection.voidFrameContext.resetSelection(RenderableSpot rpoint) resetSelection.voidRBlock.setSelectionEnd(RenderableSpot rpoint) setSelectionEnd.voidRBlock.setSelectionStart(RenderableSpot rpoint) setSelectionStart. -
Uses of RenderableSpot in org.loboevolution.html.renderer.table
Methods in org.loboevolution.html.renderer.table that return RenderableSpotModifier and TypeMethodDescriptionRTable.getLowestRenderableSpot(int x, int y) getLowestRenderableSpot.