JIDE 3.5.15

com.jidesoft.tooltip.shadows
Class LeftTopDrop

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

public class LeftTopDrop
extends DropShadow

A drop shadow implementation


Field Summary
 
Fields inherited from class com.jidesoft.tooltip.shadows.DropShadow
_scale, _xOffset, _yOffset
 
Constructor Summary
LeftTopDrop()
          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

LeftTopDrop

public LeftTopDrop()
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