|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of IGeometry in nodebox.graphics |
|---|
| Classes in nodebox.graphics that implement IGeometry | |
|---|---|
class |
AbstractGeometry
|
class |
Contour
|
class |
Geometry
|
class |
Path
Base class for all geometric (vector) data. |
| Methods in nodebox.graphics that return IGeometry | |
|---|---|
IGeometry |
IGeometry.clone()
Clone the geometry, returning a new copy that is totally independent from the original. |
abstract IGeometry |
AbstractGeometry.clone()
|
IGeometry |
IGeometry.flattened()
Make a flattened copy of the geometry. |
IGeometry |
Geometry.flattened()
|
IGeometry |
Contour.flattened()
|
IGeometry |
Transform.map(IGeometry shape)
|
IGeometry |
IGeometry.resampleByAmount(int amount,
boolean perContour)
Generate new geometry with the given amount of points along the shape of the original geometry. |
IGeometry |
IGeometry.resampleByLength(double segmentLength)
Generate new geometry with points along the shape of the original geometry, spaced at the given length. |
| Methods in nodebox.graphics with parameters of type IGeometry | |
|---|---|
IGeometry |
Transform.map(IGeometry shape)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||