Package org.graffiti.plugin.parameter
Interface Parameter
- All Superinterfaces:
Displayable
- All Known Subinterfaces:
LimitableParameter,ParameterList,SingleParameter
- All Known Implementing Classes:
AbstractLimitableParameter,AbstractSingleParameter,BooleanParameter,ClusterColorParameter,ColorParameter,DoubleParameter,EdgeParameter,EnumParameter,FloatParameter,IntegerParameter,JComponentParameter,LandmarkParameter,MultiFileSelectionParameter,NodeParameter,ObjectListParameter,ObjectParameter,SelectionParameter,SliderParameter,StringParameter
public interface Parameter extends Displayable
Interface for a parameter used by an
Algorithm.- Version:
- $Revision: 1.4 $
- See Also:
Algorithm
-
Method Summary
Modifier and Type Method Description BufferedImagegetImage()Returns an image representing theParameter.Methods inherited from interface org.graffiti.plugin.Displayable
getDescription, getIcon, getName, getValue, setDescription, setValue, toXMLString
-
Method Details
-
getImage
BufferedImage getImage()Returns an image representing theParameter. May returnnullif there is no representing image.- Returns:
- an image representing the
Parameter.
-