Uses of Class
nodebox.graphics.AbstractGeometry

Uses of AbstractGeometry in nodebox.graphics
 

Subclasses of AbstractGeometry in nodebox.graphics
 class Contour
           
 class Geometry
           
 class Path
          Base class for all geometric (vector) data.
 

Methods in nodebox.graphics that return AbstractGeometry
 AbstractGeometry Path.mapPoints(com.google.common.base.Function<Point,Point> pointFunction)
           
 AbstractGeometry Geometry.mapPoints(com.google.common.base.Function<Point,Point> pointFunction)
           
 AbstractGeometry Contour.mapPoints(com.google.common.base.Function<Point,Point> pointFunction)
           
abstract  AbstractGeometry AbstractGeometry.mapPoints(com.google.common.base.Function<Point,Point> pointFunction)
          Change all points in the geometry and return a mutated copy.
 



Copyright © 2013. All Rights Reserved.