| Package | Description |
|---|---|
| com.io7m.jspatial.api.quadtrees |
Quadtree API specification.
|
| com.io7m.jspatial.implementation |
Main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
QuadTreeConfigurationI |
QuadTreeConfigurationI.Builder.build()
Builds a new
QuadTreeConfigurationI. |
static QuadTreeConfigurationI |
QuadTreeConfigurationI.copyOf(QuadTreeConfigurationIType instance)
Creates an immutable copy of a
QuadTreeConfigurationIType value. |
static QuadTreeConfigurationI |
QuadTreeConfigurationI.of(com.io7m.jregions.core.unparameterized.areas.AreaI area,
int minimumQuadrantWidth,
int minimumQuadrantHeight,
boolean trimOnRemove)
Construct a new immutable
QuadTreeConfigurationI instance. |
QuadTreeConfigurationI |
QuadTreeConfigurationI.withArea(com.io7m.jregions.core.unparameterized.areas.AreaI value)
Copy the current immutable object by setting a value for the
area attribute. |
QuadTreeConfigurationI |
QuadTreeConfigurationI.withMinimumQuadrantHeight(int value)
Copy the current immutable object by setting a value for the
minimumQuadrantHeight attribute. |
QuadTreeConfigurationI |
QuadTreeConfigurationI.withMinimumQuadrantWidth(int value)
Copy the current immutable object by setting a value for the
minimumQuadrantWidth attribute. |
QuadTreeConfigurationI |
QuadTreeConfigurationI.withTrimOnRemove(boolean value)
Copy the current immutable object by setting a value for the
trimOnRemove attribute. |
| Modifier and Type | Method and Description |
|---|---|
<A> QuadTreeIType<A> |
QuadTreeSupplierIType.create(QuadTreeConfigurationI config)
Create a new tree based on the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
<A> QuadTreeIType<A> |
QuadTreeSupplierI.create(QuadTreeConfigurationI config) |
static <T> QuadTreeIType<T> |
QuadTreeI.create(QuadTreeConfigurationI config)
Create a new empty tree with the given bounds.
|
Copyright © 2017 <code@io7m.com> http://io7m.com