Class ManipulationCompletedEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: PresentationCore, Version=9.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.ManipulationCompletedEventArgs
        See Also:
        Constant Field Values
      • classType

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

      • ManipulationCompletedEventArgs

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

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

      • Cancel

        public boolean Cancel()
                       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
      • getTotalManipulation

        public ManipulationDelta getTotalManipulation()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTotalManipulation

        public void setTotalManipulation​(ManipulationDelta TotalManipulation)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFinalVelocities

        public ManipulationVelocities getFinalVelocities()
                                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setFinalVelocities

        public void setFinalVelocities​(ManipulationVelocities FinalVelocities)
                                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