BIJ API

VolumeJ
Class VJClassifierInteger

java.lang.Object
  |
  +--VolumeJ.VJClassifier
        |
        +--VolumeJ.VJClassifierInteger

public abstract class VJClassifierInteger
extends VJClassifier

This class is the superclass for all VJ classifier that work on Integer voxel values. Copyright (c) 1999-2002, Michael Abramoff. All rights reserved.


Fields inherited from class VolumeJ.VJClassifier
description, GRAYSCALE, RGB, secondaryClassifier
 
Constructor Summary
VJClassifierInteger()
           
 
Method Summary
abstract  VJAlphaColor alphacolor(VJValue value, VJGradient g)
          The classification method, defining how a value/gradient combination will be classified as an VJAlphaColor (argb).
 float getThreshold()
          Get the classifier threshold.
 
Methods inherited from class VolumeJ.VJClassifier
alphacolor, does, doesCutouts, doesIndex, getSecondaryClassifier, hasLUT, setLUT, setSecondaryClassifier, toLongString, toString, trace, visible
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VJClassifierInteger

public VJClassifierInteger()
Method Detail

alphacolor

public abstract VJAlphaColor alphacolor(VJValue value,
                                        VJGradient g)
Description copied from class: VJClassifier
The classification method, defining how a value/gradient combination will be classified as an VJAlphaColor (argb).
Overrides:
alphacolor in class VJClassifier

getThreshold

public float getThreshold()
Description copied from class: VJClassifier
Get the classifier threshold.
Overrides:
getThreshold in class VJClassifier

BIJ API

Submit a bug or feature

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