< prev index next >

src/java.desktop/share/classes/java/awt/Shape.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 41,51 **** * rectangles lie partly or entirely within the interior * of the {@code Shape}, and retrieve a {@code PathIterator} * object that describes the trajectory path of the {@code Shape} * outline. * <p> ! * <a name="def_insideness"><b>Definition of insideness:</b></a> * A point is considered to lie inside a * {@code Shape} if and only if: * <ul> * <li> it lies completely * inside the {@code Shape} boundary <i>or</i> --- 41,51 ---- * rectangles lie partly or entirely within the interior * of the {@code Shape}, and retrieve a {@code PathIterator} * object that describes the trajectory path of the {@code Shape} * outline. * <p> ! * <a id="def_insideness"><b>Definition of insideness:</b></a> * A point is considered to lie inside a * {@code Shape} if and only if: * <ul> * <li> it lies completely * inside the {@code Shape} boundary <i>or</i>
< prev index next >