Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 225923
Collapse All | Expand All

(-)src/org/eclipse/draw2d/FigureCanvas.java (-2 / +11 lines)
Lines 26-33 Link Here
26
import org.eclipse.draw2d.geometry.Rectangle;
26
import org.eclipse.draw2d.geometry.Rectangle;
27
27
28
/**
28
/**
29
 * A Canvas that contains {@link Figure Figures}.
29
 * A scrolling Canvas that contains {@link Figure Figures}
30
 * 
30
 * viewed through a {@link Viewport}.  Call {@link #setContents(IFigure)}
31
 * to specify the root of the tree of <tt>Figures</tt> to be viewed
32
 * through the <tt>Viewport</tt>.
33
 * <p>
34
 * Normal procedure for using a FigureCanvas:
35
 * <ol>
36
 * 		<li>Create a FigureCanvas.
37
 * 		<li>Create a Draw2d Figure and call {@link #setContents(IFigure)}. This Figure will be the 
38
 * 			top-level Figure of the Draw2d application.
39
 * </ol>
31
 * <p>
40
 * <p>
32
 * Note: Only one of the styles RIGHT_TO_LEFT, LEFT_TO_RIGHT may be specified.
41
 * Note: Only one of the styles RIGHT_TO_LEFT, LEFT_TO_RIGHT may be specified.
33
 * </p>
42
 * </p>

Return to bug 225923