A B C D E F G I J L M N O P Q R S T U Z

A

actionPerformed(ActionEvent) - Method in class com.ngs.image.ImagePanel
Implements ActionListener.
addActionListener(ActionListener) - Method in class com.ngs.image.ImagePanel
Adds an ActionListener.
addImageListener(ImageEventListener) - Method in class com.ngs.image.ImageModel
Adds an ImageEventListener to inform interested parties that a specific type of event has occurred.
addLayer(ImageSource, Composite) - Method in class com.ngs.image.source.CompositeSource
Adds the given ImageSource as the top layer, using the specified Composite object to render.
addLayer(ImageSource) - Method in class com.ngs.image.source.CompositeSource
Adds the given ImageSource as the top layer, using a SRC_OVER AlphaComposite (the default for all Java2D Graphics2D renderings).
addRenderingHints(RenderingHints) - Method in class com.ngs.image.source.JAITiffImageSource
 
addRotation(int) - Method in class com.ngs.image.ImageModel
Adds the number of degrees to the current rotation.
adjustBrightness(int) - Method in class com.ngs.image.ImageModel
Adjusts the current brightness value by the given increment.
adjustContrast(float) - Method in class com.ngs.image.ImageModel
Adds the given increment to the current contrast value.
allowClippedMode() - Method in class com.ngs.image.ImageCanvas
If true, then if we are added as a ChangeListener to a JViewport, we will invoke setClip() on the ImageModel to set the clipping region to that of JViewport.

B

BrightnessContrastOp - Class in com.ngs.image.filter
Java-Only implementation that handles Brightness, Contrast, and Invert via lookup-table manipulation of ColorModels.
BrightnessContrastOp(RenderingHints) - Constructor for class com.ngs.image.filter.BrightnessContrastOp
Creates a new Brightness & Contrast Operation.
BrightnessContrastOp(int, float, RenderingHints) - Constructor for class com.ngs.image.filter.BrightnessContrastOp
Creates a new Brightness & Contrast Operation with the given brightness, contrast, and rendering hints.
btnContDn - Variable in class com.ngs.image.ImagePanel
 
btnContUp - Variable in class com.ngs.image.ImagePanel
 
btnDarken - Variable in class com.ngs.image.ImagePanel
 
btnFit - Variable in class com.ngs.image.ImagePanel
 
btnFitHeight - Variable in class com.ngs.image.ImagePanel
 
btnFitWidth - Variable in class com.ngs.image.ImagePanel
 
btnIn - Variable in class com.ngs.image.ImagePanel
 
btnInvert - Variable in class com.ngs.image.ImagePanel
 
btnLighten - Variable in class com.ngs.image.ImagePanel
 
btnNext - Variable in class com.ngs.image.ImagePanel
 
btnOut - Variable in class com.ngs.image.ImagePanel
 
btnPrev - Variable in class com.ngs.image.ImagePanel
 
btnRotCCW - Variable in class com.ngs.image.ImagePanel
 
btnRotCW - Variable in class com.ngs.image.ImagePanel
 

C

cachePage(JAIImageSource.ImagePage) - Method in class com.ngs.image.source.JAIImageSource
Caches the given ImagePage.
calculateTransform(BufferedImage, BufferedImage) - Method in class com.ngs.image.source.CompositeSource
Hook function that allows subclasses to calculate AffineTransforms to be applied during the composite rendering.
calculateTransform(BufferedImage, BufferedImage) - Method in class com.ngs.image.source.ScalingCompositeSource
Returns a scaleInstance AffineTransform to resize the src to fit the bounds of the dst, within the rescale threashold.
canvas - Variable in class com.ngs.image.ImagePanel
 
clearClip() - Method in class com.ngs.image.ImageModel
Removes the current clip if there is one.
close() - Method in class com.ngs.image.source.JAIImageSource
Clears the fileName (if one is set), and disposes and flushes any cached, rendered objects.
com.ngs - package com.ngs
 
com.ngs.image - package com.ngs.image
 
com.ngs.image.filter - package com.ngs.image.filter
 
com.ngs.image.source - package com.ngs.image.source
 
CompositeSource - Class in com.ngs.image.source
A CompositeSource allows for layering of discrete ImageSources into a single aggregate ImageSource.
CompositeSource() - Constructor for class com.ngs.image.source.CompositeSource
Creates a new CompositeSource with no sources to composite.
CompositeSource(ImageSource) - Constructor for class com.ngs.image.source.CompositeSource
Creates a new CompositeSource with a specified ImageSource as the bottom layer (a.k.a.
CompositeSource.Compositable - Class in com.ngs.image.source
 
contrastDown - Variable in class com.ngs.image.ImagePanel
 
contrastUp - Variable in class com.ngs.image.ImagePanel
 
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.ngs.image.filter.BrightnessContrastOp
 
createCompatibleDestRaster(Raster) - Method in class com.ngs.image.filter.BrightnessContrastOp
 
createImageCanvas() - Method in class com.ngs.image.ImagePanel
Allows sub-classes of ImagePanel to supply custom ImageCanvases to use as the display for Images.

D

DaemonThreadFactory - Class in com.ngs
 
DaemonThreadFactory() - Constructor for class com.ngs.DaemonThreadFactory
 
darker - Variable in class com.ngs.image.ImagePanel
 
DefaultThumbnailSource - Class in com.ngs.image.source
Implements a default method of behavior for ImageSources to generate Thumbnails.
DefaultThumbnailSource() - Constructor for class com.ngs.image.source.DefaultThumbnailSource
Constructs a DefaultThumbnailSource that generates Thumbnails 100x200 pixels.
DefaultThumbnailSource(int, int) - Constructor for class com.ngs.image.source.DefaultThumbnailSource
Constructs a DefaultThumbnailSource that generates Thumbnails with the specified dimensions
dispose() - Method in class com.ngs.image.ImageSource
Release any cached resources.
dispose() - Method in class com.ngs.image.source.CompositeSource
Releases all cached resources, and invokes dispose() on all ImageSource layers.
dispose() - Method in class com.ngs.image.source.DefaultThumbnailSource
Implements ImageSource
dispose() - Method in class com.ngs.image.source.ImageIOSource
 
dispose() - Method in class com.ngs.image.source.JAIImageSource
Implements ImageSource.
dispose() - Method in class com.ngs.image.source.PagelessImageIOSource
 
dispose() - Method in class com.ngs.image.source.PagelessSource
 
doComposite(BufferedImage, BufferedImage, Composite, AffineTransform) - Method in class com.ngs.image.source.CompositeSource
Composite src into dst using mode and transform.

E

enabled - Variable in class com.ngs.image.source.CompositeSource.Compositable
 
error(String) - Method in class com.ngs.image.ImageModel
Handles an error occurring from a source.
extendRender(BufferedImage) - Method in class com.ngs.image.ImageModel
ImageModel subclasses can override this method to extend the rendering process.

F

filter(BufferedImage, BufferedImage) - Method in class com.ngs.image.filter.BrightnessContrastOp
 
filter(Raster, WritableRaster) - Method in class com.ngs.image.filter.BrightnessContrastOp
 
FIT_BOTH - Static variable in class com.ngs.image.ImageModel
 
FIT_HEIGHT - Static variable in class com.ngs.image.ImageModel
 
FIT_NONE - Static variable in class com.ngs.image.ImageModel
 
FIT_WIDTH - Static variable in class com.ngs.image.ImageModel
 
fitHeight - Variable in class com.ngs.image.ImagePanel
 
fitWidth - Variable in class com.ngs.image.ImagePanel
 
fitWindow - Variable in class com.ngs.image.ImagePanel
 

G

getBounds2D(BufferedImage) - Method in class com.ngs.image.filter.BrightnessContrastOp
 
getBounds2D(Raster) - Method in class com.ngs.image.filter.BrightnessContrastOp
 
getBrightness() - Method in class com.ngs.image.filter.BrightnessContrastOp
 
getBrightness() - Method in class com.ngs.image.ImageModel
Gets the current brightness value.
getCanvas() - Method in class com.ngs.image.ImagePanel
Gets the ImageCanvas used to render the ImageModel.
getClip() - Method in class com.ngs.image.ImageModel
Retrieves the current clip bounds if we in sub-clip mode.
getContrast() - Method in class com.ngs.image.filter.BrightnessContrastOp
 
getContrast() - Method in class com.ngs.image.ImageModel
Gets the current contrast value.
getFitMode() - Method in class com.ngs.image.ImageModel
Gets the fitMode
getIcon(String) - Static method in class com.ngs.IconCache
 
getImage() - Method in class com.ngs.image.ImageModel
Gets the current BufferedImage to be rendered by a view for this model.
getImage(int) - Method in class com.ngs.image.ImageSource
Retrieve the image at the given index.
getImage(int) - Method in class com.ngs.image.source.CompositeSource
Renders and retrieves the image at the current index, by compositing all added layers with the specified Composite methods.
getImage(int) - Method in class com.ngs.image.source.DefaultThumbnailSource
Implements ImageSource
getImage() - Method in class com.ngs.image.source.ImageIOSource
 
getImage(int) - Method in class com.ngs.image.source.ImageIOSource
 
getImage(int) - Method in class com.ngs.image.source.JAIImageSource
Implements ImageSource.
getImage() - Method in class com.ngs.image.source.PagelessImageIOSource
 
getImage(int) - Method in class com.ngs.image.source.PagelessSource
 
getImage() - Method in class com.ngs.image.source.PagelessSource
 
getImageCount() - Method in class com.ngs.image.ImageModel
Forwards the request to the ImageSource.
getImageCount() - Method in class com.ngs.image.ImageSource
Gets the number of Images in this ImageSource.
getImageCount() - Method in class com.ngs.image.source.CompositeSource
Returns the maximum number of images from any single Layer in this CompositeSource's stack.
getImageCount() - Method in class com.ngs.image.source.DefaultThumbnailSource
Implements ImageSource
getImageCount() - Method in class com.ngs.image.source.ImageIOSource
 
getImageCount() - Method in class com.ngs.image.source.JAIImageSource
Implements ImageSource.
getImageCount() - Method in class com.ngs.image.source.PagelessSource
 
getImageName() - Method in class com.ngs.image.ImageSource
Gets the name of this Image
getImageName() - Method in class com.ngs.image.source.CompositeSource
 
getImageName() - Method in class com.ngs.image.source.DefaultThumbnailSource
Implements ImageSource
getImageName() - Method in class com.ngs.image.source.ImageIOSource
 
getImageName() - Method in class com.ngs.image.source.JAIImageSource
Implements ImageSource.
getImageName() - Method in class com.ngs.image.source.PagelessImageIOSource
 
getImageName() - Method in class com.ngs.image.source.PagelessSource
 
getImagePage() - Method in class com.ngs.image.ImageModel
Gets which image from the given ImageSource is currently being made available for render.
getInvert() - Method in class com.ngs.image.filter.BrightnessContrastOp
 
getLayer(int) - Method in class com.ngs.image.source.CompositeSource
 
getMenu() - Method in class com.ngs.image.ImagePanel
 
getMessage() - Method in class com.ngs.image.ImageEvent
Gets the message for this event
getModel() - Method in class com.ngs.image.ImagePanel
Gets the current ImageModel being rendered.
getNumLayers() - Method in class com.ngs.image.source.CompositeSource
 
getPage() - Method in class com.ngs.image.ImageEvent
Gets the page this Event is describing.
getPageSize() - Method in class com.ngs.image.ImageModel
Gets the dimension of the current page, scaled by the current scale factor.
getPageSize(Dimension) - Method in class com.ngs.image.ImageModel
Gets the dimension of the current page, scaled by the current scale factor.
getPoint2D(Point2D, Point2D) - Method in class com.ngs.image.filter.BrightnessContrastOp
 
getPreferredScrollableViewportSize() - Method in class com.ngs.image.ImageCanvas
Implements Scrollable
getPreferredSize() - Method in class com.ngs.image.ImageCanvas
Returns the pageSize of the current ImageModel, or the preferredSize of super()
getPreferredSize() - Method in class com.ngs.image.ImagePanel
Make sure that if we don't have a model, we're at least 400 pixels tall
getRenderingHints() - Method in class com.ngs.image.filter.BrightnessContrastOp
 
getRotation() - Method in class com.ngs.image.ImageModel
Gets the current rotation in degrees
getScale() - Method in class com.ngs.image.ImageModel
Gets the scale.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.ngs.image.ImageCanvas
Implements Scrollable
getScrollableTracksViewportHeight() - Method in class com.ngs.image.ImageCanvas
Implements Scrollable
getScrollableTracksViewportWidth() - Method in class com.ngs.image.ImageCanvas
Implements Scrollable
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.ngs.image.ImageCanvas
Implements Scrollable
getSource() - Method in class com.ngs.image.ImageModel
Gets the ImageSource for this ImageModel
getThreashold() - Method in class com.ngs.image.source.ScalingCompositeSource
Gets the rescale threashold.
getThumbnail(int) - Method in class com.ngs.image.ImageSource
Retrieve a thumbnail of the image at the given index.
getThumbnail(int) - Method in class com.ngs.image.source.DefaultThumbnailSource
Returns a fast-scaled instance of getImage(index) the size of thumbWidth x thumbHeight.
getTransform() - Method in class com.ngs.image.ImageModel
 
getTransform() - Method in class com.ngs.image.source.ScalingCompositeSource
Gets the current transform
getType() - Method in class com.ngs.image.ImageEvent
Gets the type of event.

I

IconCache - Class in com.ngs
 
IconCache() - Constructor for class com.ngs.IconCache
 
identity - Variable in class com.ngs.image.source.CompositeSource
An Identity AffineTransform.
IMAGE_ERROR - Static variable in class com.ngs.image.ImageEvent
 
IMAGE_INVALID - Static variable in class com.ngs.image.ImageEvent
 
IMAGE_RESIZE - Static variable in class com.ngs.image.ImageEvent
 
ImageCanvas - Class in com.ngs.image
Used by the ImagePanel to render an ImageModel.
ImageCanvas() - Constructor for class com.ngs.image.ImageCanvas
 
imageChanged(ImageEvent) - Method in interface com.ngs.image.ImageEventListener
The Image state has changed, and the view should be updated.
imageChanged(ImageEvent) - Method in class com.ngs.image.ImagePanel
Implements the ImageEventListener.
imageError(ImageEvent) - Method in interface com.ngs.image.ImageEventListener
The Image Source, or Model had an error, and the user should be notified.
imageError(ImageEvent) - Method in class com.ngs.image.ImagePanel
Implements the ImageEventListener.
ImageEvent - Class in com.ngs.image
 
ImageEvent(Object, int, int, String) - Constructor for class com.ngs.image.ImageEvent
Creates a new event with the specified source, type, page number, and message.
ImageEvent(Object, int, int) - Constructor for class com.ngs.image.ImageEvent
Creates a new event with the specified source, type, and page number.
ImageEvent(Object, int, String) - Constructor for class com.ngs.image.ImageEvent
Creates a new event with the specified source, ID, and Message.
ImageEvent(Object, int) - Constructor for class com.ngs.image.ImageEvent
Creates a new event with the specified source and type This constructor is for events which do NOT have associated pages such as IMAGE_INVALID or IMAGE_ERROR.
ImageEventListener - Interface in com.ngs.image
Interface that objects interested in receiving Image-level events should implement.
ImageIOSource - Class in com.ngs.image.source
This source uses ImageIO to load Images.
ImageIOSource() - Constructor for class com.ngs.image.source.ImageIOSource
 
ImageIOSource(File) - Constructor for class com.ngs.image.source.ImageIOSource
 
ImageIOSource(URL) - Constructor for class com.ngs.image.source.ImageIOSource
 
ImageIOSource(ImageInputStream) - Constructor for class com.ngs.image.source.ImageIOSource
 
ImageIOSource(InputStream) - Constructor for class com.ngs.image.source.ImageIOSource
 
ImageModel - Class in com.ngs.image
Controller / Model for manipulation of BufferedImages provided by an ImageSource.
ImageModel() - Constructor for class com.ngs.image.ImageModel
Creates a new ImageModel with a small thread pool for handling manipulation commands asynchronously, and no ImageSource.
ImageModel(ImageSource) - Constructor for class com.ngs.image.ImageModel
Constructs a new ImageModel for controlling the given ImageSource.
ImagePanel - Class in com.ngs.image
A Custom Panel for interacting with an ImageModel.
ImagePanel() - Constructor for class com.ngs.image.ImagePanel
 
ImagePanel(ImageModel) - Constructor for class com.ngs.image.ImagePanel
Creates a new ImagePanel that uses the given ImageModel.
ImageSource - Class in com.ngs.image
Defines the interface by which ImageModel obtains Images.
ImageSource() - Constructor for class com.ngs.image.ImageSource
 
init() - Method in class com.ngs.image.source.ScalingCompositeSource
Sets up the default threashold (8), and requires the next calculateTransform to calculate the scale transform.
invert() - Method in class com.ngs.image.ImageModel
Tells the model to render the image with all colors inverted.
invert - Variable in class com.ngs.image.ImagePanel
 
isInverted() - Method in class com.ngs.image.ImageModel
Returns weather or not this instance is going to invert the image.
isLayerVisible(int) - Method in class com.ngs.image.source.CompositeSource
 

J

JAIImageSource - Class in com.ngs.image.source
An ImageSource that reads images using the JAI libraries from SeekableStream objects.
JAIImageSource() - Constructor for class com.ngs.image.source.JAIImageSource
Creates a new JAIImageSOurce
JAIImageSource.ImagePage - Class in com.ngs.image.source
Internal class that represents a single images in a multi-image document.
JAIImageSource.ImagePage(int, RenderedOp) - Constructor for class com.ngs.image.source.JAIImageSource.ImagePage
 
JAITiffImageSource - Class in com.ngs.image.source
An ImageSource that reads TIFF images from File or SeekableStreams using JAI.
JAITiffImageSource() - Constructor for class com.ngs.image.source.JAITiffImageSource
 
JAITiffImageSource(File) - Constructor for class com.ngs.image.source.JAITiffImageSource
 
JAITiffImageSource(InputStream, String) - Constructor for class com.ngs.image.source.JAITiffImageSource
 
JAITiffTranslucentSource - Class in com.ngs.image.source
An ImageSource that reads TIFF images, uses an IndexedColorModel with valid values for Black and White, where White pixels are TRANSPARENT.
JAITiffTranslucentSource() - Constructor for class com.ngs.image.source.JAITiffTranslucentSource
 
JAITiffTranslucentSource(File) - Constructor for class com.ngs.image.source.JAITiffTranslucentSource
 
JAITiffTranslucentSource(InputStream, String) - Constructor for class com.ngs.image.source.JAITiffTranslucentSource
 

L

layers - Variable in class com.ngs.image.source.CompositeSource
 
lighter - Variable in class com.ngs.image.ImagePanel
 

M

main(String[]) - Static method in class com.ngs.image.TestApp
 
mdlImage - Variable in class com.ngs.image.ImagePanel
 
mnuImage - Variable in class com.ngs.image.ImagePanel
 
mode - Variable in class com.ngs.image.source.CompositeSource.Compositable
 
model - Variable in class com.ngs.image.ImageCanvas
 

N

newThread(Runnable) - Method in class com.ngs.DaemonThreadFactory
 
nextPage() - Method in class com.ngs.image.ImageModel
Moves to the next image.
nextPage - Variable in class com.ngs.image.ImagePanel
 

O

open(SeekableStream, String) - Method in class com.ngs.image.source.JAIImageSource
Opens the given Stream as the given name.
open(File) - Method in class com.ngs.image.source.JAITiffImageSource
 
open(InputStream, String) - Method in class com.ngs.image.source.JAITiffImageSource
 

P

PagelessImageIOSource - Class in com.ngs.image.source
This Pageless source uses ImageIO to load Images.
PagelessImageIOSource(File) - Constructor for class com.ngs.image.source.PagelessImageIOSource
 
PagelessImageIOSource(URL) - Constructor for class com.ngs.image.source.PagelessImageIOSource
 
PagelessImageIOSource(ImageInputStream) - Constructor for class com.ngs.image.source.PagelessImageIOSource
 
PagelessImageIOSource(InputStream) - Constructor for class com.ngs.image.source.PagelessImageIOSource
 
PagelessSource - Class in com.ngs.image.source
A PagelessSource is an ImageSource that "fakes" having more than one page.
PagelessSource(int) - Constructor for class com.ngs.image.source.PagelessSource
 
paintBehindImage(Graphics) - Method in class com.ngs.image.ImageCanvas
 
paintComponent(Graphics) - Method in class com.ngs.image.ImageCanvas
Paints the current Image of the ImageModel.
paintOverImage(Graphics) - Method in class com.ngs.image.ImageCanvas
 
preRender(BufferedImage) - Method in class com.ngs.image.ImageModel
ImageModel subclasses can override this method to extend the rendering process.
prevPage() - Method in class com.ngs.image.ImageModel
Moves to the previous Image.
prevPage - Variable in class com.ngs.image.ImagePanel
 

Q

queueRender() - Method in class com.ngs.image.ImageModel
Places a new entry into the render Queue.

R

readStream(SeekableStream) - Method in class com.ngs.image.source.JAIImageSource
This readStream should parse the current stream and populate the imageCache with new ImagePage objects..
readStream(SeekableStream) - Method in class com.ngs.image.source.JAITiffImageSource
 
removeActionListener(ActionListener) - Method in class com.ngs.image.ImagePanel
Removes an ActionListener.
removeAllLayers() - Method in class com.ngs.image.source.CompositeSource
Removes all layers, and disposes of them.
removeImageListener(ImageEventListener) - Method in class com.ngs.image.ImageModel
Removes an ImageEventListener used to inform interested parties that a specific type of event has occurred.
removeLayer(int) - Method in class com.ngs.image.source.CompositeSource
 
removeSource() - Method in class com.ngs.image.ImageModel
Removes the source that's currently in use.
render() - Method in class com.ngs.image.ImageModel
Immediately re-render and fire an event when done.
rotateClockwise - Variable in class com.ngs.image.ImagePanel
 
rotateCounterClockwise - Variable in class com.ngs.image.ImagePanel
 

S

scaleBy(float) - Method in class com.ngs.image.ImageModel
Scales the Current scale factor by the given amount.
ScalingCompositeSource - Class in com.ngs.image.source
This subclass of CompositeSource will scale all source layers to the exact dimensions of the destination layer.
ScalingCompositeSource() - Constructor for class com.ngs.image.source.ScalingCompositeSource
 
ScalingCompositeSource(ImageSource) - Constructor for class com.ngs.image.source.ScalingCompositeSource
 
scroll(int, int) - Method in class com.ngs.image.ImagePanel
Programmatically scrolls based upon the given direction and speed.
SCROLL_BLOCK - Static variable in class com.ngs.image.ImagePanel
 
SCROLL_DOWN - Static variable in class com.ngs.image.ImagePanel
 
SCROLL_LEFT - Static variable in class com.ngs.image.ImagePanel
 
SCROLL_RIGHT - Static variable in class com.ngs.image.ImagePanel
 
SCROLL_UNIT - Static variable in class com.ngs.image.ImagePanel
 
SCROLL_UP - Static variable in class com.ngs.image.ImagePanel
 
scrollPane - Variable in class com.ngs.image.ImagePanel
 
setAllowSubClipping(boolean) - Method in class com.ngs.image.ImageCanvas
Programmatically enables / disables subclipping.
setBrightness(int) - Method in class com.ngs.image.filter.BrightnessContrastOp
Sets the brightness used when filtering.
setBrightness(int) - Method in class com.ngs.image.ImageModel
Sets the Brightness.
setClip(Rectangle) - Method in class com.ngs.image.ImageModel
Otherwise, we clear the scale and go to full page rendering mode.
setContrast(float) - Method in class com.ngs.image.filter.BrightnessContrastOp
Sets the contrast used when filtering.
setContrast(float) - Method in class com.ngs.image.ImageModel
Sets the current contrast value.
setFakePages(int) - Method in class com.ngs.image.source.PagelessSource
 
setFitMode(Rectangle, int) - Method in class com.ngs.image.ImageModel
Sets the fit mode
setImageName(String) - Method in class com.ngs.image.source.ImageIOSource
 
setImagePage(int) - Method in class com.ngs.image.ImageModel
Sets the current image to be rendered to the given index into the current ImageSource.
setInvert(boolean) - Method in class com.ngs.image.filter.BrightnessContrastOp
 
setLayerVisibility(int, boolean) - Method in class com.ngs.image.source.CompositeSource
 
setModel(ImageModel) - Method in class com.ngs.image.ImageCanvas
Set the Model this canvas is responsible for rendering.
setModel(ImageModel) - Method in class com.ngs.image.ImagePanel
Sets the ImageModel to render.
setPreScale(float) - Method in class com.ngs.image.source.JAIImageSource
If pre-scaling (using JAI) is desired, set the preScale (both x and y axis) here.
setRotation(int) - Method in class com.ngs.image.ImageModel
Sets the rotation to the given degrees If the combined rotation is > 360, we automatically subtract 360, so that the calculated radians remain within the 0 - 360 degree equivalent range.
setScale(float, float) - Method in class com.ngs.image.ImageModel
Sets the scale factor for rendering the current Image.
setScale(float) - Method in class com.ngs.image.ImageModel
Sets the scale factor for rendering the current Image.
setSource(ImageSource) - Method in class com.ngs.image.ImageModel
Sets the ImageSource for this ImageModel to use when retrieving images
setThreashold(int) - Method in class com.ngs.image.source.ScalingCompositeSource
Set the threashold for subsequent rescaling.
show() - Method in class com.ngs.image.TestApp
 
source - Variable in class com.ngs.image.source.CompositeSource.Compositable
 
stateChanged(ChangeEvent) - Method in class com.ngs.image.ImageCanvas
Implements ChangeListener

T

TestApp - Class in com.ngs.image
 
TestApp() - Constructor for class com.ngs.image.TestApp
 
toggleZoom - Variable in class com.ngs.image.ImagePanel
 
toolBar - Variable in class com.ngs.image.ImagePanel
 
toString() - Method in class com.ngs.image.ImageEvent
 

U

updateToolbar() - Method in class com.ngs.image.ImagePanel
Updates the toolbar buttons to accurately reflect the current ImageModel state.

Z

zoomIn - Variable in class com.ngs.image.ImagePanel
 
zoomOut - Variable in class com.ngs.image.ImagePanel
 

A B C D E F G I J L M N O P Q R S T U Z