Searched defs:Dasher (Results 1 - 1 of 1) 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");

Completed in 24 milliseconds