/**
  *
  * <!-- begin-user-doc -->
  * Provides a background color for the given Learning Resource.
  *
  * @param object the agent
  * @return the background color for the element, or <code>null</code> to use the default
  *     background color
  *     <!-- end-user-doc -->
  * @generated
  */
 public Color getBackground(Object object) {
   return colorForInterest.getColor(object);
 }
 /**
  *
  * <!-- begin-user-doc -->
  * Provides a color for Learning Resource based on wether we want to fill or not.
  *
  * @param object the agent
  * @return the foreground color for the element, or <code>null</code> to use the default
  *     foreground color
  *     <!-- end-user-doc -->
  * @generated
  */
 public Color getColor(Object object, boolean fill) {
   return colorForInterest.getColor(object);
 }