Searched refs:Shape (Results 1 - 25 of 164) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/java/awt/
H A DStroke.java30 * {@link Graphics2D} object to obtain a {@link Shape} that is the
32 * of the specified <code>Shape</code>.
33 * Stroking a <code>Shape</code> is like tracing its outline with a
36 * outline <code>Shape</code>.
39 * outline <code>Shape</code> returned by a <code>Stroke</code> object
60 * Returns an outline <code>Shape</code> which encloses the area that
61 * should be painted when the <code>Shape</code> is stroked according
64 * @param p a <code>Shape</code> to be stroked
65 * @return the stroked outline <code>Shape</code>.
67 Shape createStrokedShap
[all...]
H A DShape.java34 * The <code>Shape</code> interface provides definitions for objects
35 * that represent some form of geometric shape. The <code>Shape</code>
37 * outline of the <code>Shape</code> as well as a rule for determining
39 * points. Each <code>Shape</code> object provides callbacks to get the
42 * of the <code>Shape</code>, and retrieve a <code>PathIterator</code>
43 * object that describes the trajectory path of the <code>Shape</code>
48 * <code>Shape</code> if and only if:
51 * inside the<code>Shape</code> boundary <i>or</i>
53 * it lies exactly on the <code>Shape</code> boundary <i>and</i> the
63 * consider the interior of a <code>Shape</cod
78 public interface Shape { interface
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DShapeDrawPipe.java28 import java.awt.Shape;
33 * can use to pass on responsibility for drawing generic Shape
37 public void draw(SunGraphics2D sg, Shape s);
39 public void fill(SunGraphics2D sg, Shape s);
H A DCompositePipe.java29 import java.awt.Shape;
38 public Object startSequence(SunGraphics2D sg, Shape s, Rectangle dev,
H A DRenderingEngine.java28 import java.awt.Shape;
47 * <dt>Shape createStrokedShape(Shape, [BasicStroke attributes]);
50 * <dt>void strokeTo(Shape, [rendering parameters], PathConsumer2D);
53 * This procedure avoids having to create an intermediate Shape
56 * <dt>AATileGenerator getAATileGenerator(Shape, [rendering parameters]);
171 * The specified {@code src} {@link Shape} is widened according
182 * @return the widened path stored in a new {@code Shape} object
185 public abstract Shape createStrokedShape(Shape sr
[all...]
H A DAlphaColorPipe.java29 import java.awt.Shape;
41 public Object startSequence(SunGraphics2D sg, Shape s, Rectangle dev,
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DLayeredHighlighter.java28 import java.awt.Shape;
50 Shape viewBounds,
59 public abstract Shape paintLayer(Graphics g, int p0, int p1,
60 Shape viewBounds,JTextComponent editor,
H A DHighlighter.java29 import java.awt.Shape;
123 public void paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c);
H A DIconView.java70 public void paint(Graphics g, Shape a) {
130 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
155 public int viewToModel(float x, float y, Shape a, Position.Bias[] bias) {
H A DView.java145 <li><a href="#paint(java.awt.Graphics, java.awt.Shape)">paint</a>
156 <li><a href="#modelToView(int, javax.swing.text.Position.Bias, int, javax.swing.text.Position.Bias, java.awt.Shape)">modelToView</a>
157 <li><a href="#viewToModel(float, float, java.awt.Shape, javax.swing.text.Position.Bias[])">viewToModel</a>
317 public abstract void paint(Graphics g, Shape allocation);
469 public Shape getChildAllocation(int index, Shape a) {
497 public int getNextVisualPositionFrom(int pos, Position.Bias b, Shape a,
587 public abstract Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException;
618 public Shape modelToVie
[all...]
H A DFieldView.java79 protected Shape adjustAllocation(Shape a) {
185 public void paint(Graphics g, Shape a) {
194 Shape adjustPaintRegion(Shape a) {
264 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
279 public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) {
292 public void insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) {
306 public void removeUpdate(DocumentEvent changes, Shape
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DRenderContext.java56 * are cloned. The RenderingHints and Shape parameters are not
58 * Altering RenderingHints or Shape instances that are in use by
70 Shape aoi;
73 // specificity. If the Shape is missing the whole renderable area
78 * The area of interest is supplied as a Shape,
82 * @param aoi a Shape representing the area of interest.
86 Shape aoi,
117 * The area of interest is supplied as a Shape.
121 * @param aoi a Shape representing the area of interest.
123 public RenderContext(AffineTransform usr2dev, Shape ao
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLabel.java33 import java.awt.Shape;
76 public abstract Shape getOutline(float x, float y);
114 public Shape getOutline() {
H A DDelegatingShape.java29 import java.awt.Shape;
36 * To avoid people downcasting Shape to a known mutable subclass and
40 public final class DelegatingShape implements Shape {
41 Shape delegate;
43 public DelegatingShape(Shape delegate) {
H A DTextLineComponent.java35 import java.awt.Shape;
49 public Shape getOutline(float x, float y);
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DGeneralPath.java28 import java.awt.Shape;
39 * support all of the functionality of the {@link Shape} and
97 * {@link Shape} object.
99 * taken from the specified <code>Shape</code> object.
101 * @param s the specified <code>Shape</code> object
104 public GeneralPath(Shape s) {
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DShapeGraphicAttribute.java43 import java.awt.Shape;
47 import java.awt.Shape;
58 private Shape fShape;
76 * {@link Shape}.
77 * @param shape the <code>Shape</code> to render. The
78 * <code>Shape</code> is rendered with its origin at the origin of
84 * @param stroke <code>true</code> if the <code>Shape</code> should be
85 * stroked; <code>false</code> if the <code>Shape</code> should be
88 public ShapeGraphicAttribute(Shape shape,
102 * distance from the origin of its <code>Shape</cod
[all...]
H A DGlyphVector.java39 import java.awt.Shape;
100 * Methods are provided to return a {@link Shape} for the
282 * Returns a <code>Shape</code> whose interior corresponds to the
284 * @return a <code>Shape</code> that is the outline of this
287 public abstract Shape getOutline();
290 * Returns a <code>Shape</code> whose interior corresponds to the
295 * @return a <code>Shape</code> that is the outline of this
299 public abstract Shape getOutline(float x, float y);
302 * Returns a <code>Shape</code> whose interior corresponds to the
308 * @return a <code>Shape</cod
[all...]
H A DGraphicAttribute.java45 import java.awt.Shape;
154 * Return a {@link java.awt.Shape} that represents the region that
164 * @return a <code>Shape</code> representing this graphic attribute,
168 public Shape getOutline(AffineTransform tx) {
169 Shape b = getBounds();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaHighlighter.java85 public void paint(final Graphics g, final int offs0, final int offs1, final Shape bounds, final JTextComponent c) {
90 public Shape paintLayer(final Graphics g, final int offs0, final int offs1, final Shape bounds, final JTextComponent c, final View view) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextFieldUI.java208 Shape adjustAllocation(Shape a) {
314 public void paint(Graphics g, Shape a) {
345 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
368 public Shape modelToView(int p0, Position.Bias b0,
369 int p1, Position.Bias b1, Shape a)
386 public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) {
399 public void insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) {
413 public void removeUpdate(DocumentEvent changes, Shape
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DShape.java36 public abstract class Shape { class
88 class Path extends Shape {
95 class Rectangle extends Shape {
128 class Ellipse extends Shape {
/openjdk7/jdk/test/sun/java2d/pisces/
H A DTest7036754.java40 Shape s = new QuadCurve2D.Float(839.24677f, 508.97888f,
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesRenderingEngine.java38 getAATileGenerator(Shape s, AffineTransform at, Region clip,
/openjdk7/jdk/test/sun/java2d/loops/
H A DBug7049339.java38 import java.awt.Shape;
72 Shape clip = new Ellipse2D.Double(x/4, y/4, x/2, y/2);

Completed in 55 milliseconds

1234567