Home
last modified time | relevance | path

Searched refs:dragInsets (Results 1 – 4 of 4) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentMover.java35 private Insets dragInsets = new Insets(0, 0, 0, 0); field in ComponentMover
137 return dragInsets; in getDragInsets()
148 public void setDragInsets(Insets dragInsets) { in setDragInsets() argument
149 this.dragInsets = dragInsets; in setDragInsets()
226 int width = source.getSize().width - dragInsets.left - dragInsets.right; in mousePressed()
227 int height = source.getSize().height - dragInsets.top in mousePressed()
228 - dragInsets.bottom; in mousePressed()
229 Rectangle r = new Rectangle(dragInsets.left, dragInsets.top, width, in mousePressed()
H A DComponentResizer.java42 private Insets dragInsets; field in ComponentResizer
91 this(dragInsets, new Dimension(1, 1), components); in ComponentResizer()
107 setDragInsets(dragInsets); in ComponentResizer()
118 return dragInsets; in getDragInsets()
131 public void setDragInsets(Insets dragInsets) { in setDragInsets() argument
132 validateMinimumAndInsets(minimumSize, dragInsets); in setDragInsets()
134 this.dragInsets = dragInsets; in setDragInsets()
174 validateMinimumAndInsets(minimumSize, dragInsets); in setMinimumSize()
250 if (location.x < dragInsets.left) in mouseMoved()
253 if (location.x > source.getWidth() - dragInsets.right - 1) in mouseMoved()
[all …]
H A DCaptureFrame.java160 Insets dragInsets = new Insets(5, 5, 5, 5); in CaptureFrame() local
161 new ComponentResizer(dragInsets, this); in CaptureFrame()
165 cm.setDragInsets(dragInsets); in CaptureFrame()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...