com.esri.arcgis.schematic
Class ISchematicDatasetEventsAfterMoveNodeOnLinkEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.schematic.ISchematicDatasetEventsAfterMoveNodeOnLinkEvent
All Implemented Interfaces:
Serializable

public class ISchematicDatasetEventsAfterMoveNodeOnLinkEvent
extends EventObject

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ISchematicDatasetEventsAfterMoveNodeOnLinkEvent(Object source)
           
 
Method Summary
 IDisplay getDisplay()
           
 ISchematicInMemoryFeatureNodeOnLink getInMemoryNodeOnLink()
           
 double getRatioShift()
           
 ISchematicLayer getSchematicLayer()
           
 void init(IDisplay display, ISchematicLayer schematicLayer, ISchematicInMemoryFeatureNodeOnLink inMemoryNodeOnLink, double ratioShift)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISchematicDatasetEventsAfterMoveNodeOnLinkEvent

public ISchematicDatasetEventsAfterMoveNodeOnLinkEvent(Object source)
Method Detail

init

public void init(IDisplay display,
                 ISchematicLayer schematicLayer,
                 ISchematicInMemoryFeatureNodeOnLink inMemoryNodeOnLink,
                 double ratioShift)

getDisplay

public final IDisplay getDisplay()

getSchematicLayer

public final ISchematicLayer getSchematicLayer()

getInMemoryNodeOnLink

public final ISchematicInMemoryFeatureNodeOnLink getInMemoryNodeOnLink()

getRatioShift

public final double getRatioShift()