public class JIPipePlotSeriesBuilder extends Object implements JIPipeParameterCollection, JIPipeValidatable
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
JIPipePlotSeriesBuilder(PlotEditor plotBuilderUI,
JIPipeDataInfo plotType)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
assignData(String column,
TableColumn columnData)
Assigns data to a column
|
PlotDataSeries |
buildSeries()
Generates a series
|
JIPipeDynamicParameterCollection |
getColumnAssignments() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
String |
getName() |
PlotEditor |
getPlotBuilderUI() |
JIPipeDataInfo |
getPlotType() |
Map<String,TableColumn> |
getSelectedSources()
Returns the currently selected sources.
|
boolean |
isEnabled() |
void |
onParametersChanged(JIPipeParameterCollection.ParameterChangedEvent event)
Triggered when the plot builder's parameters are changed
|
void |
reportValidity(JIPipeIssueReport report)
Generates a validity report
|
void |
setEnabled(boolean enabled) |
void |
setName(String name) |
void |
updateSeriesList()
Updates the column parameters
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
generateValidityReport
public JIPipePlotSeriesBuilder(PlotEditor plotBuilderUI, JIPipeDataInfo plotType)
plotBuilderUI
- the plot builderplotType
- the plot type this series builder is defined forpublic Map<String,TableColumn> getSelectedSources()
public void updateSeriesList()
public void onParametersChanged(JIPipeParameterCollection.ParameterChangedEvent event)
event
- generated eventpublic EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public void assignData(String column, TableColumn columnData)
column
- the series columncolumnData
- the assigned datapublic JIPipeDynamicParameterCollection getColumnAssignments()
public JIPipeDataInfo getPlotType()
public String getName()
public void setName(String name)
public PlotEditor getPlotBuilderUI()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public void reportValidity(JIPipeIssueReport report)
JIPipeValidatable
reportValidity
in interface JIPipeValidatable
report
- the report to be added topublic PlotDataSeries buildSeries()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.