| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Canvas | +--gl4java.awt.GLCanvas | +--gl4java.awt.GLAnimCanvas | +--mam.agent.pluginAgentRes.PluginGLCanvas
Inner classes inherited from class java.awt.Canvas |
Canvas.AccessibleAWTCanvas |
Field Summary | |
(package private) Drawer | c |
private Collection | m_listeners |
private int | myheight |
private int | mywidth |
Fields inherited from class gl4java.awt.GLAnimCanvas |
FramesPerSec, mSecPerFrame, globalThreadNumber, dFpsMilli, killme, threadSuspended, useRepaint, useFpsSleep, shallWeRender, isRunning |
Fields inherited from class gl4java.awt.GLCanvas |
glj, gl, glu, size, mustResize, needCvsDispose, doubleBuffer, stencilBits, accumSize, stereoView, rgba, capabilities, createOwnWindow, sharedGLContext, topLevelWindow, _f_dur |
Fields inherited from class java.awt.Component |
TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT |
Constructor Summary | |
PluginGLCanvas(int w, int h, String current) renderCanvas(int w, int h) Constructor. |
Method Summary | |
void | addKnowAgent(int totalAgents, MamId mamid, String url) |
void | addListener(PluginGLListener listener) |
void | addMonitorAgent(String url) |
void | addSearch(String requestor) |
void | display() void display() Draw to the canvas. |
void | dispose() void dispose() Destroy the canvas. |
void | fireEvent(PluginGLEvent event) |
void | init() void init() Called just AFTER the GL-Context is created. |
void | keyPressed(KeyEvent e) void keyPressed(KeyEvent e) Invoked when a key has been pressed. |
void | keyReleased(KeyEvent e) void keyReleased(KeyEvent e) Invoked when a key has been released. |
void | keyTyped(KeyEvent e) void keyTyped(KeyEvent e) Invoked when a key has been typed. |
void | monitorUpdate(String updatedurl) |
void | mooDeath() |
void | preInit() void preInit() Called just BEFORE the GL-Context is created. |
void | removeKnowAgent(MamId mamid) |
void | removeMonitorAgent(String url) |
void | reshape(int width, int height) void reshape(int width, int height) Called after the first paint command. |
void | setNewDrawer(String newDrawer) |
Methods inherited from class gl4java.awt.GLAnimCanvas |
getGlobalThreadNumber, ReInit, setUseRepaint, setUseFpsSleep, getUseRepaint, getUseFpsSleep, start, stop, cvsDispose, run, setSuspended, setSuspended, isAlive, isSuspended, resetFpsCounter, stopFpsCounter, setVerboseFps, getFps, getFpsDuration, getFpsFrames, setAnimateFps, setAnimateFps, getMaxFps |
Methods inherited from class gl4java.awt.GLCanvas |
getPreferredSize, getMinimumSize, getGLContext, update, getTopLevelWindow, paint, doCleanup, cvsIsInit, setGLEnabled, setVisible, isGLEnabled, sDisplay, componentResized, componentMoved, componentShown, componentHidden, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, windowOpened, windowClosing, windowClosed, windowIconified, windowDeiconified, windowActivated, windowDeactivated, finalize, destroy, cvsGetWidth, cvsGetHeight, addGLEventListener, removeGLEventListener, getListeners, getGL, getGLU |
Methods inherited from class java.awt.Canvas |
addNotify, getAccessibleContext |
Methods inherited from class java.awt.Component |
getName, setName, getParent, getPeer, setDropTarget, getDropTarget, getGraphicsConfiguration, getTreeLock, getToolkit, isValid, isDisplayable, isVisible, isShowing, isEnabled, setEnabled, enable, enable, disable, isDoubleBuffered, enableInputMethods, show, show, hide, getForeground, setForeground, getBackground, setBackground, getFont, setFont, getLocale, setLocale, getColorModel, getLocation, getLocationOnScreen, location, setLocation, move, setLocation, getSize, size, setSize, resize, setSize, resize, getBounds, bounds, setBounds, reshape, setBounds, getX, getY, getWidth, getHeight, getBounds, getSize, getLocation, isOpaque, isLightweight, preferredSize, minimumSize, getMaximumSize, getAlignmentX, getAlignmentY, doLayout, layout, validate, invalidate, getGraphics, getFontMetrics, setCursor, getCursor, paintAll, repaint, repaint, repaint, repaint, print, printAll, imageUpdate, createImage, createImage, prepareImage, prepareImage, checkImage, checkImage, contains, inside, contains, getComponentAt, locate, getComponentAt, deliverEvent, dispatchEvent, postEvent, addComponentListener, removeComponentListener, addFocusListener, removeFocusListener, addHierarchyListener, removeHierarchyListener, addHierarchyBoundsListener, removeHierarchyBoundsListener, addKeyListener, removeKeyListener, addMouseListener, removeMouseListener, addMouseMotionListener, removeMouseMotionListener, addInputMethodListener, removeInputMethodListener, getInputMethodRequests, getInputContext, enableEvents, disableEvents, coalesceEvents, processEvent, processComponentEvent, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processInputMethodEvent, processHierarchyEvent, processHierarchyBoundsEvent, handleEvent, mouseDown, mouseDrag, mouseUp, mouseMove, mouseEnter, mouseExit, keyDown, keyUp, action, removeNotify, gotFocus, lostFocus, isFocusTraversable, requestFocus, transferFocus, nextFocus, hasFocus, add, remove, paramString, toString, list, list, list, list, list, addPropertyChangeListener, removePropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, setComponentOrientation, getComponentOrientation |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait |
Field Detail |
Drawer c
private Collection m_listeners
private int myheight
private int mywidth
Constructor Detail |
public PluginGLCanvas(int w, int h, String current)
Method Detail |
public void addKnowAgent(int totalAgents, MamId mamid, String url)
public void addListener(PluginGLListener listener)
public void addMonitorAgent(String url)
public void addSearch(String requestor)
public void display()
public void dispose()
public void fireEvent(PluginGLEvent event)
public void init()
public void keyPressed(KeyEvent e)
public void keyReleased(KeyEvent e)
public void keyTyped(KeyEvent e)
public void monitorUpdate(String updatedurl)
public void mooDeath()
public void preInit()
public void removeKnowAgent(MamId mamid)
public void removeMonitorAgent(String url)
public void reshape(int width, int height)
public void setNewDrawer(String newDrawer)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |