public static class DrawScaleBarRoiAlgorithm.TextSettings extends AbstractJIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
TextSettings() |
TextSettings(DrawScaleBarRoiAlgorithm.TextSettings other) |
Modifier and Type | Method and Description |
---|---|
FontFamilyParameter |
getFontFamily() |
int |
getFontSize() |
FontStyleParameter |
getFontStyle() |
DefaultExpressionParameter |
getHorizontalLabel() |
Color |
getTextColor() |
DefaultExpressionParameter |
getVerticalLabel() |
boolean |
isHideLabels() |
void |
setFontFamily(FontFamilyParameter fontFamily) |
void |
setFontSize(int fontSize) |
void |
setFontStyle(FontStyleParameter fontStyle) |
void |
setHideLabels(boolean hideLabels) |
void |
setHorizontalLabel(DefaultExpressionParameter horizontalLabel) |
void |
setTextColor(Color textColor) |
void |
setVerticalLabel(DefaultExpressionParameter verticalLabel) |
getEventBus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public TextSettings()
public TextSettings(DrawScaleBarRoiAlgorithm.TextSettings other)
public DefaultExpressionParameter getHorizontalLabel()
public void setHorizontalLabel(DefaultExpressionParameter horizontalLabel)
public DefaultExpressionParameter getVerticalLabel()
public void setVerticalLabel(DefaultExpressionParameter verticalLabel)
public boolean isHideLabels()
public void setHideLabels(boolean hideLabels)
public Color getTextColor()
public void setTextColor(Color textColor)
public FontFamilyParameter getFontFamily()
public void setFontFamily(FontFamilyParameter fontFamily)
public int getFontSize()
public void setFontSize(int fontSize)
public FontStyleParameter getFontStyle()
public void setFontStyle(FontStyleParameter fontStyle)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.