public interface Region
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Modifier and Type | Method and Description |
---|---|
Gear[] |
getGears()
Deprecated.
|
java.util.Set |
getGearSet()
Access all the gears of the region as a list of gear objects
|
RegionHeightEnum |
getHeight()
Access the hight of the region
|
java.lang.String |
getId()
Access the id of the region
|
java.lang.String |
getName()
Access the name of the region
|
RegionDefinition |
getRegionDefinition()
Access the region definition for this region
|
RegionWidthEnum |
getWidth()
Access the width of the region
|
boolean |
isFixed()
True if the region is fixed
|
void |
setGears(java.util.Collection pGears)
Set the given array of gears to this region
|
static final java.lang.String CLASS_VERSION
java.lang.String getId()
java.lang.String getName()
RegionWidthEnum getWidth()
RegionHeightEnum getHeight()
boolean isFixed()
Gear[] getGears()
java.util.Set getGearSet()
RegionDefinition getRegionDefinition()
void setGears(java.util.Collection pGears)