org.hfbk.vis.visnode.VisLog Class Reference

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

void render (List< AWTEvent > events)

Package Functions

 VisLog ()
void addIncoming (Node logRoot)
void fetch (long time)
void renderSelf ()

Package Attributes

Source source
HashMap< String, Graphincoming = new HashMap<String, Graph>()
long lastupdate = 0
float z = 0
float ox = 0
long maxtime = 0

Classes

class  LogPoint

Detailed Description

a visual log small balls are placed along a time axis represent the past searches logged by the server. by clicking them a search can be reissued to the server.

Author:
student

Definition at line 29 of file VisLog.java.


Constructor & Destructor Documentation

org.hfbk.vis.visnode.VisLog.VisLog (  )  [package]

Definition at line 154 of file VisLog.java.


Member Function Documentation

void org.hfbk.vis.visnode.VisLog.addIncoming ( Node  logRoot  )  [package]

add incoming log events to this visualisation.

Parameters:
logRoot the root of timestamp nodes to add

Definition at line 163 of file VisLog.java.

References org.hfbk.vis.visnode.VisPartitionNode.add(), org.hfbk.vis.visnode.VisLog.LogPoint.fetch(), org.dronus.graph.Node.getEdges(), org.dronus.graph.Edge.getFrom(), org.hfbk.vis.visnode.VisLog.maxtime, org.hfbk.vis.visnode.VisLog.ox, org.hfbk.vis.visnode.VisNode.position, org.hfbk.vis.visnode.VisPartitionNode.scale, org.dronus.graph.Node.text, org.dronus.graph.Node.type, and org.hfbk.vis.visnode.VisLog.z.

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

fetches all log events after time.

Parameters:
time as linux timestamp

Definition at line 209 of file VisLog.java.

References org.hfbk.vis.source.Source.getSource(), org.hfbk.vis.visnode.VisLog.maxtime, and org.hfbk.vis.visnode.VisLog.source.

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

Here is the call graph for this function:

Here is the caller graph for this function:

void org.hfbk.vis.visnode.VisLog.render ( List< AWTEvent >  events  ) 

recursively renders this node and all children.

we do some culling of objects spherical extends against the view frustum. for problems see

See also:
renderSelf

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

Definition at line 213 of file VisLog.java.

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

handles periodic updates.

Reimplemented from org.hfbk.vis.visnode.VisPartitionNode.

Definition at line 226 of file VisLog.java.

References org.hfbk.vis.visnode.VisLog.addIncoming(), org.hfbk.vis.visnode.VisLog.fetch(), org.hfbk.vis.source.Source.finished, org.dronus.graph.Graph.getRoot(), org.hfbk.vis.source.Source.graph, org.hfbk.vis.visnode.VisLog.lastupdate, and org.hfbk.vis.visnode.VisLog.source.

Here is the call graph for this function:


Member Data Documentation

Source org.hfbk.vis.visnode.VisLog.source [package]

Definition at line 31 of file VisLog.java.

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

HashMap<String, Graph> org.hfbk.vis.visnode.VisLog.incoming = new HashMap<String, Graph>() [package]

Definition at line 33 of file VisLog.java.

long org.hfbk.vis.visnode.VisLog.lastupdate = 0 [package]

Definition at line 36 of file VisLog.java.

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

float org.hfbk.vis.visnode.VisLog.z = 0 [package]

Definition at line 39 of file VisLog.java.

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

float org.hfbk.vis.visnode.VisLog.ox = 0 [package]

Definition at line 39 of file VisLog.java.

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

long org.hfbk.vis.visnode.VisLog.maxtime = 0 [package]

Definition at line 40 of file VisLog.java.

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


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