예제 #1
0
 /**
  * @param direction The key to save a animationSet as
  * @param num the Viewport numbers that are used
  */
 public void addEntry(Tkey key, Integer... num) {
   animationSets.addEntry(key, num);
 }
예제 #2
0
 /**
  * @param direction
  * @return LinkedList
  */
 public LinkedList<Integer> getList(Tkey key) {
   return animationSets.getList(key);
 }