public class ShufflePlugin extends ConverterPlugIn
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID |
pluginListeners
Constructor and Description |
---|
ShufflePlugin()
Creates a new instance of ShufflePlugin
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
applyOnRows()
Applies the conversion on the patterns contained by
AbstractConverterPlugIn.InputVector
on all the rows. |
protected boolean |
convert(int serie)
Applies the conversion on the Nth serie of the buffered pattern data.
|
isApplyEveryCycle, newCycle, setApplyEveryCycle
addPlugIn, addPlugInListener, apply, applyOnColumns, cascade, check, convertPatterns, dataChanged, fireDataChanged, getAdvancedSerieSelector, getInputVector, getName, getNextPlugIn, getPluginListeners, getSerieIndexNumber, getSerieSelected, getValuePoint, isConnected, removeAllPlugIns, removePlugInListener, setAdvancedSerieSelector, setConnected, setInputVector, setName, setNextPlugin, setNextPlugIn
static final long serialVersionUID
protected boolean convert(int serie)
AbstractConverterPlugIn
AbstractConverterPlugIn.getInputVector()
method. The result is a
Vector
of Pattern
objects which this method should use by converting
the requested serie.convert
in class AbstractConverterPlugIn
serie
- the serie to convertprotected boolean applyOnRows()
AbstractConverterPlugIn
AbstractConverterPlugIn.InputVector
on all the rows. Override this empty method to apply any change to the
order of the input vector's rows.applyOnRows
in class AbstractConverterPlugIn
Submit Feedback to pmarrone@users.sourceforge.net