Package org.graffiti.plugin.parameter
-
Interface Summary Interface Description LimitableParameter The value of aLimitableParametercan be limited by giving maximum and minimum values.Parameter Interface for a parameter used by anAlgorithm.ParameterList AParameterListcan be used to create enumeration type parameters, by grouping them into a list.SingleParameter Tagging interface forParametersthat can be used in aParameterList. -
Class Summary Class Description AbstractLimitableParameter This abstract class provides a default implementation for thetoXMLStringmethod and specifies an interval size between the limitable parameter's values to be implemented for finer input control.AbstractSingleParameter Implements functions that are common in all SingleParameters.BooleanParameter Parameter that contains aBooleanvalue.ColorParameter DoubleParameter Parameter that can containDouble/doublevalues.EdgeParameter This class contains a singleEdge.EnumParameter FloatParameter Parameter that can containFloat/floatvalues.IntegerParameter Parameter that can containInteger/intvalues.JComponentParameter MultiFileSelectionParameter NodeParameter This class contains a singleNode.ObjectListParameter ObjectParameter Parameter that contains anObjectvalue.SelectionParameter This class contains a singleNode.StringParameter Parameter that contains anIntegervalue.