public abstract class TransformAdapter.Region
extends java.lang.Object
| Constructor and Description | 
|---|
TransformAdapter.Region()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Location | 
getLocation()  | 
abstract java.util.List<Location> | 
getLocations()  | 
abstract ModelAdapter | 
getModel()  | 
public abstract ModelAdapter getModel()
public abstract Location getLocation()
public abstract java.util.List<Location> getLocations()