Uses of Class
omix.lang.Font
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.chart.util |
This package contains types used in OVL.
|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model | |
omix.plugin.model.writable | |
omix.plugin.model.writable.accessory.annotation | |
omix.plugin.motifstamp | |
omix.plugin.motifstamp.writable | |
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of Font in omix.lang
Methods in omix.lang that return Font Modifier and Type Method Description static Font
Font. fromString(String strg)
This method is for file input purpose. -
Uses of Font in omix.lang.chart.util
Methods in omix.lang.chart.util that return Font Modifier and Type Method Description Font
AbstractTitle. getFont()
Font
Axis. getLabelFont()
Font
PieChartStyle. getLabelFont()
Font
Axis. getTickLabelFont()
Methods in omix.lang.chart.util with parameters of type Font Modifier and Type Method Description void
AbstractTitle. setFont(Font font)
void
Axis. setLabelFont(Font labelFont)
void
PieChartStyle. setLabelFont(Font labelFont)
void
Axis. setTickLabelFont(Font tickLabelFont)
-
Uses of Font in omix.lang.model
Methods in omix.lang.model that return Font Modifier and Type Method Description Font
FluxEdge. coefficientFont()
The font used to display the edge's coefficient.Font
BioNode. font()
The font of the text label of the item.Font
Comment. font()
Deprecated.The item's default text font.Font
Compartment. font()
The item's text label font.Font
GraphicsBox. font()
The item's default text font.Font
GraphicsItem. font()
Deprecated.The item's default text font.Font
GraphicsNode. font()
The font of the text label of the item.Font
Link. font()
The font of the text label of the item.Font
MetNode. font()
Deprecated.The font of the text label of the item.Font
Node. font()
The font of the text label of the item.Font
Pathway. font()
The item's text label font. -
Uses of Font in omix.lang.model.accessory.annotation
Methods in omix.lang.model.accessory.annotation that return Font Modifier and Type Method Description Font
ItemGroup. font()
The annotation's text label font.Font
SideBox. font()
The font of the text label of the item.Font
SimpleValueField. font()
The annotation's text label font.Font
SubNode. font()
Deprecated.The font of the text label of the item. -
Uses of Font in omix.plugin.diagram
Methods in omix.plugin.diagram that return Font Modifier and Type Method Description Font
Comment. font()
The item's default text font.Font
MetaboliteItem. font()
Font
Legend. headlineFont()
The item's default text font. -
Uses of Font in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type Font Modifier and Type Method Description void
Comment. setFont(Font font)
Changes the font of the text label of the item.void
Legend. setFont(Font font)
Changes the font of the text label of the item.void
MetaboliteItem. setFont(Font font)
-
Uses of Font in omix.plugin.model
Methods in omix.plugin.model that return Font Modifier and Type Method Description Font
FluxEdge. coefficientFont()
The font used to display the edge's coefficient.Font
LinkEdge.FluxEdgeAppearance. coefficientFont()
The font used to display the edge's coefficient.Font
StyleSheet. cofactorEdgeCoefficientFont()
Font
StyleSheet. commentFont()
Font
StyleSheet. compartmentFont()
The item's text label font.Font
StyleSheet. fluxEdgeCoefficientFont()
The font used to display the edge's coefficient.Font
AbstractNode. font()
The font of the text label of the item.Font
Compartment. font()
The item's text label font.Font
GraphicsBox. font()
The item's default text font.Font
GraphicsNode. font()
The font of the text label of the item.Font
Link. font()
The font of the text label of the item.Font
Pathway. font()
The item's text label font.Font
StyleSheet. metaboliteFont()
The font of the text label of the item.Font
StyleSheet. pathwayFont()
The item's text label font.Font
Pathway. reactionFont()
The font of the text label of the item.Font
StyleSheet. reactionFont()
The font of the text label of the item. -
Uses of Font in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type Font Modifier and Type Method Description void
FluxEdge. setCoefficientFont(Font font)
Changes the font of the edge's coefficient.void
LinkEdge.FluxEdgeAppearance. setCoefficientFont(Font font)
Changes the font of the edge's coefficient.void
StyleSheet. setCofactorEdgeCoefficientFont(Font font)
Changes the font of the edge's coefficient.void
StyleSheet. setCommentFont(Font commentFont)
void
StyleSheet. setCompartmentFont(Font font)
Changes the default font of the compartments' text label.void
StyleSheet. setFluxEdgeCoefficientFont(Font font)
Changes the font of the edge's coefficient.void
AbstractNode. setFont(Font font)
The font of the text label of the item.void
Compartment. setFont(Font font)
Changes the font of the text label of the item.void
GraphicsBox. setFont(Font font)
Changes the font of the text label of the item.void
Pathway. setFont(Font font)
Changes the font of the text label of the item.void
StyleSheet. setMetaboliteFont(Font font)
Changes the default font for metabolites' default text labels.void
StyleSheet. setPathwayFont(Font font)
Changes the font of the text label of the item.void
Pathway. setReactionFont(Font font)
Changes the default font for reactions' text labels.void
StyleSheet. setReactionFont(Font font)
Changes the default font for reactions' default text labels. -
Uses of Font in omix.plugin.model.writable.accessory.annotation
Methods in omix.plugin.model.writable.accessory.annotation with parameters of type Font Modifier and Type Method Description void
ItemGroup. setFont(Font font)
The annotation's text label font.void
SideBox. setFont(Font font)
The font of the text label of the item.void
SimpleValueField. setFont(Font font)
The annotation's text label font. -
Uses of Font in omix.plugin.motifstamp
-
Uses of Font in omix.plugin.motifstamp.writable
Methods in omix.plugin.motifstamp.writable that return Font Modifier and Type Method Description Font
FluxEdge. coefficientFont()
The font used to display the edge's coefficient.Methods in omix.plugin.motifstamp.writable with parameters of type Font Modifier and Type Method Description void
FluxEdge. setCoefficientFont(Font font)
Changes the font of the edge's coefficient.void
GraphicsNode. setFont(Font font)
The font of the text label of the item.void
Metabolite. setFont(Font font)
The font of the text label of the item. -
Uses of Font in omix.util.ui
Methods in omix.util.ui that return Font Modifier and Type Method Description static Font
QtOVLConverter. convertFont(QFont qFont)
Methods in omix.util.ui with parameters of type Font Modifier and Type Method Description static Font
OVLToAWTConverter. convert(Font font)
static QFont
QtOVLConverter. convertFont(Font font)