JIDE 3.5.15

com.jidesoft.tooltip.shadows
Class RightBottomDrop

java.lang.Object
  extended by com.jidesoft.tooltip.shadows.DropShadow
      extended by com.jidesoft.tooltip.shadows.RightBottomDrop
All Implemented Interfaces:
ShadowStyle

public class RightBottomDrop
extends DropShadow

A drop shadow implementation


Field Summary
 
Fields inherited from class com.jidesoft.tooltip.shadows.DropShadow
_scale, _xOffset, _yOffset
 
Constructor Summary
RightBottomDrop()
          Creates a new instance of LeftTopShadow
 
Method Summary
 void layout(Rectangle balloonBounds, Rectangle shadowBounds)
          Layout the balloon and shadow according to the style.
 
Methods inherited from class com.jidesoft.tooltip.shadows.DropShadow
createShadow, getScale, getShadowSize, getXOffset, getYOffset, setScale, setXOffset, setYOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightBottomDrop

public RightBottomDrop()
Creates a new instance of LeftTopShadow

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.

JIDE 3.5.15