jpl.mipl.mars.viewer.image
Class RdrXxxImageContent

java.lang.Object
  extended by jpl.mipl.mars.viewer.image.RdrImageContentBase
      extended by jpl.mipl.mars.viewer.image.RdrContourStretchImageContent
          extended by jpl.mipl.mars.viewer.image.RdrXyzSingleAxisImageContent
              extended by jpl.mipl.mars.viewer.image.RdrXxxImageContent
All Implemented Interfaces:
PropertyChangeListener, EventListener, RdrImageContent

Deprecated.

public class RdrXxxImageContent
extends RdrXyzSingleAxisImageContent

Purpose: Encapulates the JAI render graph and controls for a XXX 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: RdrXxxImageContent.java,v 1.5 2006/01/20 19:47:08 ntt Exp $
Author:
Nicholas Toole (Nicholas.T.Toole@jpl.nasa.gov)

Field Summary
 
Fields inherited from class jpl.mipl.mars.viewer.image.RdrXyzSingleAxisImageContent
_axisName, DEFAULT_AXIS_NAME
 
Fields inherited from class jpl.mipl.mars.viewer.image.RdrContourStretchImageContent
_contourImage, _contourPB, _controlModel
 
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
 
Constructor Summary
RdrXxxImageContent(RenderedOp loadedImage, String name, String type, PropertyManager model)
          Deprecated. Constructs new RdrXxxImageContent for loadedImage of RDR-type type.
RdrXxxImageContent(String filename, String type, PropertyManager model)
          Deprecated. Constructs new RdrXxxImageContent for filename of RDR-type type.
 
Method Summary
protected  void createDataNode()
          Deprecated. Initializes and prepares data node for tree view
 
Methods inherited from class jpl.mipl.mars.viewer.image.RdrContourStretchImageContent
checkPreferences, createControl, createGraph, nullify, readPreference
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdrXxxImageContent

public RdrXxxImageContent(String filename,
                          String type,
                          PropertyManager model)
Deprecated. 
Constructs new RdrXxxImageContent for filename of RDR-type type.

Parameters:
filename - Complete filepath of the RDR image
type - Type of the RDR image
model - Instance of properties manager
Throws:
IllegalArgumentException - if file referenced by filename does not exist.

RdrXxxImageContent

public RdrXxxImageContent(RenderedOp loadedImage,
                          String name,
                          String type,
                          PropertyManager model)
Deprecated. 
Constructs new RdrXxxImageContent 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 image
type - Type of the RDR image
model - Instance of properties manager
Throws:
IllegalArgumentException - if file referenced by filename does not exist.
Method Detail

createDataNode

protected void createDataNode()
Deprecated. 
Initializes and prepares data node for tree view

Overrides:
createDataNode in class RdrXyzSingleAxisImageContent