VolumeJ
Class VJClassifiers
java.lang.Object
|
+--VolumeJ.VJClassifiers
- Direct Known Subclasses:
- OF3DClassifiers
- public abstract class VJClassifiers
- extends java.lang.Object
This class is a class whose only
purpose is to contain all VJClassifier class definitions.
The reason is that there is no general way (in Java 1.1) to access all subclasses
of a known class, if these may be either in a resource or in a directory.
So you have to declare them here.
Copyright (c) 1999-2002, Michael Abramoff. All rights reserved.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEVOYNOINDEX
public static final int LEVOYNOINDEX
ISOSURFACE
public static final int ISOSURFACE
GRADIENTCT
public static final int GRADIENTCT
LEVOY
public static final int LEVOY
LEVOYINDEXNE0
public static final int LEVOYINDEXNE0
LINEAR
public static final int LINEAR
VALUE
public static final int VALUE
LEVOYDEPTHCUEING
public static final int LEVOYDEPTHCUEING
classes
public static java.util.Vector classes
VJClassifiers
public VJClassifiers()
initClassifiers
public static void initClassifiers()
getNames
public static java.lang.String[] getNames()
- Return an array with the names of all VJClassifier classes.
- Returns:
- an array of Strings, null if no classes available.
getClass
public static java.lang.Class getClass(int i)
- Return the class belonging to index i.
- Parameters:
i
- the number of the class.
getClassifier
public static VJClassifier getClassifier(int i)
- Parameters:
i
- the number of the class.- Returns:
- the VJClassifier belonging to index i.
Submit a bug or feature
Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.