JIDE 3.5.15

com.jidesoft.tooltip.shadows
Class RightBottomForward

java.lang.Object
  extended by com.jidesoft.tooltip.shadows.PerspectiveShadow
      extended by com.jidesoft.tooltip.shadows.RightBottomForward
All Implemented Interfaces:
ShadowStyle

public class RightBottomForward
extends PerspectiveShadow

A perspective shadow implementation


Field Summary
 
Fields inherited from class com.jidesoft.tooltip.shadows.PerspectiveShadow
_xRatio, _yRatio
 
Constructor Summary
RightBottomForward()
          Creates a new instance of LeftBottomBackward
 
Method Summary
 void layout(Rectangle balloonBounds, Rectangle shadowBounds)
          Layout the balloon and shadow according to the style.
protected  Point translatePixel(int x, int y, int w, int h)
           
 
Methods inherited from class com.jidesoft.tooltip.shadows.PerspectiveShadow
createShadow, getShadowSize, getXRatio, getYRatio, setXRatio, setYRatio
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightBottomForward

public RightBottomForward()
Creates a new instance of LeftBottomBackward

Method Detail

layout

public void layout(Rectangle balloonBounds,
                   Rectangle shadowBounds)
Description copied from interface: ShadowStyle
Layout the balloon and shadow according to the style.

Parameters:
balloonBounds - the bounds for the balloon component.
shadowBounds - the bounds for the shadow component.

translatePixel

protected Point translatePixel(int x,
                               int y,
                               int w,
                               int h)
Specified by:
translatePixel in class PerspectiveShadow

JIDE 3.5.15