JIDE 3.5.15

com.jidesoft.tooltip.shadows
Class LeftBottomForward

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

public class LeftBottomForward
extends PerspectiveShadow

A perspective shadow implementation


Field Summary
 
Fields inherited from class com.jidesoft.tooltip.shadows.PerspectiveShadow
_xRatio, _yRatio
 
Constructor Summary
LeftBottomForward()
          Creates a new instance of LeftBottomForeward
 
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

LeftBottomForward

public LeftBottomForward()
Creates a new instance of LeftBottomForeward

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