jpl.mipl.mars.viewer.image
Class RdrZzzImageContent
java.lang.Object
jpl.mipl.mars.viewer.image.RdrImageContentBase
jpl.mipl.mars.viewer.image.RdrContourStretchImageContent
jpl.mipl.mars.viewer.image.RdrXyzSingleAxisImageContent
jpl.mipl.mars.viewer.image.RdrZzzImageContent
- All Implemented Interfaces:
- PropertyChangeListener, EventListener, RdrImageContent
Deprecated.
public class RdrZzzImageContent
- extends RdrXyzSingleAxisImageContent
Purpose:
Encapulates the JAI render graph and controls for a ZZZ RDR file.
Includes the ContourStretchOp operator at end of render graph, and
the associated control panel.
Properties: @see RdrXyzSingleAxisImageContent
Copyright 2006, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledge. 2006.
============================================================================
Modification History :
----------------------
Date Who What
----------------------------------------------------------------------------
04/07/2004 Nick Initial Release
12/20/2005 Nick Decoupled from app model, now use
PropertyManager for properties.
============================================================================
- Version:
- $Id: RdrZzzImageContent.java,v 1.5 2006/01/20 19:47:08 ntt Exp $
- Author:
- Nicholas Toole (Nicholas.T.Toole@jpl.nasa.gov)
| Fields inherited from class jpl.mipl.mars.viewer.image.RdrImageContentBase |
_bandCount, _controlComp, _controlPanel, _dataKeys, _dataNode, _externalOverlay, _fileFinder, _finalImage, _geometryType, _imageFilename, _imageFilepath, _imagesCameFrom, _imageType, _isSource, _label, _loadImage, _model, _notApplicable, _nullified, _overlay, _overlayMode, _rotateAngle, _rotateImage, _rotatePB, _scale, _scaleImage, _scalePB, _sizeType, _sourceImage, _stretchType, _subNodes, _useAffineForRotation, _xTrans, _yTrans |
|
Method Summary |
protected void |
createDataNode()
Deprecated. Initializes and prepares data node for tree view |
| Methods inherited from class jpl.mipl.mars.viewer.image.RdrImageContentBase |
build, createRotatableImage, enableOverlayMode, extractLabel, getBandCount, getControl, getControlComponent, getDataNode, getFilename, getFilepath, getFinalImageCoordiantes, getGeometryType, getImage, getLabel, getLoadImage, getNonRotatedImage, getOverlay, getOverlayMode, getPixelData, getRotationAngle, getScale, getSizeType, getSourceImage, getSourceImageCoordiantes, getStretchType, getType, getXTranslation, getYTranslation, hasControl, isSource, propertyChange, setGeometryType, setOverlay, setRotationAngle, setScale, setSizeType, setSource, setSourceImage, setStretchType, setTranslation, setXTranslation, setYTranslation, toString, updateCoordinate, updateRotationOperator |
RdrZzzImageContent
public RdrZzzImageContent(String filename,
String type,
PropertyManager model)
- Deprecated.
- Constructs new RdrZzzImageContent for filename of RDR-type type.
- Parameters:
filename - Complete filepath of the RDR imagetype - Type of the RDR imagemodel - Instance of properties manager
- Throws:
IllegalArgumentException - if file referenced by filename
does not exist.
RdrZzzImageContent
public RdrZzzImageContent(RenderedOp loadedImage,
String name,
String type,
PropertyManager model)
- Deprecated.
- Constructs new RdrZzzImageContent for loadedImage of RDR-type type.
- Parameters:
loadedImage - Instance of rendered op which is the primary
image of this object.name - Name, path, or other identifer of the original imagetype - Type of the RDR imagemodel - Instance of properties manager
- Throws:
IllegalArgumentException - if file referenced by filename
does not exist.
createDataNode
protected void createDataNode()
- Deprecated.
- Initializes and prepares data node for tree view
- Overrides:
createDataNode in class RdrXyzSingleAxisImageContent