Uses of Enum Class
org.openscience.cdk.renderer.font.IFontManager.FontStyle
Packages that use IFontManager.FontStyle
-
Uses of IFontManager.FontStyle in org.openscience.cdk.renderer.font
Methods in org.openscience.cdk.renderer.font that return IFontManager.FontStyleModifier and TypeMethodDescriptionAbstractFontManager.getFontStyle()Get the font style, defined in theIFontManagerinterface.static IFontManager.FontStyleReturns the enum constant of this class with the specified name.static IFontManager.FontStyle[]IFontManager.FontStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openscience.cdk.renderer.font with parameters of type IFontManager.FontStyleModifier and TypeMethodDescriptionvoidAbstractFontManager.setFontStyle(IFontManager.FontStyle fontStyle) Set the font style.voidIFontManager.setFontStyle(IFontManager.FontStyle fontStyle) Set the font style. -
Uses of IFontManager.FontStyle in org.openscience.cdk.renderer.generators
Methods in org.openscience.cdk.renderer.generators that return IFontManager.FontStyleModifier and TypeMethodDescriptionBasicSceneGenerator.UsedFontStyle.getDefault()Returns the default value.