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

/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java121 return SegmentPath.get(etype, coords);
125 * Use to build a SegmentPath. This takes the data and preanalyzes it for
126 * information that the SegmentPath needs, then constructs a SegmentPath
127 * from that. Mainly, this lets SegmentPath cache the lengths along
165 public SegmentPath build(EndType etype, double... pts) {
255 public SegmentPath complete() {
260 * Complete building a SegmentPath. Once this is called, the builder is restored
264 public SegmentPath complete(EndType etype) {
265 SegmentPath resul
312 public static final class SegmentPath extends LayoutPathImpl { class in class:LayoutPathImpl
324 SegmentPath(double[] data, EndType etype) { method in class:LayoutPathImpl.SegmentPath
[all...]

Completed in 31 milliseconds