public static interface MoveUtils.RectangleDesigner
限定符和类型 | 方法和说明 |
---|---|
MoveUtils.RectangleIterator |
createRectangleIterator()
获取块边界的迭代器
|
java.awt.Point |
getDesignerLocationOnScreen()
获取designer相对屏幕的位置
|
int |
getDesignerScrollHorizontalValue()
获取设计器水平滚动条的值
|
int |
getDesignerScrollVerticalValue()
获取设计器垂直滚动条的值
|
int[] |
getHorizontalLine()
获取当前选中块的水平线数组
|
int[] |
getVerticalLine()
获取当前选中块的垂直线数组
|
boolean |
isWidgetsIntersected()
获取designer内部组件是否重叠的标志位
|
void |
setEquidistantLine(Absorptionline line)
设置等距线
|
void |
setWidgetsIntersected(boolean isIntersects)
设置designer内部组件是否重叠的标志位
|
void |
setXAbsorptionline(Absorptionline line)
设置X轴的线
|
void |
setYAbsorptionline(Absorptionline line)
设置Y轴的线
|
MoveUtils.RectangleIterator createRectangleIterator()
void setXAbsorptionline(Absorptionline line)
line
- 连接线void setYAbsorptionline(Absorptionline line)
line
- 连接线int[] getVerticalLine()
int[] getHorizontalLine()
void setWidgetsIntersected(boolean isIntersects)
isIntersects
- 是否重叠boolean isWidgetsIntersected()
java.awt.Point getDesignerLocationOnScreen()
void setEquidistantLine(Absorptionline line)
line
- 吸附线int getDesignerScrollVerticalValue()
int getDesignerScrollHorizontalValue()