Package | Description |
---|---|
com.modeliosoft.modelio.api.diagram |
Modifier and Type | Method and Description |
---|---|
IStyleHandle |
IDiagramGraphic.getStyle()
Get the graphical element style.
|
IStyleHandle |
IDiagramService.getStyle(String name)
Get an installed diagram styles from its name.
|
IStyleHandle |
IDiagramService.registerStyle(String styleName,
String baseStyleName,
File styleData)
Register a new named style along with its 'data' file.
|
Modifier and Type | Method and Description |
---|---|
List<IStyleHandle> |
IDiagramService.listStyles()
List all diagram styles that are currently installed.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiagramGraphic.setStyle(IStyleHandle style)
Set the style used to get a property value when it is not defined locally.
|