org.jcurl.zui.piccolo
Class PTrajectoryFactory

Package class diagram package PTrajectoryFactory
java.lang.Object
  extended by org.jcurl.core.ui.GenTrajectoryFactory<PNode>
      extended by org.jcurl.zui.piccolo.PTrajectoryFactory
All Implemented Interfaces:
Factory
Direct Known Subclasses:
PTrajectoryFactory.Compare, PTrajectoryFactory.Fancy

public abstract class PTrajectoryFactory
extends GenTrajectoryFactory<PNode>

Create an unpickable PNode for a combined curve describing the path of one rock.

Version:
$Id:PTrajectoryFactory.java 795 2008-03-19 13:40:42Z mrohrmoser $
Author:
M. Rohrmoser

Nested Class Summary
static class PTrajectoryFactory.Compare
          For testing reasons only: Show 2 thin lines, one for high-sampled lineTo and on for low-sampled quadTo/curveTo.
static class PTrajectoryFactory.Fancy
           
 
Constructor Summary
PTrajectoryFactory()
           
 
Method Summary
protected  PNode post(PNode parent)
           
protected  PNode pre(PNode parent)
           
 
Methods inherited from class org.jcurl.core.ui.GenTrajectoryFactory
addSegment, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTrajectoryFactory

public PTrajectoryFactory()
Method Detail

post

protected PNode post(PNode parent)
Specified by:
post in class GenTrajectoryFactory<PNode>

pre

protected PNode pre(PNode parent)
Specified by:
pre in class GenTrajectoryFactory<PNode>


Copyright © 2005-2009 jcurl.org. All Rights Reserved.