Package org.mt4j.input.gestureAction

Examples of org.mt4j.input.gestureAction.DefaultSvgButtonClickAction


   
    this.setSvgOptions(this, AbstractShape.BOUNDS_CHECK_THEN_GEOMETRY_CHECK );
   
    this.setGestureAllowance(TapProcessor.class, true);
    this.registerInputProcessor(new TapProcessor(pa));
    this.addGestureListener(TapProcessor.class, new DefaultSvgButtonClickAction(this));
   
    //Draw this component and its children above
    //everything previously drawn and avoid z-fighting
    this.setDepthBufferDisabled(true);
  }
View Full Code Here

TOP

Related Classes of org.mt4j.input.gestureAction.DefaultSvgButtonClickAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.