Class AllowScaleFilter

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

public class AllowScaleFilter extends Object implements UpdateFilter
  • Field Details

    • _xAxis

      protected boolean _xAxis
    • _yAxis

      protected boolean _yAxis
    • _zAxis

      protected boolean _zAxis
  • Constructor Details

    • AllowScaleFilter

      public AllowScaleFilter(boolean xAxis, boolean yAxis, boolean zAxis)
  • 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