Package HAL.Tools.InteractiveModel
Interface TreatableTumor
-
- All Superinterfaces:
java.io.Serializable
,SerializableModel
public interface TreatableTumor extends SerializableModel
Created by Rafael on 9/26/2017.
-
-
Method Summary
Modifier and Type Method Description void
Draw(UIGrid vis, int drawState)
int[]
GetNumIntensities()
int[]
GetPlotColors()
java.lang.String[]
GetPlotLegendNames()
double[]
GetPlotVals()
int[]
GetTreatmentColors()
java.lang.String[]
GetTreatmentNames()
void
InteractiveStep(double[] treatmentVals, int step)
-
Methods inherited from interface HAL.Interfaces.SerializableModel
SetupConstructors
-
-
-
-
Method Detail
-
Draw
void Draw(UIGrid vis, int drawState)
-
InteractiveStep
void InteractiveStep(double[] treatmentVals, int step)
-
GetTreatmentNames
java.lang.String[] GetTreatmentNames()
-
GetTreatmentColors
int[] GetTreatmentColors()
-
GetNumIntensities
int[] GetNumIntensities()
-
GetPlotColors
int[] GetPlotColors()
-
GetPlotLegendNames
java.lang.String[] GetPlotLegendNames()
-
GetPlotVals
double[] GetPlotVals()
-
-