ilog.views.maps.graphic.style
Class IlvPropertyDescriptorManager.Dependency

java.lang.Object
  extended by ilog.views.maps.graphic.style.IlvPropertyDescriptorManager.Dependency
Direct Known Subclasses:
IlvPropertyDescriptorManager.ShowHideDependency
Enclosing class:
IlvPropertyDescriptorManager

public abstract static class IlvPropertyDescriptorManager.Dependency
extends Object

Dependency describes the dependency between two PropertyDescriptor objects.

Since:
JViews 8.0

Constructor Summary
IlvPropertyDescriptorManager.Dependency()
          Constructs an empty Dependency object.
IlvPropertyDescriptorManager.Dependency(PropertyDescriptor src, PropertyDescriptor dst, Object v)
          Describes a dependency between the two property descriptors.
 
Method Summary
 PropertyDescriptor getDestination()
          Returns the destination dependency.
 PropertyDescriptor getSource()
          Returns the source dependency.
 Object getValue()
          Returns the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvPropertyDescriptorManager.Dependency

public IlvPropertyDescriptorManager.Dependency()
Constructs an empty Dependency object.


IlvPropertyDescriptorManager.Dependency

public IlvPropertyDescriptorManager.Dependency(PropertyDescriptor src,
                                               PropertyDescriptor dst,
                                               Object v)
Describes a dependency between the two property descriptors.

Parameters:
src - The source of the dependency.
dst - The destination of the dependency.
v - The value.
Method Detail

getSource

public PropertyDescriptor getSource()
Returns the source dependency.

Returns:
The source dependency.

getDestination

public PropertyDescriptor getDestination()
Returns the destination dependency.

Returns:
The destination dependency.

getValue

public Object getValue()
Returns the value.

Returns:
The value.


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