Package | Description |
---|---|
org.graphstream.ui.graphicGraph.stylesheet | |
org.graphstream.ui.graphicGraph.stylesheet.parser | |
org.graphstream.ui.swingViewer.util |
Modifier and Type | Method and Description |
---|---|
StyleConstants.TextStyle |
Style.getTextStyle()
The text font style variation.
|
static StyleConstants.TextStyle |
StyleConstants.TextStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleConstants.TextStyle[] |
StyleConstants.TextStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StyleConstants.TextStyle |
StyleSheetParser.textStyle() |
Modifier and Type | Method and Description |
---|---|
Font |
FontCache.getDefaultFont(StyleConstants.TextStyle style,
int size) |
Font |
FontCache.getFont(String name,
StyleConstants.TextStyle style,
int size)
Lookup a font, and if not found, try to load it, if still not available,
return the default font.
|
Copyright © 2015. All rights reserved.