|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.washington.biostr.sig.brainj3d.viewvolume.colors.BlendFunction
edu.washington.biostr.sig.brainj3d.viewvolume.colors.SpecifiedWeightFunction
edu.washington.biostr.sig.brainj3d.viewvolume.colors.AverageFunction
public class AverageFunction
This blend function computes an equally weighted average between two colors.
| Constructor Summary | |
|---|---|
AverageFunction()
|
|
| Method Summary | |
|---|---|
boolean |
allowDefaultConstructor()
Returns true if instances of this blend function can be created using the default constructor. |
AverageFunction |
createNew(Object[] parameters)
Creates a new instance of this BlendFunction using the given parameters. |
Class[] |
getDesiredParameters()
Gets an array of types for the desired parameters for creating new instances of this BlendFunction. |
Object[] |
getDesiredParamterDefaultValues()
Gets a new array of default values for each of the required parameters. |
String |
getName()
Gets the name of this blend function. |
String |
getParametersTitle()
Gets a string representing the title to use when displaying an input box for entering the desired parameters for creating a new instance of this BlendFunction. |
| Methods inherited from class edu.washington.biostr.sig.brainj3d.viewvolume.colors.SpecifiedWeightFunction |
|---|
calculateColor, getDesiredParameterNames |
| Methods inherited from class edu.washington.biostr.sig.brainj3d.viewvolume.colors.BlendFunction |
|---|
calculateColor, equals, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AverageFunction()
| Method Detail |
|---|
public String getName()
BlendFunction
getName in class SpecifiedWeightFunctionpublic boolean allowDefaultConstructor()
BlendFunction
allowDefaultConstructor in class SpecifiedWeightFunctionpublic AverageFunction createNew(Object[] parameters)
BlendFunction
createNew in class SpecifiedWeightFunctionpublic Class[] getDesiredParameters()
BlendFunction
getDesiredParameters in class SpecifiedWeightFunctionpublic Object[] getDesiredParamterDefaultValues()
BlendFunction
getDesiredParamterDefaultValues in class SpecifiedWeightFunctionpublic String getParametersTitle()
BlendFunction
getParametersTitle in class SpecifiedWeightFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||