org.hfbk.vis.visnode.VisIcal Class Reference

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VisIcal (Node n, Vector3f position)

Package Functions

 SuppressWarnings ("unchecked") 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>()
long nextUpdate = System.currentTimeMillis()

Classes

class  eventtype

Detailed Description

simple .ics parser.

loads an icalendar file, using DTSTART, DTEND and DESCRIPTION fields *

Author:
ulf

Definition at line 32 of file VisIcal.java.


Constructor & Destructor Documentation

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

Definition at line 72 of file VisIcal.java.

References org.hfbk.vis.visnode.VisNode.radius, and org.dronus.graph.Node.text.


Member Function Documentation

org.hfbk.vis.visnode.VisIcal.SuppressWarnings ( "unchecked"   )  throws IOException [package]

load given .ics file into events array

Parameters:
filename ics file to load
Exceptions:
IOException 

Definition at line 90 of file VisIcal.java.

References org.hfbk.vis.visnode.VisIcal.eventcount, org.hfbk.vis.visnode.VisIcal.events, org.hfbk.vis.visnode.VisIcal.isdescription, org.hfbk.vis.visnode.VisIcal.isevent, and org.hfbk.vis.visnode.VisNode.url.

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

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

Implements org.hfbk.vis.visnode.VisNode.

Definition at line 223 of file VisIcal.java.

References org.hfbk.vis.visnode.VisNode.add(), org.hfbk.vis.visnode.VisRoot.add(), org.hfbk.vis.visnode.VisRoot.epicenter, org.hfbk.vis.visnode.VisIcal.events, org.hfbk.vis.visnode.VisNode.getRoot(), and org.hfbk.vis.visnode.VisNode.url.

Here is the call graph for this function:


Member Data Documentation

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

Definition at line 34 of file VisIcal.java.

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

Definition at line 35 of file VisIcal.java.

Referenced by org.hfbk.vis.visnode.VisIcal.SuppressWarnings().

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

Definition at line 36 of file VisIcal.java.

Referenced by org.hfbk.vis.visnode.VisIcal.SuppressWarnings().

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

Definition at line 37 of file VisIcal.java.

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

Definition at line 38 of file VisIcal.java.

Referenced by org.hfbk.vis.visnode.VisIcal.SuppressWarnings().

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

Definition at line 68 of file VisIcal.java.

Referenced by org.hfbk.vis.visnode.VisIcal.renderSelf(), and org.hfbk.vis.visnode.VisIcal.SuppressWarnings().

long org.hfbk.vis.visnode.VisIcal.nextUpdate = System.currentTimeMillis() [package]

Definition at line 219 of file VisIcal.java.


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