public class DrawerLabelSettings extends AbstractJIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
DrawerLabelSettings() |
DrawerLabelSettings(DrawerLabelSettings other) |
Modifier and Type | Method and Description |
---|---|
OptionalColorParameter |
getLabelBackground() |
Color |
getLabelForeground() |
int |
getLabelSize() |
boolean |
isDrawLabels() |
void |
setDrawLabels(boolean drawLabels) |
void |
setLabelBackground(OptionalColorParameter labelBackground) |
void |
setLabelForeground(Color labelForeground) |
boolean |
setLabelSize(int labelSize) |
getEventBus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public DrawerLabelSettings()
public DrawerLabelSettings(DrawerLabelSettings other)
public Color getLabelForeground()
public void setLabelForeground(Color labelForeground)
public OptionalColorParameter getLabelBackground()
public void setLabelBackground(OptionalColorParameter labelBackground)
public int getLabelSize()
public boolean setLabelSize(int labelSize)
public boolean isDrawLabels()
public void setDrawLabels(boolean drawLabels)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.