Class PlaneBoundaryFilter

java.lang.Object
com.ardor3d.extension.interact.filter.PlaneBoundaryFilter
All Implemented Interfaces:
UpdateFilter

public class PlaneBoundaryFilter extends Object implements UpdateFilter
  • Constructor Details

    • PlaneBoundaryFilter

      public PlaneBoundaryFilter(ReadOnlyPlane... planes)
  • Method Details

    • applyFilter

      public void applyFilter(InteractManager manager)
      Description copied from interface: UpdateFilter
      Called after a successful application of mouse/key input.
      Specified by:
      applyFilter in interface UpdateFilter
      Parameters:
      manager - the manager
    • beginDrag

      public void beginDrag(InteractManager manager)
      Description copied from interface: UpdateFilter
      Callback for when a control begins a drag operation.
      Specified by:
      beginDrag in interface UpdateFilter
      Parameters:
      manager - the manager
    • endDrag

      public void endDrag(InteractManager manager)
      Description copied from interface: UpdateFilter
      Callback for when a control ends a drag operation.
      Specified by:
      endDrag in interface UpdateFilter
      Parameters:
      manager - the manager