public class OptionsFont extends OptionsPlugin
eventServicemoduleService, 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, uncancelgetDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddInput, addInput, addOutput, addOutput, removeInput, removeOutputgetDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutputpublic 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.