Class jotsa.JotsaAnimationObjectList
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jotsa.JotsaAnimationObjectList

java.lang.Object
   |
   +----jotsa.JotsaAnimationObjectList

public class JotsaAnimationObjectList
extends Object

Method Index

 o DrawAll(long)
 o DrawAllClip(long)
 o DrawAllScaledWindow(long, double, int, int, Graphics)
 o get_closest_object(long, int, int)
 o GetCanvas()
 o GetDefaultSleepTime()
 o GetGraphics()
 o GetObjectAt(int)
 o GetObjectGivenKey(int)
 o GetSize()
 o GetSleepTime()
 o Insert(JotsaAnimationObject)
 o RemoveAll()
 o RemoveGivenKey(int)
 o RemoveGivenLevel(int)
 o reset_all_to_final()
 o ResetAllSleepTimes()
 o ResetGC(Graphics)
 o ResetToLevel(JotsaAnimationObject)
 o SetCanvas(JotsaCanvas)
 o SetDefaultSleepTime(int)
 o SetGraphics(Graphics)
 o SetListName(String)
 o show_names()
 o TerminateAll()

Methods

 o SetCanvas
  public void SetCanvas(JotsaCanvas can)
 o GetCanvas
  public JotsaCanvas GetCanvas()
 o SetListName
  public void SetListName(String str)
 o SetDefaultSleepTime
  public void SetDefaultSleepTime(int st)
 o GetDefaultSleepTime
  public int GetDefaultSleepTime()
 o Insert
  public synchronized void Insert(JotsaAnimationObject ani)
 o RemoveAll
  public synchronized void RemoveAll()
 o SetGraphics
  public void SetGraphics(Graphics g)
 o GetGraphics
  public Graphics GetGraphics()
 o RemoveGivenLevel
  public synchronized void RemoveGivenLevel(int level)
 o RemoveGivenKey
  public synchronized void RemoveGivenKey(int key)
 o GetObjectGivenKey
  public JotsaAnimationObject GetObjectGivenKey(int key)
 o ResetToLevel
  public void ResetToLevel(JotsaAnimationObject obj)
 o TerminateAll
  public void TerminateAll()
 o ResetAllSleepTimes
  public void ResetAllSleepTimes()
 o ResetGC
  public void ResetGC(Graphics GC)
 o GetSleepTime
  public int GetSleepTime()
 o DrawAll
  public int DrawAll(long timenow)
 o DrawAllScaledWindow
  public int DrawAllScaledWindow(long timenow,
                                 double scale,
                                 int xoff,
                                 int yoff,
                                 Graphics g)
 o DrawAllClip
  public int DrawAllClip(long timenow)
 o GetObjectAt
  public JotsaAnimationObject GetObjectAt(int which)
 o GetSize
  public int GetSize()
 o reset_all_to_final
  public void reset_all_to_final()
 o get_closest_object
  public JotsaAnimationObject get_closest_object(long timenow,
                                                 int x,
                                                 int y)
 o show_names
  public void show_names()

All Packages  Class Hierarchy  This Package  Previous  Next  Index