Class GraphModelTemplate
java.lang.Object
com.orchestranetworks.addon.dmdv.model.extension.GraphModelTemplate
Represents a template configuration.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCreates default template using the add-on's default settings. -
Method Summary
Modifier and TypeMethodDescriptionReturns the display options.Returns the external table style.Returns the hover color in hex.Returns the link style.Returns the synchronization style.Returns the table style.Returns the tooltip style.voidsetDisplayOptions(DisplayOptions displayOptions) Sets the display options.voidsetExternalTableStyle(TableStyle externalTableStyle) Sets the external table style.voidsetHoverColor(String hoverColor) Sets the hover color in hex.voidsetLinkStyle(LinkStyle linkStyle) Sets the link style.voidsetSynchronizationStyle(SynchronizationStyle synchronizationStyle) Sets the synchronization style.voidsetTableStyle(TableStyle tableStyle) Sets the table style.voidsetTooltipStyle(TooltipStyle tooltipStyle) Sets the tooltip style.
-
Constructor Details
-
GraphModelTemplate
public GraphModelTemplate()Creates default template using the add-on's default settings.
-
-
Method Details
-
getTableStyle
Returns the table style. -
setTableStyle
Sets the table style.- Parameters:
tableStyle- the style configuration for table
-
getExternalTableStyle
Returns the external table style. -
setExternalTableStyle
Sets the external table style.- Parameters:
externalTableStyle- the style configuration for external table
-
getTooltipStyle
Returns the tooltip style. -
setTooltipStyle
Sets the tooltip style.- Parameters:
tooltipStyle- the style configuration for tooltip
-
getLinkStyle
Returns the link style. -
setLinkStyle
Sets the link style.- Parameters:
linkStyle- the style configuration for link
-
getSynchronizationStyle
Returns the synchronization style. -
setSynchronizationStyle
Sets the synchronization style.- Parameters:
synchronizationStyle- the style configuration for synchronization items
-
getHoverColor
Returns the hover color in hex. -
setHoverColor
Sets the hover color in hex.- Parameters:
hoverColor- color in hex
-
getDisplayOptions
Returns the display options.- See Also:
-
setDisplayOptions
Sets the display options.- Parameters:
displayOptions- the display configuration for graph
-