public class IlvGrapherObjectProperty extends IlvObjectProperty
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.Modifier | Constructor and Description |
---|---|
protected |
IlvGrapherObjectProperty(boolean isNode)
Constructs a grapher object property.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected IlvGrapherObjectProperty(boolean isNode)
public boolean isNode()
public boolean isLink()
public boolean isHyperEdge()
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.