public class ActorSelectorLimits extends java.lang.Object implements SelectorLimits
Constructor and Description |
---|
ActorSelectorLimits(LocalConfiguration configuration,
Actor actor) |
Modifier and Type | Method and Description |
---|---|
static ActorSelectorLimits |
forActor(Actor actor) |
com.google.common.base.Optional<java.lang.Integer> |
getPolygonVertexLimit()
Get the optionally defined vertex limit for polygons.
|
com.google.common.base.Optional<java.lang.Integer> |
getPolyhedronVertexLimit()
Get the optionally defined vertex limit for polyhedrons.
|
public ActorSelectorLimits(LocalConfiguration configuration, Actor actor)
public com.google.common.base.Optional<java.lang.Integer> getPolygonVertexLimit()
SelectorLimits
If one is not present, then there is no limitation.
getPolygonVertexLimit
in interface SelectorLimits
public com.google.common.base.Optional<java.lang.Integer> getPolyhedronVertexLimit()
SelectorLimits
If one is not present, then there is no limitation.
getPolyhedronVertexLimit
in interface SelectorLimits
public static ActorSelectorLimits forActor(Actor actor)