Interface ICustomContext

All Superinterfaces:
IContext, ILocationContext, IPropertyBag
All Known Subinterfaces:
IDoubleClickContext, ISingleClickContext
All Known Implementing Classes:
AbstractClickContext, CustomContext, DoubleClickContext, SingleClickContext

public interface ICustomContext extends ILocationContext
The Interface ICustomContext.
  • Method Details

    • getPictogramElements

      PictogramElement[] getPictogramElements()
      Gets the pictogram elements.
      Returns:
      the currently selected pictogram elements
    • getInnerPictogramElement

      PictogramElement getInnerPictogramElement()
      Gets the inner pictogram element.
      Returns:
      the pictogram element at the mouse click position
    • getInnerGraphicsAlgorithm

      GraphicsAlgorithm getInnerGraphicsAlgorithm()
      Gets the inner graphics algorithm.
      Returns:
      the graphics algorithm at the mouse click position