Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

org.eclipse.gmf.runtime.draw2d.ui.figures
Interface DropShadowBorder

All Superinterfaces:
Border, org.eclipse.gmf.runtime.draw2d.ui.internal.figures.TransparentBorder
All Known Implementing Classes:
RectangularDropShadowLineBorder

public interface DropShadowBorder
extends org.eclipse.gmf.runtime.draw2d.ui.internal.figures.TransparentBorder, Border


Method Summary
 void setShouldDrawDropShadow (boolean drawDropShadow)
          Sets whether the border will draw a drop shadow with the border edge.
 boolean shouldDrawDropShadow ()
           
 
Methods inherited from interface org.eclipse.gmf.runtime.draw2d.ui.internal.figures.TransparentBorder
getTransparentInsets
 
Methods inherited from interface org.eclipse.draw2d. Border
getInsets, getPreferredSize, isOpaque, paint
 

Method Detail

setShouldDrawDropShadow

void setShouldDrawDropShadow(boolean drawDropShadow)
Sets whether the border will draw a drop shadow with the border edge.

Parameters:
drawDropShadow -

shouldDrawDropShadow

boolean shouldDrawDropShadow()
Returns:
true iff the border painting method will draw a shadow

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire