Package dk.gtz.graphedit.util
Class TipLoader
java.lang.Object
dk.gtz.graphedit.util.TipLoader
This class is responsible for loading tips from a YAML file.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TipContainer
loadTips()
Load tips from the default filestatic TipContainer
Load tips from the given file
-
Method Details
-
loadTips
Load tips from the given file- Parameters:
tipsFile
- The file to load tips from- Returns:
- A container with the loaded tips
-
loadTips
Load tips from the default file- Returns:
- A container with the loaded tips
-