public class ActorSelectorLimits extends 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<Integer> |
getPolygonVertexLimit()
Get the optionally defined vertex limit for polygons.
|
com.google.common.base.Optional<Integer> |
getPolyhedronVertexLimit()
Get the optionally defined vertex limit for polyhedrons.
|
public ActorSelectorLimits(LocalConfiguration configuration, Actor actor)
public com.google.common.base.Optional<Integer> getPolygonVertexLimit()
SelectorLimitsIf one is not present, then there is no limitation.
getPolygonVertexLimit in interface SelectorLimitspublic com.google.common.base.Optional<Integer> getPolyhedronVertexLimit()
SelectorLimitsIf one is not present, then there is no limitation.
getPolyhedronVertexLimit in interface SelectorLimitspublic static ActorSelectorLimits forActor(Actor actor)
Copyright © 2010-2014. All Rights Reserved.