public class OptionsFont extends OptionsPlugin
eventService
moduleService, pluginService
Constructor and Description |
---|
OptionsFont() |
Modifier and Type | Method and Description |
---|---|
String |
getFont() |
int |
getFontSize() |
String |
getFontStyle() |
boolean |
isFontSmooth() |
void |
setFont(String font) |
void |
setFontSize(int fontSize) |
void |
setFontSmooth(boolean fontSmooth) |
void |
setFontStyle(String fontStyle) |
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancel
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addInput, addInput, addOutput, addOutput, removeInput, removeOutput
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutput
public String getFont()
public int getFontSize()
public String getFontStyle()
public boolean isFontSmooth()
public void setFont(String font)
public void setFontSize(int fontSize)
public void setFontStyle(String fontStyle)
public void setFontSmooth(boolean fontSmooth)
Copyright © 2014–2022 ImageJ. All rights reserved.