Searched refs:getShape (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLAreaElement.java90 public String getShape(); method in interface:HTMLAreaElement
H A DHTMLAnchorElement.java107 public String getShape(); method in interface:HTMLAnchorElement
/openjdk7/jdk/test/java/awt/FullScreen/TranslucentWindow/
H A DTranslucentWindow.java69 if (f.getShape() != null) {
/openjdk7/jdk/src/share/classes/com/sun/awt/
H A DAWTUtilities.java223 return AWTAccessor.getWindowAccessor().getShape(window);
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsDevice.java287 if (w.getShape() != null) {
H A DFrame.java912 * @see Window#getShape
929 if (getShape() != null) {
H A DWindow.java358 * @see #getShape()
3625 public Shape getShape() { method in class:Window
3670 * @see Window#getShape()
4010 public Shape getShape(Window window) {
4011 return window.getShape();
H A DDialog.java1282 * @see Window#getShape
1298 if (getShape() != null) {
/openjdk7/jdk/test/java/awt/Frame/ShapeNotSetSometimes/
H A DShapeNotSetSometimes.java92 System.out.println("Checking " + window.getClass().getSuperclass().getName() + " with " + shape_name + " shape (" + window.getShape() + ")...");
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java107 public abstract Shape getShape(); method in class:RenderClipTest.AnnotatedShapeOp
110 g2d.fill(getShape());
114 g2d.draw(getShape());
755 public Shape getShape() { method in class:RenderClipTest.Cubic
820 public Shape getShape() { method in class:RenderClipTest.Quad
915 public Shape getShape() { method in class:RenderClipTest.Poly
1067 public Shape getShape() { method in class:RenderClipTest.Path
1165 public Shape getShape() { method in class:RenderClipTest.Rect
1224 public Shape getShape() { method in class:RenderClipTest.Line
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWWindowPeer.java185 Shape shape = ((Window)target).getShape();
569 Shape shape = AWTAccessor.getWindowAccessor().getShape((Window)target);
696 Shape shape = ((Window)target).getShape();
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java114 return filler.getShape();
780 public Shape getShape() { method in class:DuctusRenderingEngine.FillAdapter
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAccessor.java266 Shape getShape(Window window); method in interface:AWTAccessor.WindowAccessor
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowPeer.java445 // Shape shape = ((Window)target).getShape();
446 Shape shape = AWTAccessor.getWindowAccessor().getShape((Window)target);
2217 Shape shape = AWTAccessor.getWindowAccessor().getShape((Window)target);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java196 final Shape shape = getTarget().getShape();

Completed in 100 milliseconds