| Home >> All >> com >> port80 >> [ swt Javadoc ] |
| | com.port80.swt.apps.* (6) | | com.port80.swt.widgets.* (5) |
com.port80.swt: Javadoc index of package com.port80.swt.
Package Samples:
com.port80.swt.widgets
com.port80.swt.apps
Classes:
ImageViewer4x: An image viewer using swt. A GC can be created on an Image and then use it to draw into the Image. To display very large image, pixel data is loaded into ImageData and then tiles of the data are used to create Image's for display. This is an experimental version modified from ImageViewer3. To reduce time lag between clear and update during scroll, a large Image is drawn to the display, so that it would use scroll in the offscreen image instead of wait for update from the PaintEvent. The PaintEvent then fill up the offscreen section that are scrolled away. Update is much faster. There are no visiable ...
ImageViewer3: An image viewer using swt. A GC can be created on an Image and then use it to draw into the Image. To display very large image, pixel data is loaded into ImageData and then tiles of the data are used to create Image's for display. This is an more acceptable version of ImageViewer2. Instead of allocating a new Image on scroll, the buffered Image is scrolled and damaged area is updated. A new Image is allocated only when the size of the Canvas client area changed. Small scrolling is quite smooth for really small scroll but noticably worse when scroll step get larger. There are flicker in the damaged ...
ImageViewer2: An image viewer using swt. A GC can be created on an Image and then use it to draw into the Image. This is an experimental version modified from ImageViewer1 to handle large image. To display very large image, pixel data is loaded into ImageData and then extract region of the data are used to create Image's for display. For simplicity, a new Image is created for every PaintEvent which is proved to be really slow and not usable. See ImageViewer3 for a better implementation. Scrolls are jumpy and slow.
ImageViewer: An image viewer using swt. A GC can be created on an Image and then use it to draw into the Image. To display very large image, pixel data is loaded into ImageData and then tiles of the data are used to create Image's for display. The current development version, for now, this is same as ImageViewer1.
ImageViewer1: An image viewer using swt. A GC can be created on an Image and then use it to draw into the Image. To display very large image, pixel data is loaded into ImageData and then tiles of the data are used to create Image's for display.
GraphViewIncrementalFinder: An incremental find target for IGraphViewer. Replace is always disabled.
ImageRegionInfo: A wrapper around an Image that duplicate a region in another Image.
SwtPlugin: The main plugin class to be used in the desktop.
ScrolledCanvas: Canvas backed by an Image and perform scrolling.
ImageTest1: An tiled image viewer using swt.
IGraphViewer
IStatusLine
| Home | Contact Us | Privacy Policy | Terms of Service |