BIJ API

VolumeJ
Class VJClassifierIsosurfaceGrayscale

java.lang.Object
  |
  +--VolumeJ.VJClassifier
        |
        +--VolumeJ.VJClassifierIsosurface
              |
              +--VolumeJ.VJClassifierIsosurfaceGrayscale

public class VJClassifierIsosurfaceGrayscale
extends VJClassifierIsosurface

This class implements the classifier for a grayscale isosurface renderer. Copyright (c) 1999-2002, Michael Abramoff. All rights reserved.


Fields inherited from class VolumeJ.VJClassifierIsosurface
threshold
 
Fields inherited from class VolumeJ.VJClassifier
description, GRAYSCALE, RGB, secondaryClassifier
 
Constructor Summary
VJClassifierIsosurfaceGrayscale()
           
 
Method Summary
 int does()
          Returns the type of VJAlphaColor this classifier generates: RGB or GRAYSCALE.
 
Methods inherited from class VolumeJ.VJClassifierIsosurface
alphacolor, doesCutouts, doesIndex, getThreshold, hasLUT, overThreshold, setThreshold, toLongString, trace, visible
 
Methods inherited from class VolumeJ.VJClassifier
alphacolor, getSecondaryClassifier, setLUT, setSecondaryClassifier, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VJClassifierIsosurfaceGrayscale

public VJClassifierIsosurfaceGrayscale()
Method Detail

does

public int does()
Description copied from class: VJClassifier
Returns the type of VJAlphaColor this classifier generates: RGB or GRAYSCALE.
Overrides:
does in class VJClassifierIsosurface

BIJ API

Submit a bug or feature

Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.