com.jidesoft.tooltip.shadows
Class RightBottomDrop
java.lang.Object
com.jidesoft.tooltip.shadows.DropShadow
com.jidesoft.tooltip.shadows.RightBottomDrop
- All Implemented Interfaces:
- ShadowStyle
public class RightBottomDrop
- extends DropShadow
A drop shadow implementation
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RightBottomDrop
public RightBottomDrop()
- Creates a new instance of LeftTopShadow
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.