org.lobobrowser.html.renderer
Class FloatingViewportBounds

java.lang.Object
  extended by org.lobobrowser.html.renderer.FloatingViewportBounds
All Implemented Interfaces:
FloatingBounds

public class FloatingViewportBounds
extends java.lang.Object
implements FloatingBounds


Constructor Summary
FloatingViewportBounds(FloatingBounds prevBounds, int alignment, int y, int width, int height)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getClearY(int y)
           
 int getLeft(int y)
           
 int getRight(int y)
          The offset from the right edge, not counting padding.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatingViewportBounds

public FloatingViewportBounds(FloatingBounds prevBounds,
                              int alignment,
                              int y,
                              int width,
                              int height)
Method Detail

getLeft

public int getLeft(int y)
Specified by:
getLeft in interface FloatingBounds

getRight

public int getRight(int y)
The offset from the right edge, not counting padding.

Specified by:
getRight in interface FloatingBounds

getClearY

public int getClearY(int y)
Specified by:
getClearY in interface FloatingBounds

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Cobra Home]