Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.modama.gui.viewer

Classes in org.modama.gui.viewer used by org.modama.gui.viewer
CoordinateImageViewer
          an ImageViewer that extends the JAIAdjustableImage by the following features: coordinate axes image can be saved a viewer for the lut
ICoordinatesystem
          a interface that could be implemented by classes like the JAIAdjustableImage that consist a zoomable, moveable object.
ImageViewerOptions.AxePanel.Repainter
           
IViewer
          this class is just a wrapper for a JAIAdjustableImage, purpose is to keep the CoordinateImageViewer class smaller and more readable
JAIAdjustableImage
          org.modama.viewer for JAI images ability to move, zoom and rotating the image its also posible to add JComponents that are drawn over the image this is the second version of this class, new fetaeures are:
- the image is drawn with a Graphics2D object - a AffineTransform is used to do scaling and rotating - optional a LUT can be specified their is one important thing about the lut, because JAI doesnt suport lookupfunctions for floatingpointvalues, the image is transformed to USHORT if its DOUBLE or FLOAT, where the minimum value will be 0 and the maximumvalue will be 65535, you have to take care of this when you create a LUT for such an image
WrappedJAIAdjustableImage
          this class is just a wrapper for a JAIAdjustableImage, purpose is to keep the CoordinateImageViewer class smaller and more readable