Package org.rsbot.event.events

Examples of org.rsbot.event.events.TextPaintEvent


    });
    sh = new ScriptHandler(this);
    backBuffer = new BufferedImage(size.width, size.height, BufferedImage.TYPE_INT_RGB);
    image = new BufferedImage(size.width, size.height, BufferedImage.TYPE_INT_RGB);
    paintEvent = new PaintEvent();
    textPaintEvent = new TextPaintEvent();
    eventManager = new EventManager();
    listeners = new TreeMap<String, EventListener>();
  }
View Full Code Here

TOP

Related Classes of org.rsbot.event.events.TextPaintEvent

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.