public class PointObjectAppearanceAirGroundBurst extends DisBitSet
Modifier and Type | Class and Description |
---|---|
static class |
PointObjectAppearanceAirGroundBurst.Bits |
Modifier and Type | Field and Description |
---|---|
static PointObjectAppearanceAirGroundBurst.Bits |
CHEMICAL_TYPE
Describes the chemical content of the smoke, Use
AppearanceObjectSpecificChemicalType values for this field |
static PointObjectAppearanceAirGroundBurst.Bits |
HEIGHT
8-bit unsigned integer indicating the height in meters of the cylinder which approximates an individual burst
|
static PointObjectAppearanceAirGroundBurst.Bits |
NUMBER_OF_BURSTS
6-bit unsigned integer indicating the number of bursts in the instance of tactical smoke
|
static PointObjectAppearanceAirGroundBurst.Bits |
OPACITY_PERCENT
8-bit unsigned integer indicating the percent opacity of the smoke (0..100)
|
static PointObjectAppearanceAirGroundBurst.Bits |
SIZE
8-bit unsigned integer indicating the radius in meters of the cylinder which approximates an individual burst
|
Constructor and Description |
---|
PointObjectAppearanceAirGroundBurst() |
PointObjectAppearanceAirGroundBurst(PointObjectAppearanceAirGroundBurst.Bits wh,
int i) |
Modifier and Type | Method and Description |
---|---|
PointObjectAppearanceAirGroundBurst |
set(int start,
int length,
int val) |
PointObjectAppearanceAirGroundBurst |
set(PointObjectAppearanceAirGroundBurst.Bits wh,
int val) |
calculateMask, calculateMask, getMarshalledSize, marshal, marshal, marshallCommon, setbits, unmarshal, unmarshal
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, toString, valueOf, valueOf, valueOf, valueOf, xor
public static PointObjectAppearanceAirGroundBurst.Bits OPACITY_PERCENT
public static PointObjectAppearanceAirGroundBurst.Bits SIZE
public static PointObjectAppearanceAirGroundBurst.Bits HEIGHT
public static PointObjectAppearanceAirGroundBurst.Bits NUMBER_OF_BURSTS
public static PointObjectAppearanceAirGroundBurst.Bits CHEMICAL_TYPE
AppearanceObjectSpecificChemicalType
values for this fieldpublic PointObjectAppearanceAirGroundBurst()
public PointObjectAppearanceAirGroundBurst(PointObjectAppearanceAirGroundBurst.Bits wh, int i)
public PointObjectAppearanceAirGroundBurst set(PointObjectAppearanceAirGroundBurst.Bits wh, int val)
public PointObjectAppearanceAirGroundBurst set(int start, int length, int val)