|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvInheritable
Inheritable interface. Used by the IlvMapStyle
class to tell if a style has to be inherited from its parent
or not.
| Method Summary | |
|---|---|
boolean |
isInherited(String propertyName)
Tells if the property value is inherited from its parent. |
void |
setInherited(String propertyName,
boolean i)
Sets the inherited state for this property. |
| Method Detail |
|---|
void setInherited(String propertyName,
boolean i)
propertyName - The name of the propertyi - pass true if this property value is
to be inherited from its parent and false otherwise.boolean isInherited(String propertyName)
propertyName - The name of the property
true if this property value is inherited
from its parent and false otherwise.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||