Package hec.gfx2d

Interface G2dEditComponent

All Known Subinterfaces:
G2dViewportEditComponent
All Known Implementing Classes:
Viewport

public interface G2dEditComponent
Class interface for objects that want to receive pointer events from the G2dPointerAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    objectPopupMenu(LocalPt pt, int modifiers)
    Method to show a popup menu at the given point.
    void
    Method called when the pointer is over a given point
  • Method Details

    • objectPopupMenu

      boolean objectPopupMenu(LocalPt pt, int modifiers)
      Method to show a popup menu at the given point.
      Parameters:
      pt - - the point to place the popup menu;
      modifiers - - the modifiers from the mouse event
    • pointerOver

      void pointerOver(LocalPt pt)
      Method called when the pointer is over a given point
      Parameters:
      pt - - the point in which the pointer is over
    • getGlyphVector

      Vector getGlyphVector()