public interface IlvInheritable
IlvMapStyle
class to tell if a style has to be inherited from its parent
or not.Modifier and Type | Method and Description |
---|---|
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.
|
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 propertytrue
if this property value is inherited
from its parent and false
otherwise.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.