Class TipLoader

java.lang.Object
dk.gtz.graphedit.util.TipLoader

public class TipLoader extends Object
This class is responsible for loading tips from a YAML file.
  • Method Details

    • loadTips

      public static TipContainer loadTips(String tipsFile)
      Load tips from the given file
      Parameters:
      tipsFile - The file to load tips from
      Returns:
      A container with the loaded tips
    • loadTips

      public static TipContainer loadTips()
      Load tips from the default file
      Returns:
      A container with the loaded tips