Class GraphModelTemplate


  • public final class GraphModelTemplate
    extends java.lang.Object
    Represents a template configuration.
    Since:
    1.0.0
    • Constructor Detail

      • GraphModelTemplate

        public GraphModelTemplate()
        Creates default template using the add-on's default settings.
    • Method Detail

      • getTableStyle

        public TableStyle getTableStyle()
        Returns the table style.
      • setTableStyle

        public void setTableStyle​(TableStyle tableStyle)
        Sets the table style.
        Parameters:
        tableStyle - the style configuration for table
      • getExternalTableStyle

        public TableStyle getExternalTableStyle()
        Returns the external table style.
      • setExternalTableStyle

        public void setExternalTableStyle​(TableStyle externalTableStyle)
        Sets the external table style.
        Parameters:
        externalTableStyle - the style configuration for external table
      • getTooltipStyle

        public TooltipStyle getTooltipStyle()
        Returns the tooltip style.
      • setTooltipStyle

        public void setTooltipStyle​(TooltipStyle tooltipStyle)
        Sets the tooltip style.
        Parameters:
        tooltipStyle - the style configuration for tooltip
      • getLinkStyle

        public LinkStyle getLinkStyle()
        Returns the link style.
      • setLinkStyle

        public void setLinkStyle​(LinkStyle linkStyle)
        Sets the link style.
        Parameters:
        linkStyle - the style configuration for link
      • getSynchronizationStyle

        public SynchronizationStyle getSynchronizationStyle()
        Returns the synchronization style.
      • setSynchronizationStyle

        public void setSynchronizationStyle​(SynchronizationStyle synchronizationStyle)
        Sets the synchronization style.
        Parameters:
        synchronizationStyle - the style configuration for synchronization items
      • getHoverColor

        public java.lang.String getHoverColor()
        Returns the hover color in hex.
      • setHoverColor

        public void setHoverColor​(java.lang.String hoverColor)
        Sets the hover color in hex.
        Parameters:
        hoverColor - color in hex
      • setDisplayOptions

        public void setDisplayOptions​(DisplayOptions displayOptions)
        Sets the display options.
        Parameters:
        displayOptions - the display configuration for graph