Uses of Class
nodebox.graphics.Contour

Uses of Contour in nodebox.graphics
 

Methods in nodebox.graphics that return Contour
 Contour Contour.clone()
           
 Contour Path.contourAt(double t)
           
 Contour Contour.resampleByAmount(int amount)
          Generate new geometry with the given amount of points along the shape of the original geometry.
 Contour Contour.resampleByAmount(int amount, boolean perContour)
          Generate new geometry with the given amount of points along the shape of the original geometry.
 Contour Contour.resampleByLength(double segmentLength)
          Generate new geometry with points along the shape of the original geometry, spaced at the given length.
 

Methods in nodebox.graphics that return types with arguments of type Contour
 List<Contour> Path.getContours()
          Get the contours of a geometry object.
 

Methods in nodebox.graphics with parameters of type Contour
 void Path.add(Contour c)
          Add the given contour.
 

Constructors in nodebox.graphics with parameters of type Contour
Contour(Contour other)
           
Path(Contour c)
           
 



Copyright © 2013. All Rights Reserved.