ilog.views
Class IlvGrapherObjectProperty

java.lang.Object
  extended by ilog.views.IlvObjectProperty
      extended by ilog.views.IlvGrapherObjectProperty
All Implemented Interfaces:
Serializable

public class IlvGrapherObjectProperty
extends IlvObjectProperty

This property is stored in an IlvGraphic object, when this object is added to an IlvGrapher. This class is part of the internal mechanism of IlvManager, IlvGrapher and IlvHyperGrapher. You should not use this class.

Since:
JViews 8.0
See Also:
Serialized Form

Constructor Summary
protected IlvGrapherObjectProperty(boolean isNode)
          Constructs a grapher object property.
 
Method Summary
 boolean isHyperEdge()
          Returns true if the object associated with the property is a hyperedge.
 boolean isLink()
          Returns true if the object associated with the property is a link.
 boolean isNode()
          Returns true if the object associated with the property is a node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvGrapherObjectProperty

protected IlvGrapherObjectProperty(boolean isNode)
Constructs a grapher object property.

Method Detail

isNode

public boolean isNode()
Returns true if the object associated with the property is a node.


isLink

public boolean isLink()
Returns true if the object associated with the property is a link.


isHyperEdge

public boolean isHyperEdge()
Returns true if the object associated with the property is a hyperedge.



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