Class AbstractHighlight

  • Direct Known Subclasses:
    LinkHighlight, NodeHighlight

    public abstract class AbstractHighlight
    extends java.lang.Object
    Partial implementation of the highlighting to apply to topology view elements.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String elementId()
      Returns the element identifier.
      void keepSubdued()
      Sets a flag to tell the renderer to keep this element subdued.
      boolean subdued()
      Returns the subdued flag.
      TopoElementType type()
      Returns the element type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractHighlight

        public AbstractHighlight​(TopoElementType type,
                                 java.lang.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 java.lang.String elementId()
        Returns the element identifier.
        Returns:
        element identifier
      • subdued

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