Searched defs:BasicStroke (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DBasicStroke.java31 * The <code>BasicStroke</code> class defines a basic set of rendering
34 * this <code>BasicStroke</code>.
35 * The rendering attributes defined by <code>BasicStroke</code> describe
85 * not only by the width attribute of this <code>BasicStroke</code>,
92 * g2d.setStroke(new BasicStroke(1.5f));
112 public class BasicStroke implements Stroke { class in inherits:Stroke
162 * Constructs a new <code>BasicStroke</code> with the specified
164 * @param width the width of this <code>BasicStroke</code>. The
169 * @param cap the decoration of the ends of a <code>BasicStroke</code>
189 public BasicStroke(floa method in class:BasicStroke
246 public BasicStroke(float width, int cap, int join, float miterlimit) { method in class:BasicStroke
264 public BasicStroke(float width, int cap, int join) { method in class:BasicStroke
275 public BasicStroke(float width) { method in class:BasicStroke
285 public BasicStroke() { method in class:BasicStroke
[all...]

Completed in 44 milliseconds