com.jidesoft.tooltip.shadows
Class LeftBottomDrop
java.lang.Object
com.jidesoft.tooltip.shadows.DropShadow
com.jidesoft.tooltip.shadows.LeftBottomDrop
- All Implemented Interfaces:
- ShadowStyle
public class LeftBottomDrop
- extends DropShadow
A perspective shadow implementation
Constructor Summary |
LeftBottomDrop()
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 |
LeftBottomDrop
public LeftBottomDrop()
- 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.