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

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DEdge.java33 int ctag; field in class:Edge
38 public Edge(Curve c, int ctag) { argument
39 this(c, ctag, AreaOp.ETAG_IGNORE);
42 public Edge(Curve c, int ctag, int etag) { argument
44 this.ctag = ctag;
53 return ctag;
119 (ctag == AreaOp.CTAG_LEFT ? "L" : "R")+

Completed in 41 milliseconds