org.lobobrowser.html.renderer
Class RenderableSpot
java.lang.Object
org.lobobrowser.html.renderer.RenderableSpot
public class RenderableSpot
- extends java.lang.Object
Contains a renderer node and a position in that node.
Method Summary |
boolean |
equals(java.lang.Object other)
|
java.awt.Point |
getPoint()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
renderable
public final BoundableRenderable renderable
x
public final int x
y
public final int y
RenderableSpot
public RenderableSpot(BoundableRenderable renderable,
int x,
int y)
- Parameters:
renderable
- x
- y
-
getPoint
public java.awt.Point getPoint()
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
Copyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Cobra Project Home]