/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | RadialGradientPaint.java | 41 * which is described by a center point and a radius. The user can also 44 * set to be the center of the circle. 82 * <center> 84 * </center> 86 * the user sets the focus so that it coincides with the center of the circle, 87 * the gradient color proportions are equal for any line drawn from the center. 89 * <center> 91 * </center> 103 * {@code RadialGradientPaint}, where the center and focus points are 107 * Point2D center 158 private final Point2D center; field in class:RadialGradientPaint 229 RadialGradientPaint(Point2D center, float radius, float[] fractions, Color[] colors) argument 311 RadialGradientPaint(Point2D center, float radius, float[] fractions, Color[] colors, CycleMethod cycleMethod) argument 401 RadialGradientPaint(Point2D center, float radius, Point2D focus, float[] fractions, Color[] colors, CycleMethod cycleMethod) argument 451 RadialGradientPaint(Point2D center, float radius, Point2D focus, float[] fractions, Color[] colors, CycleMethod cycleMethod, ColorSpaceType colorSpace, AffineTransform gradientTransform) argument [all...] |
H A D | BorderLayout.java | 33 * north, south, east, west, and center. 99 * ALIGN=center HSPACE=10 VSPACE=7> 195 * center portion of the border layout. 203 Component center; field in class:BorderLayout 208 * north, south, east, west or center. 221 * north, south, east, west or center. 228 * north, south, east, west or center. 235 * north, south, east, west or center. 262 * The center layout constraint (middle of container). 445 center [all...] |
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/ |
H A D | ExtendedSatelliteComponent.java | 145 private void moveVisibleRect(Point center) { argument 163 int cx = (int) ((double) (center.x - vx) / scale * zoomFactor); 164 int cy = (int) ((double) (center.y - vy) / scale * zoomFactor);
|
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/ |
H A D | ExtendedSatelliteComponent.java | 148 private void moveVisibleRect(Point center) { argument 166 int cx = (int) ((double) (center.x - vx) / scale * zoomFactor); 167 int cy = (int) ((double) (center.y - vy) / scale * zoomFactor);
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/ |
H A D | SynthInternalFrameTitlePane.java | 431 private int center(Component c, Insets insets, int x, method in class:SynthInternalFrameTitlePane.SynthTitlePaneLayout 454 center(menuButton, insets, insets.left, false); 457 x = center(closeButton, insets, x, true); 460 x = center(maxButton, insets, x, true); 463 x = center(iconButton, insets, x, true); 467 center(menuButton, insets, getWidth() - insets.right, 471 x = center(closeButton, insets, x, false); 474 x = center(maxButton, insets, x, false); 477 x = center(iconButton, insets, x, false);
|
H A D | ImagePainter.java | 37 * south west, west, north west and the center. The corners are defined 54 private boolean center; field in class:ImagePainter 78 boolean center) { 92 this.center = center; 104 return center; 76 ImagePainter(boolean tiles, boolean paintCenter, Insets sourceInsets, Insets destinationInsets, URL path, boolean center) argument
|
/openjdk7/jdk/src/share/classes/java/awt/geom/ |
H A D | RectangularShape.java | 142 * Returns the X coordinate of the center of the framing 145 * @return the X coordinate of the center of the framing rectangle 154 * Returns the Y coordinate of the center of the framing 157 * @return the Y coordinate of the center of the framing rectangle 276 * based on the specified center point coordinates and corner point 280 * @param centerX the X coordinate of the specified center point 281 * @param centerY the Y coordinate of the specified center point 295 * specified center <code>Point2D</code> and corner 298 * @param center the specified center <cod 302 setFrameFromCenter(Point2D center, Point2D corner) argument [all...] |
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/ |
H A D | HtmlWriter.java | 915 public void center() { method in class:HtmlWriter
|