de.jaret.examples.timebars.touren
Class TourenExample

java.lang.Object
  extended by de.jaret.examples.timebars.touren.TourenExample

public class TourenExample
extends java.lang.Object

This example is a proof of concept showing trips from one point to another point ("Touren") in the timebarviewer and shows additional data in an attached JTable. Since newer versiocns of the viewer component scroll smooth - a feature the JTable lacks to have - the integration with th table is not as nice as it could be. For demonstration purposes a sorter and a filter can be chosen from comboboxes. Scaling is possible. Renderer for the tour elements is specialized. A gap renderer is used to render the point labels.

Version:
$Id: TourenExample.java 275 2007-02-18 21:50:30Z olk $
Author:
Peter Kliem

Constructor Summary
TourenExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TourenExample

public TourenExample()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2012. All Rights Reserved.