/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | CaptureOptionsDialog.java | 7 import java.awt.Insets; 85 new Insets(0, 0, 0, 0), 0, 0)); in CaptureOptionsDialog() 127 new Insets(0, 0, 0, 0), 0, 0)); in CaptureOptionsDialog() 158 new Insets(0, 0, 0, 0), 0, 0)); in CaptureOptionsDialog() 185 new Insets(0, 0, 0, 0), 0, 0)); in CaptureOptionsDialog() 192 new Insets(0, 0, 0, 0), 0, 0)); in CaptureOptionsDialog() 199 new Insets(0, 0, 0, 0), 0, 0)); in CaptureOptionsDialog() 207 new Insets(0, 0, 0, 0), 0, 0)); in CaptureOptionsDialog() 319 new Insets(0, 0, 0, 0), 0, 0)); in CaptureOptionsDialog() 325 new Insets(0, 0, 0, 0), 0, 0)); in CaptureOptionsDialog() [all …]
|
H A D | ComponentMover.java | 7 import java.awt.Insets; 35 private Insets dragInsets = new Insets(0, 0, 0, 0); 37 private Insets edgeInsets = new Insets(0, 0, 0, 0); 136 public Insets getDragInsets() { in getDragInsets() 148 public void setDragInsets(Insets dragInsets) { in setDragInsets() 157 public Insets getEdgeInsets() { in getEdgeInsets() 169 public void setEdgeInsets(Insets edgeInsets) { in setEdgeInsets()
|
H A D | ComponentResizer.java | 7 import java.awt.Insets; 42 private Insets dragInsets; 65 this(new Insets(5, 5, 5, 5), new Dimension(1, 1)); in ComponentResizer() 77 this(new Insets(5, 5, 5, 5), new Dimension(1, 1), components); in ComponentResizer() 90 public ComponentResizer(Insets dragInsets, Component... components) { in ComponentResizer() 105 public ComponentResizer(Insets dragInsets, Dimension snapSize, in ComponentResizer() 117 public Insets getDragInsets() { in getDragInsets() 131 public void setDragInsets(Insets dragInsets) { in setDragInsets() 232 private void validateMinimumAndInsets(Dimension minimum, Insets drag) { in validateMinimumAndInsets()
|
H A D | RecordingControlsFrame.java | 7 import java.awt.Insets; 94 new Insets(0, 0, 0, 0), 0, 0)); in RecordingControlsFrame() 118 new Insets(0, 0, 0, 0), 0, 0)); in RecordingControlsFrame() 178 new Insets(0, 0, 0, 0), 0, 0)); in RecordingControlsFrame()
|
H A D | CaptureFrame.java | 5 import java.awt.Insets; 160 Insets dragInsets = new Insets(5, 5, 5, 5); in CaptureFrame()
|
H A D | MovieEditorDialog.java | 13 import java.awt.Insets; 494 new Insets(0, 0, 0, 0), 0, 0)); in buildUI() 635 new Insets(0, 0, 0, 0), 0, 0)); in buildUI() 650 new Insets(0, 0, 0, 0), 0, 0)); in buildUI() 932 new Insets(1, 1, 1, 1), 0, 0)); in buildUI() 937 GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0)); in buildUI()
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | ShadowBorder.java | 17 import java.awt.Insets; 32 private Insets insets; 38 insets = new Insets(0, 0, 2, 2); in ShadowBorder() 41 public Insets getBorderInsets(Component c) in getBorderInsets()
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1617 …Insets)?(d=d.split(","),"0"!=d[0]?(m.startSize=d[0],n.x=parseFloat(d[0]),m.horizontal="0"):"0"!=d[… method in mxGraphMlCodec.handleCompoundShape.x 1619 …lapsible=0;horizontal=0",startSize:"0"},"y:StripeDefaults":x},w);b={};c={Insets:function(a,b){b.st… method in mxGraphMlCodec.handleCompoundShape.c
|