Searched refs:Dasher (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java31 * The <code>Dasher</code> class takes a series of linear commands
41 final class Dasher implements sun.awt.geom.PathConsumer2D { class in inherits:sun.awt.geom.PathConsumer2D
63 * Constructs a <code>Dasher</code>.
69 public Dasher(PathConsumer2D out, float[] dash, float phase) { method in class:Dasher
572 throw new InternalError("Dasher does not use a native consumer");
H A DPiscesRenderingEngine.java252 // We use strokerat and outat so that in Stroker and Dasher we can work only
330 // been applied to Stroker/Dasher's input. Then Ainv will be
360 pc2d = new Dasher(pc2d, dashes, dashphase);

Completed in 508 milliseconds