org.jcurl.math
Interface Shaper

Package class diagram package Shaper
All Known Implementing Classes:
JCurlShaper, NaturalShaper

public interface Shaper

Turn a R1RNFunction into a Shape.

Version:
$Id$
Author:
M. Rohrmoser
See Also:
Shape

Method Summary
 Shape toShape(R1RNFunction f, double tmin, double tmax)
          Convert a given interval of a R1RNFunction into a Shape.
 

Method Detail

toShape

Shape toShape(R1RNFunction f,
              double tmin,
              double tmax)
Convert a given interval of a R1RNFunction into a Shape.

Parameters:
f - the input curve - usually the first 2 dimensions are used.
tmin - lower interval end
tmax - upper interval end
Returns:
the resulting shape, usually a GeneralPath or null if no sensible curve exists.


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