Class MinMaxScaleFilter

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

public class MinMaxScaleFilter extends Object implements UpdateFilter
  • Field Details

    • _minScale

      protected Vector3 _minScale
    • _maxScale

      protected Vector3 _maxScale
  • Constructor Details

    • MinMaxScaleFilter

      public MinMaxScaleFilter(double min, double max)
    • MinMaxScaleFilter

      public MinMaxScaleFilter(ReadOnlyVector3 min, ReadOnlyVector3 max)
  • 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