public class PostureAndSweep extends Object
| Modifier and Type | Field and Description | 
|---|---|
static PostureAndSweep | 
CLIMBING_AND_MOTIONLESS
Constant value for (posture = climbing, sweep = motionless) 
 | 
static PostureAndSweep | 
GROUNDED_AND_MOTIONLESS
Constant value for (posture = grounded, sweep = motionless) 
 | 
static PostureAndSweep | 
ROAMING_AND_FREE_RANGING
Constant value for (posture = roaming, sweep = free-ranging) 
 | 
| Constructor and Description | 
|---|
PostureAndSweep(Posture posture,
               Sweep sweep)
Create a PostureAndSweep with a given posture and sweep 
 | 
public static final PostureAndSweep ROAMING_AND_FREE_RANGING
public static final PostureAndSweep GROUNDED_AND_MOTIONLESS
public static final PostureAndSweep CLIMBING_AND_MOTIONLESS
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.