public abstract class AnalyticPhantom extends PrioritizableScene implements Citeable, GUIConfigurable
ADD_HIGHEST_PRIORITY, ADD_LOWEST_PRIORITY
Constructor and Description |
---|
AnalyticPhantom() |
Modifier and Type | Method and Description |
---|---|
void |
configure()
Configures the object before execution
|
static AnalyticPhantom[] |
getAnalyticPhantoms() |
abstract java.lang.String |
getName() |
boolean |
isConfigured()
Is true if the object was successfully configured
|
void |
setConfigured(boolean configured) |
PrioritizableScene |
tessellatePhantom(double accuracy) |
java.lang.String |
toString() |
add, add, add, addAll, addAll, clear, clearObjectsOnly, contains, containsAll, getHighestPriority, getLowestPriority, getObject, getPriority, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
getBackgroundMaterial, getMax, getMin, setBackground, setMax, setMin, setName
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBibtexCitation, getMedlineCitation
public boolean isConfigured()
GUIConfigurable
isConfigured
in interface GUIConfigurable
public static AnalyticPhantom[] getAnalyticPhantoms()
public abstract java.lang.String getName()
getName
in class AbstractScene
public void setConfigured(boolean configured)
configured
- the configured to setpublic void configure() throws java.lang.Exception
GUIConfigurable
configure
in interface GUIConfigurable
java.lang.Exception
- may happenpublic java.lang.String toString()
toString
in class java.lang.Object
public PrioritizableScene tessellatePhantom(double accuracy)