waba.fx
Interface ISurface

All Known Implementing Classes:
Image, Window

public interface ISurface

ISurface is an interface implemented by drawing surfaces.

MainWindow and Image are two classes that implement the ISurface interface.


Method Summary
 int getWinHandle()
           
 

Method Detail

getWinHandle

public int getWinHandle()