org.tbee.swing
Class ResizableBorderDefault
java.lang.Object
org.tbee.swing.ResizableBorderDefault
- All Implemented Interfaces:
- Border, ResizableBorder
public class ResizableBorderDefault
- extends Object
- implements ResizableBorder
- Version:
- $Revision: 1.1 $
- Author:
- Santhosh Kumar T
http://www.jroller.com/page/santhosh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResizableBorderDefault
public ResizableBorderDefault(int dist)
getBorderInsets
public Insets getBorderInsets(Component component)
- Specified by:
getBorderInsets in interface Border
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaque in interface Border
paintBorder
public void paintBorder(Component component,
Graphics g,
int x,
int y,
int w,
int h)
- Specified by:
paintBorder in interface Border
getResizeCursor
public int getResizeCursor(MouseEvent me)
- Specified by:
getResizeCursor in interface ResizableBorder
Copyright © 2011 KnowledgePlaza. All Rights Reserved.