public class Inner extends AccessDirection
ALL, BOTTOM, INNER, LEFT, LEFT_BOTTOM, LEFT_TOP, OUTER, RIGHT, RIGHT_BOTTOM, RIGHT_TOP, TOP, TOP_BOTTOM_LEFT_RIGHT
构造器和说明 |
---|
Inner() |
限定符和类型 | 方法和说明 |
---|---|
int |
getActual()
Direction的位置标示,top = 1,bottom = 2等
|
int |
getCursor() |
java.awt.Rectangle |
getDraggedBounds(int dx,
int dy,
java.awt.Rectangle current_bounds,
FormDesigner designer,
java.awt.Rectangle oldbounds) |
protected java.awt.Point |
getRelativePoint(int x,
int y,
java.awt.Rectangle current_bounds,
FormDesigner designer) |
protected void |
sorptionPoint(java.awt.Point point,
java.awt.Rectangle current_bounds,
FormDesigner designer) |
backupBounds, drag, sorption, updateCursor
public int getCursor()
public int getActual()
Direction
protected java.awt.Point getRelativePoint(int x, int y, java.awt.Rectangle current_bounds, FormDesigner designer)
getRelativePoint
在类中 AccessDirection
protected void sorptionPoint(java.awt.Point point, java.awt.Rectangle current_bounds, FormDesigner designer)
sorptionPoint
在类中 AccessDirection
public java.awt.Rectangle getDraggedBounds(int dx, int dy, java.awt.Rectangle current_bounds, FormDesigner designer, java.awt.Rectangle oldbounds)
getDraggedBounds
在类中 AccessDirection