simtools.diagram
Interface DiagramComponent.ContextualDrawingProvider

All Known Implementing Classes:
Java3dShape, Plot, TimePlot, TimePlot
Enclosing class:
DiagramComponent

public static interface DiagramComponent.ContextualDrawingProvider

An interface implemented by diagram elements which provide a ContextualDrawing when mouse button 2 is pressed on them while they are selected


Method Summary
 DiagramComponent.ContextualDrawing getContextualDrawing(DiagramSelection s)
           
 

Method Detail

getContextualDrawing

DiagramComponent.ContextualDrawing getContextualDrawing(DiagramSelection s)