Package org.loboevolution.html.renderer
Class RRectangle
java.lang.Object
org.loboevolution.html.renderer.RRectangle
- All Implemented Interfaces:
Renderable
- Direct Known Subclasses:
BaseElementRenderable
,RBlockViewport
,TranslatedRenderable
-
Field Summary
Fields inherited from interface org.loboevolution.html.renderer.Renderable
EMPTY_ARRAY
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.loboevolution.html.renderer.Renderable
findHtmlRenderable, getModelNode, isFixed, paint
-
Constructor Details
-
RRectangle
protected RRectangle()
-
-
Method Details
-
setOrigin
public void setOrigin(int x, int y) -
setBounds
public void setBounds(int x, int y, int width, int height)
-