Lines Matching refs:point
98 * The {@code point} argument specifies the location of the security
100 * {@code y} coordinates of the point are equal to zero, the warning will
104 * corner of the window), then the {@code point} argument represents the
125 * <li>{@code point = (2, 0)}
131 * @param point the position of the security warning in the specified
135 * @throws NullPointerException if the point argument is null
141 public static void setPosition(Window window, Point2D point,
152 if (point == null) {
154 "The point argument must not be null");
166 point, alignmentX, alignmentY);