@OpenApiAll
public class FontProvider
extends java.lang.Object
| Constructor and Description |
|---|
FontProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Font |
getFont(com.nomagic.magicdraw.uml.symbols.PresentationElement presentationElement)
Font used to draw given presentation element text.
|
java.lang.Boolean |
isUnderline(com.nomagic.magicdraw.uml.symbols.PresentationElement presentationElement)
Checks if use underline when drawing given presentation element text.
|
public java.awt.Font getFont(com.nomagic.magicdraw.uml.symbols.PresentationElement presentationElement)
presentationElement - public java.lang.Boolean isUnderline(com.nomagic.magicdraw.uml.symbols.PresentationElement presentationElement)
presentationElement - Boolean.TRUE if use underline, Boolean.FALSE - do not use underline,
or null to use predefined underline value.