| Package | Description |
|---|---|
| org.openimaj.image.renderer |
| Modifier and Type | Field and Description |
|---|---|
protected RenderHints.DrawingAlgorithm |
RenderHints.drawingAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
static RenderHints.DrawingAlgorithm |
RenderHints.DrawingAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderHints.DrawingAlgorithm[] |
RenderHints.DrawingAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RenderHints(RenderHints.DrawingAlgorithm drawingAlgorithm)
Construct with the given drawing algorithm
|