org.hfbk.vis.visnode.VisLog.LogPoint Class Reference

Inheritance diagram for org.hfbk.vis.visnode.VisLog.LogPoint:

Inheritance graph
[legend]
Collaboration diagram for org.hfbk.vis.visnode.VisLog.LogPoint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void add (VisNode node)
String toString ()

Package Functions

 LogPoint (String timestamp, String user, String msg, Vector3f position)
float inject01 (double x)
void handleEvent (VisMouseEvent evt)
void fetch ()
void renderSelf ()

Package Attributes

String msg
String timestamp
int ourDL
GLTextPanel helpText

Detailed Description

a small sphere representing one logged event. can be clicked to reproduce the logged action.

Definition at line 47 of file VisLog.java.


Constructor & Destructor Documentation

org.hfbk.vis.visnode.VisLog.LogPoint.LogPoint ( String  timestamp,
String  user,
String  msg,
Vector3f  position 
) [package]

Definition at line 53 of file VisLog.java.

References org.hfbk.vis.visnode.VisNodeMousable.h, org.hfbk.vis.visnode.VisLog.LogPoint.helpText, org.hfbk.vis.visnode.VisLog.LogPoint.inject01(), org.hfbk.vis.visnode.VisLog.LogPoint.ourDL, org.hfbk.vis.visnode.VisNode.radius, and org.hfbk.vis.visnode.VisNodeMousable.w.

Here is the call graph for this function:


Member Function Documentation

float org.hfbk.vis.visnode.VisLog.LogPoint.inject01 ( double  x  )  [package]

Definition at line 91 of file VisLog.java.

Referenced by org.hfbk.vis.visnode.VisLog.LogPoint.LogPoint().

Here is the caller graph for this function:

void org.hfbk.vis.visnode.VisLog.LogPoint.handleEvent ( VisMouseEvent  evt  )  [package]

click on the sphere tells the client to reproduce this logged event, eg. fetch the source.

Definition at line 101 of file VisLog.java.

References org.hfbk.vis.visnode.VisLog.LogPoint.fetch().

Here is the call graph for this function:

void org.hfbk.vis.visnode.VisLog.LogPoint.fetch (  )  [package]

Definition at line 106 of file VisLog.java.

References org.hfbk.vis.visnode.VisRoot.fetch(), org.hfbk.vis.visnode.VisNode.getRoot(), and org.hfbk.vis.visnode.VisLog.LogPoint.msg.

Referenced by org.hfbk.vis.visnode.VisLog.addIncoming(), and org.hfbk.vis.visnode.VisLog.LogPoint.handleEvent().

Here is the call graph for this function:

Here is the caller graph for this function:

void org.hfbk.vis.visnode.VisLog.LogPoint.renderSelf (  )  [package, virtual]

a small username colored -c-u-b-e- sphere

Implements org.hfbk.vis.visnode.VisNode.

Definition at line 120 of file VisLog.java.

References org.hfbk.vis.visnode.VisLog.LogPoint.helpText, org.hfbk.vis.visnode.VisNodeMousable.isHoovered, org.hfbk.vis.visnode.VisLog.LogPoint.ourDL, and org.dronus.gl.GLTextPanel.render().

Here is the call graph for this function:

void org.hfbk.vis.visnode.VisLog.LogPoint.add ( VisNode  node  ) 

we don't want log-incarnated VisNodes to be child of, as this complicates render states and is not useful (the log moves upwards with every fetch etc.) so we add childrens to the root instead.

Reimplemented from org.hfbk.vis.visnode.VisNode.

Definition at line 143 of file VisLog.java.

References org.hfbk.vis.visnode.VisRoot.add(), org.hfbk.vis.visnode.VisNode.getRoot(), and org.hfbk.vis.visnode.VisNode.node.

Here is the call graph for this function:

String org.hfbk.vis.visnode.VisLog.LogPoint.toString (  ) 

Definition at line 149 of file VisLog.java.

References org.hfbk.vis.visnode.VisLog.LogPoint.msg, and org.hfbk.vis.visnode.VisLog.LogPoint.timestamp.


Member Data Documentation

String org.hfbk.vis.visnode.VisLog.LogPoint.msg [package]

Definition at line 49 of file VisLog.java.

Referenced by org.hfbk.vis.visnode.VisLog.LogPoint.fetch(), and org.hfbk.vis.visnode.VisLog.LogPoint.toString().

String org.hfbk.vis.visnode.VisLog.LogPoint.timestamp [package]

Definition at line 49 of file VisLog.java.

Referenced by org.hfbk.vis.visnode.VisLog.LogPoint.toString().

int org.hfbk.vis.visnode.VisLog.LogPoint.ourDL [package]

Definition at line 50 of file VisLog.java.

Referenced by org.hfbk.vis.visnode.VisLog.LogPoint.LogPoint(), and org.hfbk.vis.visnode.VisLog.LogPoint.renderSelf().

GLTextPanel org.hfbk.vis.visnode.VisLog.LogPoint.helpText [package]

Definition at line 51 of file VisLog.java.

Referenced by org.hfbk.vis.visnode.VisLog.LogPoint.LogPoint(), and org.hfbk.vis.visnode.VisLog.LogPoint.renderSelf().


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:59:29 2009 for visclient by  doxygen 1.5.1