Package | Description |
---|---|
net.imagej | |
net.imagej.render | |
net.imagej.ui.awt |
Modifier and Type | Method and Description |
---|---|
TextRenderer.FontFamily |
DrawingTool.getFontFamily()
Gets the family name of the drawing font.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingTool.setFontFamily(TextRenderer.FontFamily family)
Sets the family name of the drawing font.
|
Modifier and Type | Method and Description |
---|---|
TextRenderer.FontFamily |
TextRenderer.getFontFamily() |
TextRenderer.FontFamily |
DummyTextRenderer.getFontFamily() |
static TextRenderer.FontFamily |
TextRenderer.FontFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextRenderer.FontFamily[] |
TextRenderer.FontFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextRenderer.setFontFamily(TextRenderer.FontFamily family) |
void |
DummyTextRenderer.setFontFamily(TextRenderer.FontFamily family) |
Modifier and Type | Method and Description |
---|---|
TextRenderer.FontFamily |
AWTTextRenderer.getFontFamily() |
Modifier and Type | Method and Description |
---|---|
void |
AWTTextRenderer.setFontFamily(TextRenderer.FontFamily family) |
Copyright © 2014–2022 ImageJ. All rights reserved.