|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||