org.hfbk.vis.visnode.VisSrt Class Reference

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VisSrt (Node n, Vector3f position)

Package Functions

void load (String filename) throws IOException
void renderSelf ()

Package Attributes

int dl
boolean isevent = false
boolean isdescription = false
long lastupdate
int eventcount = 0
ArrayList< eventtypeevents = new ArrayList<eventtype>()

Classes

class  eventtype

Detailed Description

simple .srt subtitle parser.

loads an subtitle file TODO: *

Author:
ulf

Definition at line 28 of file VisSrt.java.


Constructor & Destructor Documentation

org.hfbk.vis.visnode.VisSrt.VisSrt ( Node  n,
Vector3f  position 
)

Definition at line 65 of file VisSrt.java.

References org.hfbk.vis.visnode.VisSrt.load(), org.hfbk.vis.visnode.VisNode.radius, and org.dronus.graph.Node.text.

Here is the call graph for this function:


Member Function Documentation

void org.hfbk.vis.visnode.VisSrt.load ( String  filename  )  throws IOException [package]

load given .ics file into events array

Parameters:
filename ics file to load
Exceptions:
IOException 

Definition at line 84 of file VisSrt.java.

References org.hfbk.vis.visnode.VisSrt.eventcount, org.hfbk.vis.visnode.VisSrt.events, and org.hfbk.vis.visnode.VisSrt.isevent.

Referenced by org.hfbk.vis.visnode.VisSrt.VisSrt().

Here is the caller graph for this function:

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

each second check if there is an event, throw words into space

Implements org.hfbk.vis.visnode.VisNode.

Definition at line 178 of file VisSrt.java.

References org.hfbk.vis.visnode.VisNode.add(), org.hfbk.vis.visnode.VisSrt.events, and org.hfbk.vis.visnode.VisSrt.lastupdate.

Here is the call graph for this function:


Member Data Documentation

int org.hfbk.vis.visnode.VisSrt.dl [package]

Definition at line 30 of file VisSrt.java.

boolean org.hfbk.vis.visnode.VisSrt.isevent = false [package]

Definition at line 31 of file VisSrt.java.

Referenced by org.hfbk.vis.visnode.VisSrt.load().

boolean org.hfbk.vis.visnode.VisSrt.isdescription = false [package]

Definition at line 32 of file VisSrt.java.

long org.hfbk.vis.visnode.VisSrt.lastupdate [package]

Definition at line 33 of file VisSrt.java.

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

int org.hfbk.vis.visnode.VisSrt.eventcount = 0 [package]

Definition at line 34 of file VisSrt.java.

Referenced by org.hfbk.vis.visnode.VisSrt.load().

ArrayList<eventtype> org.hfbk.vis.visnode.VisSrt.events = new ArrayList<eventtype>() [package]

Definition at line 61 of file VisSrt.java.

Referenced by org.hfbk.vis.visnode.VisSrt.load(), and org.hfbk.vis.visnode.VisSrt.renderSelf().


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 18:00:02 2009 for visclient by  doxygen 1.5.1