Package hec.gfx2d

Class LogarithmicPathIterator

java.lang.Object
hec.gfx2d.LogarithmicPathIterator
All Implemented Interfaces:
PathIterator

public class LogarithmicPathIterator extends Object implements PathIterator
  • Constructor Details

    • LogarithmicPathIterator

      public LogarithmicPathIterator(double[] xvalues, double[] yvalues, int numPoints, int samples, AffineTransform at)
      Creates a logarithmic path iterator. The iterator will iterate points in the supplied arrays but will logarithmically interpolate n samples between * each point.
      Parameters:
      xvalues -
      yvalues -
      numPoints -
      samples -
    • LogarithmicPathIterator

      public LogarithmicPathIterator(float[] xvalues, float[] yvalues, int numPoints, int samples, AffineTransform at)
      Creates a logarithmic path iterator. The iterator will iterate points in the supplied arrays but will logarithmically interpolate n samples between each point.
      Parameters:
      xvalues -
      yvalues -
      numPoints -
      samples -
  • Method Details