| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Region
A context in which gears are rendered. The Region defines the dimensions and the layout of gears.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  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 | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
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)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||