Searched refs:Stroke (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DStroke.java29 * The <code>Stroke</code> interface allows a
39 * outline <code>Shape</code> returned by a <code>Stroke</code> object
47 * The objects of the classes implementing <code>Stroke</code>
52 * If a <code>Stroke</code> object is modified after it is set in
58 public interface Stroke { interface
63 * object implementing the <code>Stroke</code> interface.
H A DGraphics2D.java136 * the {@link Stroke#createStrokedShape(Shape) createStrokedShape}
137 * method on the current {@link Stroke} attribute in the
237 * <dt><i><code>Stroke</code></i>
297 * on settings of <code>Stroke</code> and <code>Transform</code>
300 * For example, the default <code>Stroke</code> is a
371 * would predicate their behavior upon the current <code>Stroke</code>
377 * setting of the current <code>Stroke</code>.
513 * <code>Stroke</code> attributes.
799 * whether or not the <code>Stroke</code> of the specified
803 * <code>Clip</code>, <code>Transform</code>, and <code>Stroke</cod
[all...]
H A DBasicStroke.java33 * with a {@link Graphics2D} object that has its Stroke attribute set to
76 * <code>Stroke</code> object to redefine a path during the execution
91 * // sets the Graphics2D object's Stroke attribute
112 public class BasicStroke implements Stroke {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DBlockWidget.java33 import java.awt.Stroke;
63 Stroke old = g.getStroke();
H A DDiagramConnectionWidget.java35 import java.awt.Stroke;
49 private static Stroke DASHED_STROKE = new BasicStroke(
56 private static Stroke NORMAL_STROKE = new BasicStroke(1);
57 private static Stroke BOLD_STROKE = new BasicStroke(3);
H A DLineWidget.java35 import java.awt.Stroke;
161 Stroke oldStroke = g.getStroke();
H A DMultiConnectionWidget.java36 import java.awt.Stroke;
228 Stroke oldStroke = g.getStroke();
/openjdk7/jdk/src/share/classes/sun/font/
H A DUnderline.java35 import java.awt.Stroke;
153 private Stroke getStroke(float thickness) {
174 Stroke saveStroke = g2d.getStroke();
190 Stroke ulStroke = getStroke(thickness);
216 Stroke saveStroke = g2d.getStroke();
H A DDecoration.java41 import java.awt.Stroke;
269 Stroke savedStroke = g2d.getStroke();
397 Stroke stStroke = new BasicStroke(cm.strikethroughThickness,
/openjdk7/jdk/test/sun/pisces/
H A DStrokeShapeTest.java44 Stroke stroke = new BasicStroke(200, BasicStroke.CAP_ROUND, BasicStroke.JOIN_ROUND);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java44 import java.awt.Stroke;
1571 * Sets the Stroke in the current graphics state.
1572 * @param s The Stroke object to be used to stroke a Shape in
1576 public void setStroke(Stroke s) {
1719 * Returns the current Stroke in the Graphics2D state.
1722 public Stroke getStroke() {
H A DProxyGraphics2D.java43 import java.awt.Stroke;
1455 * Sets the Stroke in the current graphics state.
1456 * @param s The Stroke object to be used to stroke a Shape in
1460 public void setStroke(Stroke s) {
1603 * Returns the current Stroke in the Graphics2D state.
1606 public Stroke getStroke() {
/openjdk7/jdk/test/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java74 static final Stroke strokes[] = {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DPlotter.java104 private static Stroke dashedStroke;
616 Stroke oldStroke = null;
809 private static synchronized Stroke getDashedStroke() {
886 Stroke transitionStroke = null;
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java35 import java.awt.Stroke;
153 Stroke stroke = getStroke();
1470 Stroke stroke = getStroke();
1581 Stroke stroke = getStroke();
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java59 import java.awt.Stroke;
130 /* Stroke */
131 public static final int STROKE_CUSTOM = 3; /* custom Stroke */
178 protected static final Stroke defaultStroke = new BasicStroke();
184 public Stroke stroke;
1113 * Sets the Stroke in the current graphics state.
1114 * @param s The Stroke object to be used to stroke a Path in
1118 public void setStroke(Stroke s) {
1120 throw new IllegalArgumentException("null Stroke");
1765 * Returns the current Stroke i
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java213 Stroke stroke = new BasicStroke(3.0f);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DRenderTests.java48 import java.awt.Stroke;
204 "stroke", "Stroke Type",
299 g2d.setStroke((Stroke) env.getModifier(strokeList));
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java891 Stroke stroke = g2d.getStroke();

Completed in 134 milliseconds