Method | Description | |
---|---|---|
LayerCollection ( string identifier ) : System | ||
LayerCollection ( string identifier, int priority ) : System | ||
comparePriority ( Object x, Object y ) : int | ||
get ( string identifier ) : Layer | ||
sortByPriority ( ) : void |
Sort layers in collection by layer priority.
|
public LayerCollection ( string identifier ) : System | ||
identifier | string | |
return | System |
public LayerCollection ( string identifier, int priority ) : System | ||
identifier | string | |
priority | int | |
return | System |
public comparePriority ( Object x, Object y ) : int | ||
x | Object | |
y | Object | |
return | int |