Module tvbrowser
Package devplugin

Interface Marker

    • Method Detail

      • getId

        java.lang.String getId()
        Returns:
        The id of this Marker.
      • getMarkIcon

        javax.swing.Icon getMarkIcon()
        Returns:
        The default mark icon for this Marker
      • getMarkIcons

        javax.swing.Icon[] getMarkIcons​(Program p)
        Parameters:
        p - The program to check.
        Returns:
        An array with icon to use for marking of the given program or null if this Marker doesn't sets icons for the program.
        Since:
        2.5
      • getMarkPriorityMaxForProgram

        default int getMarkPriorityMaxForProgram​(Program p)
      • getMarkPrioritiesForProgram

        default int[] getMarkPrioritiesForProgram​(Program p)