swpatho.ap1.editor.Graphics
Class MyGLPanel


java.lang.Object

  extended byGLPanel

      extended byswpatho.ap1.editor.Graphics.MyGLPanel


public class MyGLPanel
extends GLPanel

See Also:
Serialized Form

Constructor Summary
MyGLPanel(OntModel model)
          Default constructor.
 
Method Summary
 void center(java.lang.String concept)
           
 void initialize(java.lang.String center)
          Initialize panel, lens, and establish a random graph as a demonstration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyGLPanel


public MyGLPanel(OntModel model)
Default constructor.

Parameters:
model - OntModel
Method Detail

initialize


public void initialize(java.lang.String center)
Initialize panel, lens, and establish a random graph as a demonstration.

Parameters:
center - String

center


public void center(java.lang.String concept)