ilog.views.maps.graphic
Interface IlvInheritable

All Known Implementing Classes:
IlvGeneralPathStyle, IlvGraphicPathStyle, IlvGridStyle, IlvMapCompositeStyle, IlvMapLabelStyle, IlvMapStyle, IlvMapTextStyle, IlvMeasurePathStyle, IlvPointStyle, IlvPolylineStyle, IlvRasterStyle, IlvShadeableRasterStyle

public interface IlvInheritable

Inheritable interface. Used by the IlvMapStyle class to tell if a style has to be inherited from its parent or not.

Since:
JViews 7.5

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

setInherited

void setInherited(String propertyName,
                  boolean i)
Sets the inherited state for this property.

Parameters:
propertyName - The name of the property
i - pass true if this property value is to be inherited from its parent and false otherwise.

isInherited

boolean isInherited(String propertyName)
Tells if the property value is inherited from its parent.

Parameters:
propertyName - The name of the property
Returns:
true if this property value is inherited from its parent and false otherwise.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.