public interface TopicViewModel extends TopicModel
That is a generic topic model enriched by view properties. Standard view properties are "dmx.topicmaps.x", "dmx.topicmaps.y", and "dmx.topicmaps.visibility". Additional view properties can be added by plugins (by implementing a Viewmodel Customizer).
Modifier and Type | Method and Description |
---|---|
ViewProperties |
getViewProperties() |
boolean |
getVisibility()
Convencience method to access the "dmx.topicmaps.visibility" standard view property.
|
int |
getX()
Convencience method to access the "dmx.topicmaps.x" standard view property.
|
int |
getY()
Convencience method to access the "dmx.topicmaps.y" standard view property.
|
clone
createRoleModel, getChildTopicsModel, getId, getSimpleValue, getTypeUri, getUri, set, setChildTopicsModel, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri
toJSON
ViewProperties getViewProperties()
int getX()
int getY()
boolean getVisibility()
Copyright © 2018. All Rights Reserved.