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