org.lobobrowser.html.renderer

Interface Renderable

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

public interface Renderable

Represents a renderer (view) node.
Author:
J. H. S.

Field Summary

static Renderable[]
EMPTY_ARRAY

Method Summary

ModelNode
getModelNode()
int
getOrdinal()
int
getZIndex()
void
invalidateLayoutUpTree()
void
paint(Graphics g)
void
setOrdinal(int ordinal)

Field Details

EMPTY_ARRAY

public static final Renderable[] EMPTY_ARRAY

Method Details

getModelNode

public ModelNode getModelNode()

getOrdinal

public int getOrdinal()

getZIndex

public int getZIndex()

invalidateLayoutUpTree

public void invalidateLayoutUpTree()

paint

public void paint(Graphics g)

setOrdinal

public void setOrdinal(int ordinal)