Package com.nomagic.magicdraw.diff
Interface ProjectOptionsDifference
-
- All Superinterfaces:
Difference
@OpenApiAll public interface ProjectOptionsDifference extends Difference
Difference between project options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Style
getProjectOptionsModelElementsStyle()
Style
getProjectOptionsStyle()
StyleManager
getSymbolsStyle()
-
Methods inherited from interface com.nomagic.magicdraw.diff.Difference
accept
-
-
-
-
Method Detail
-
getProjectOptionsStyle
@CheckForNull Style getProjectOptionsStyle()
- Returns:
- project options style.
- See Also:
ProjectOptions.getStyle()
-
getProjectOptionsModelElementsStyle
@CheckForNull Style getProjectOptionsModelElementsStyle()
- Returns:
- project options model element style
- See Also:
ProjectOptions.getActualModelElementStyle()
-
getSymbolsStyle
@CheckForNull StyleManager getSymbolsStyle()
- Returns:
- symbol style in project
- See Also:
Project.getStyleManager()
-
-