org.jcurl.zui.piccolo
Class PTrajectoryFactory.Compare

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

public static class PTrajectoryFactory.Compare
extends PTrajectoryFactory

For testing reasons only: Show 2 thin lines, one for high-sampled lineTo and on for low-sampled quadTo/curveTo.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jcurl.zui.piccolo.PTrajectoryFactory
PTrajectoryFactory.Compare, PTrajectoryFactory.Fancy
 
Constructor Summary
PTrajectoryFactory.Compare()
           
 
Method Summary
protected  void addSegment(R1RNFunction src, double tmin, double tmax, boolean isDark, PNode dst)
           
 
Methods inherited from class org.jcurl.zui.piccolo.PTrajectoryFactory
post, pre
 
Methods inherited from class org.jcurl.core.ui.GenTrajectoryFactory
refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTrajectoryFactory.Compare

public PTrajectoryFactory.Compare()
Method Detail

addSegment

protected void addSegment(R1RNFunction src,
                          double tmin,
                          double tmax,
                          boolean isDark,
                          PNode dst)
Specified by:
addSegment in class GenTrajectoryFactory<PNode>


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