Package | Description |
---|---|
signalprocesser.voronoi.shapegeneration |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<VPoint> |
ShapeGeneration.addRandomPoints(java.util.ArrayList<VPoint> points_original,
boolean splitlonglines,
int shapepoints,
int shapepoint_mindensity,
int internalpoints,
int internal_mindensity) |
static java.util.ArrayList<VPoint> |
ShapeGeneration.createShapeOutline(java.lang.String text,
java.awt.Rectangle bounds,
java.awt.Font font)
Note: shape returning is not always exactly inside the bounds - for example,
if the text requested is a "g" - the foot of the g may over hang the lower
bounds.
|