| Package | Description |
|---|---|
| net.sf.oriented.pseudoline |
This package is for representing rank 3 oriented matroids as pseudoline drawings,
particularly in the Euclidean plane.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageOptions |
ImageOptions.defaultBlackAndWhite()
Get image options that generate a black and white image.
|
static ImageOptions |
ImageOptions.defaultColor()
Get image options that generate a color image.
|
| Modifier and Type | Method and Description |
|---|---|
RenderedImage |
PseudoLineDrawing.image(ImageOptions opt)
Returns an image of the oriented matroid with the specified options.
|