net.java.balloontip.positioners
Class RightBelowPositioner

java.lang.Object
  extended by net.java.balloontip.positioners.BalloonTipPositioner
      extended by net.java.balloontip.positioners.BasicBalloonTipPositioner
          extended by net.java.balloontip.positioners.RightBelowPositioner

public class RightBelowPositioner
extends BasicBalloonTipPositioner

This class positions a balloon tip below the component it's attached to, with the tip on the right

Author:
Tim Molderez

Field Summary
 
Fields inherited from class net.java.balloontip.positioners.BasicBalloonTipPositioner
attachLocationX, attachLocationY, fixedAttachLocation, flipX, flipY, hOffset, minimumHorizontalOffset, offsetCorrection, orientationCorrection, preferredHorizontalOffset, preferredVerticalOffset, x, y
 
Fields inherited from class net.java.balloontip.positioners.BalloonTipPositioner
balloonTip
 
Constructor Summary
RightBelowPositioner(int hO, int vO)
           
 
Method Summary
protected  void determineLocation(java.awt.Rectangle attached)
           
 
Methods inherited from class net.java.balloontip.positioners.BasicBalloonTipPositioner
applyOffsetCorrection, determineAndSetLocation, enableFixedAttachLocation, enableOffsetCorrection, enableOrientationCorrection, getAttachLocationX, getAttachLocationY, getPreferredHorizontalOffset, getPreferredVerticalOffset, getTipLocation, isFixedAttachLocation, isOffsetCorrected, isOrientationCorrected, onStyleChange, setAttachLocation, setPreferredHorizontalOffset, setPreferredVerticalOffset
 
Methods inherited from class net.java.balloontip.positioners.BalloonTipPositioner
finalize, getBalloonTip, setBalloonTip
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightBelowPositioner

public RightBelowPositioner(int hO,
                            int vO)
Method Detail

determineLocation

protected void determineLocation(java.awt.Rectangle attached)
Specified by:
determineLocation in class BasicBalloonTipPositioner


http://balloontip.java.net/