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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DShapeGraphicAttribute.java58 private Shape fShape; field in class:ShapeGraphicAttribute
94 fShape = shape;
96 fShapeBounds = fShape.getBounds2D();
146 graphics.draw(fShape);
149 graphics.fill(fShape);
192 return tx == null ? fShape : tx.createTransformedShape(fShape);
202 return fShape.hashCode();
250 if (!fShape.equals(rhs.fShape)) {
[all...]

Completed in 228 milliseconds