jfract V1.0a

org.jfract.abstractBeans
Interface MapLineAttractor

All Known Implementing Classes:
AbstractLineAttractor

public interface MapLineAttractor


Method Summary
 Location getDefaultLocation()
          get the default location
 VectorDouble getFirstVector()
          get the first line of the iteration it should be a stable point
 VectorDouble getNextLine(VectorDouble vector)
          get the next line of the attractor
 double[] getProjection(VectorDouble vector)
          get the projection on x,y as an array [x0, y0, x1, y1]
 

Method Detail

getNextLine

public VectorDouble getNextLine(VectorDouble vector)
get the next line of the attractor

getFirstVector

public VectorDouble getFirstVector()
get the first line of the iteration it should be a stable point

getProjection

public double[] getProjection(VectorDouble vector)
get the projection on x,y as an array [x0, y0, x1, y1]

getDefaultLocation

public Location getDefaultLocation()
get the default location

jfract V1.0a

Generee le 27.09.2002 08:21:59 PM