Class AbstractHighlight

  • Direct Known Subclasses:
    LinkHighlight, NodeHighlight

    public abstract class AbstractHighlight
    extends Object
    Partial implementation of the highlighting to apply to topology view elements.
    • Constructor Detail

      • AbstractHighlight

        public AbstractHighlight​(TopoElementType type,
                                 String elementId)
        Constructs the highlight.
        Parameters:
        type - highlight element type
        elementId - element identifier
    • Method Detail

      • keepSubdued

        public void keepSubdued()
        Sets a flag to tell the renderer to keep this element subdued.
      • type

        public TopoElementType type()
        Returns the element type.
        Returns:
        element type
      • elementId

        public String elementId()
        Returns the element identifier.
        Returns:
        element identifier
      • subdued

        public boolean subdued()
        Returns the subdued flag.
        Returns:
        subdued flag