All Known Implementing Classes:
SDViewPref

public interface ISDPreferences
Interface for accessing sequence diagram preferences.
Version:
1.0
Author:
sveyrier
  • Field Details

  • Method Details

    • getBackGroundColor

      IColor getBackGroundColor(String prefId)
      Returns the background color for the given preference name (font preference name)
      Parameters:
      prefId - The preference name
      Returns:
      the color
    • getForeGroundColor

      IColor getForeGroundColor(String prefId)
      Returns the foreground color for the given preference name (font preference name)
      Parameters:
      prefId - A preference name
      Returns:
      the color
    • getFontColor

      IColor getFontColor(String prefId)
      Returns the font color for the given preference name (font preference name)
      Parameters:
      prefId - A preference name
      Returns:
      the color
    • getFont

      IFont getFont(String prefId)
      Returns the font for the given preference name
      Parameters:
      prefId - the preference name
      Returns:
      the font
    • getTimeCompressionSelectionColor

      IColor getTimeCompressionSelectionColor()
      Returns the time compression bar selection color
      Returns:
      the time compression bar selection color
    • getBackGroundColorSelection

      IColor getBackGroundColorSelection()
      Returns the background color used to draw selection
      Returns:
      the background color
    • getForeGroundColorSelection

      IColor getForeGroundColorSelection()
      Returns the foreground color used to draw selection
      Returns:
      the foreground color
    • useGradienColor

      boolean useGradienColor()
      Returns whether to use gradient color or not
      Returns:
      whether to use gradient color or not