Uses of Class
nodebox.graphics.Geometry

Uses of Geometry in nodebox.graphics
 

Methods in nodebox.graphics that return Geometry
 Geometry Path.asGeometry()
          Wrap the current path in a geometry object.
 Geometry Canvas.asGeometry()
          Convert the current canvas into a geometry object.
 Geometry Canvas.asGeometry(boolean clone)
          Convert the current canvas into a geometry object.
 Geometry Geometry.clone()
           
 Geometry GeometryContext.getGeometry()
           
 Geometry Transform.map(Geometry g)
           
 Geometry Geometry.resampleByAmount(int amount, boolean perContour)
           
 Geometry Geometry.resampleByLength(double segmentLength)
           
 

Methods in nodebox.graphics with parameters of type Geometry
 void Geometry.add(Geometry geometry)
          Convenience function that extends the current geometry with the given geometry.
 void Geometry.extend(Geometry g)
          Create copies of all paths in the given group and append them to myself.
 boolean Geometry.intersects(Geometry g2)
           
 Geometry Transform.map(Geometry g)
           
 

Constructors in nodebox.graphics with parameters of type Geometry
Geometry(Geometry other)
           
GeometryContext(Geometry geometry)
           
 



Copyright © 2013. All Rights Reserved.