Class ManipulationDeltaEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: PresentationCore
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Input.ManipulationDeltaEventArgs
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • ManipulationDeltaEventArgs

        public ManipulationDeltaEventArgs​(java.lang.Object instance)
                                   throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • ManipulationDeltaEventArgs

        public ManipulationDeltaEventArgs()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Cancel

        public boolean Cancel()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Complete

        public void Complete()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • StartInertia

        public void StartInertia()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsInertial

        public boolean getIsInertial()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsInertial

        public void setIsInertial​(boolean IsInertial)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getManipulationContainer

        public IInputElement getManipulationContainer()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setManipulationContainer

        public void setManipulationContainer​(IInputElement ManipulationContainer)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCumulativeManipulation

        public ManipulationDelta getCumulativeManipulation()
                                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCumulativeManipulation

        public void setCumulativeManipulation​(ManipulationDelta CumulativeManipulation)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDeltaManipulation

        public ManipulationDelta getDeltaManipulation()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDeltaManipulation

        public void setDeltaManipulation​(ManipulationDelta DeltaManipulation)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVelocities

        public ManipulationVelocities getVelocities()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVelocities

        public void setVelocities​(ManipulationVelocities Velocities)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getManipulationOrigin

        public Point getManipulationOrigin()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setManipulationOrigin

        public void setManipulationOrigin​(Point ManipulationOrigin)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable