Searched refs:StretchView (Results 1 – 1 of 1) sorted by relevance
55 private final StretchView mHorizontal;56 private final StretchView mVertical;58 private final StretchView mBoth;77 mHorizontal = new StretchView(this, SWT.NULL); in StretchesViewer()78 mVertical = new StretchView(this, SWT.NULL); in StretchesViewer()79 mBoth = new StretchView(this, SWT.NULL); in StretchesViewer()162 private class StretchView extends Canvas implements PaintListener { class in StretchesViewer168 public StretchView(Composite parent, int style) { in StretchView() method in StretchesViewer.StretchView