TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.igc.alg.internal
Interface IAlg

All Known Implementing Classes:
LineAlg, Segment, Spline3Alg, Spline4Alg, SplineAlg, SplineNAlg

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IAlg

Simple interface to federate few path generation algorithm.


Method Summary
 void backTangent(IVector vector)
          Deprecated. fill in vector the back tangent at last generated point( must call nextPoint() before and check nextPoint() return true).
 void frontTangent(IVector vector)
          Deprecated. fill in vector the front tangent at last generated point( must call nextPoint() before and check nextPoint() return true).
 boolean nextPoint(IPoint point)
          Deprecated.  
 

Method Detail

nextPoint

boolean nextPoint(IPoint point)
Deprecated. 
Returns:
true if point have been filled by next point generated by this algorithm. false means no more points.

backTangent

void backTangent(IVector vector)
Deprecated. 
fill in vector the back tangent at last generated point( must call nextPoint() before and check nextPoint() return true).


frontTangent

void frontTangent(IVector vector)
Deprecated. 
fill in vector the front tangent at last generated point( must call nextPoint() before and check nextPoint() return true).


TPTP 4.5.0 Platform Project
Internal API Specification