Searched defs:GDIWindowSurfaceData (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java53 public class GDIWindowSurfaceData extends SurfaceData { class in inherits:SurfaceData
128 public static GDIWindowSurfaceData createData(WComponentPeer peer) {
130 return new GDIWindowSurfaceData(peer, sType);
241 private GDIWindowSurfaceData(WComponentPeer peer, SurfaceType sType) { method in class:GDIWindowSurfaceData

Completed in 420 milliseconds