public final class GraphModelTemplate extends Object
Constructor and Description |
---|
GraphModelTemplate()
Creates default template using the add-on's default settings.
|
Modifier and Type | Method and Description |
---|---|
DisplayOptions |
getDisplayOptions()
Returns the display options.
|
TableStyle |
getExternalTableStyle()
Returns the external table style.
|
String |
getHoverColor()
Returns the hover color in hex.
|
LinkStyle |
getLinkStyle()
Returns the link style.
|
SynchronizationStyle |
getSynchronizationStyle()
Returns the synchronization style.
|
TableStyle |
getTableStyle()
Returns the table style.
|
TooltipStyle |
getTooltipStyle()
Returns the tooltip style.
|
void |
setDisplayOptions(DisplayOptions displayOptions)
Sets the display options.
|
void |
setExternalTableStyle(TableStyle externalTableStyle)
Sets the external table style.
|
void |
setHoverColor(String hoverColor)
Sets the hover color in hex.
|
void |
setLinkStyle(LinkStyle linkStyle)
Sets the link style.
|
void |
setSynchronizationStyle(SynchronizationStyle synchronizationStyle)
Sets the synchronization style.
|
void |
setTableStyle(TableStyle tableStyle)
Sets the table style.
|
void |
setTooltipStyle(TooltipStyle tooltipStyle)
Sets the tooltip style.
|
public GraphModelTemplate()
public TableStyle getTableStyle()
public void setTableStyle(TableStyle tableStyle)
tableStyle
- the style configuration for tablepublic TableStyle getExternalTableStyle()
public void setExternalTableStyle(TableStyle externalTableStyle)
externalTableStyle
- the style configuration for external tablepublic TooltipStyle getTooltipStyle()
public void setTooltipStyle(TooltipStyle tooltipStyle)
tooltipStyle
- the style configuration for tooltippublic LinkStyle getLinkStyle()
public void setLinkStyle(LinkStyle linkStyle)
linkStyle
- the style configuration for linkpublic SynchronizationStyle getSynchronizationStyle()
public void setSynchronizationStyle(SynchronizationStyle synchronizationStyle)
synchronizationStyle
- the style configuration for synchronization itemspublic String getHoverColor()
public void setHoverColor(String hoverColor)
hoverColor
- color in hexpublic DisplayOptions getDisplayOptions()
DisplayOptions
public void setDisplayOptions(DisplayOptions displayOptions)
displayOptions
- the display configuration for graph