org.lobobrowser.html.renderer

Interface Renderable

Known Subinterfaces:
BoundableRenderable, RCollection, RElement
Known Implementing Classes:
RBlock, RBlockViewport, RImgControl, RRelative

public interface Renderable

Represents a renderer (view) node.

Field Summary

static Renderable[]
EMPTY_ARRAY

Method Summary

ModelNode
getModelNode()
void
paint(Graphics g)

Field Details

EMPTY_ARRAY

public static final Renderable[] EMPTY_ARRAY

Method Details

getModelNode

public ModelNode getModelNode()

paint

public void paint(Graphics g)