Class VisualizationTemplate

    • Field Detail

      • NODE_VISUALIZATION_TEMPLATE

        public static final java.lang.String NODE_VISUALIZATION_TEMPLATE
        See Also:
        Constant Field Values
      • ATT_ICON_URL

        protected static final java.lang.String ATT_ICON_URL
        xml attribute name for the VisualizationTemplate iconURL
        See Also:
        Constant Field Values
      • ATT_ICON_URL_SECONDARY

        protected static final java.lang.String ATT_ICON_URL_SECONDARY
        xml attribute name for the VisualizationTemplate iconURLSecondary
        See Also:
        Constant Field Values
      • ATT_ID

        protected static final java.lang.String ATT_ID
        xml attribute name for the VisualizationTemplate id
        See Also:
        Constant Field Values
      • ATT_MAJOR_TYPE

        protected static final java.lang.String ATT_MAJOR_TYPE
        xml attribute name for the VisualizationTemplate majorType (only graphs)
        See Also:
        Constant Field Values
      • ATT_MINOR_TYPE

        protected static final java.lang.String ATT_MINOR_TYPE
        xml attribute name for the VisualizationTemplate minorType (only graphs)
        See Also:
        Constant Field Values
      • ATT_MIN_ATTRIBUTE_COUNT

        protected static final java.lang.String ATT_MIN_ATTRIBUTE_COUNT
        xml attribute name for the VisualizationTemplate minAttributeCount
        See Also:
        Constant Field Values
      • ATT_MIN_METRIC_COUNT

        protected static final java.lang.String ATT_MIN_METRIC_COUNT
        xml attribute name for the VisualizationTemplate minMetricCount
        See Also:
        Constant Field Values
      • ATT_TEXT

        protected static final java.lang.String ATT_TEXT
        xml attribute name for the VisualizationTemplate text
        See Also:
        Constant Field Values
      • ATT_TOOLTIP

        protected static final java.lang.String ATT_TOOLTIP
        xml attribute name for the VisualizationTemplate tooltip
        See Also:
        Constant Field Values
      • ATT_TOOLTIP_SECONDARY

        protected static final java.lang.String ATT_TOOLTIP_SECONDARY
        xml attribute name for the VisualizationTemplate tooltipSecondary
        See Also:
        Constant Field Values
      • ATT_VISUALIZATION_ID

        protected static final java.lang.String ATT_VISUALIZATION_ID
        xml attribute name for the VisualizationTemplate visualizationId
        See Also:
        Constant Field Values
    • Constructor Detail

      • VisualizationTemplate

        public VisualizationTemplate()
    • Method Detail

      • getIconURL

        public java.lang.String getIconURL()
      • getIconURLSecondary

        public java.lang.String getIconURLSecondary()
      • getId

        public int getId()
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
      • getMajorType

        public int getMajorType()
      • getMinorType

        public int getMinorType()
      • getMinAttributeCount

        public int getMinAttributeCount()
      • getMinMetricCount

        public int getMinMetricCount()
      • getText

        public java.lang.String getText()
      • getTooltip

        public java.lang.String getTooltip()
      • getTooltipSecondary

        public java.lang.String getTooltipSecondary()
      • getVisualizationId

        public java.lang.String getVisualizationId()