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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGraphicComponent.java52 private GraphicAttribute graphic; field in class:GraphicComponent
73 public GraphicComponent(GraphicAttribute graphic, argument
84 this.graphic = graphic;
85 this.graphicAdvance = graphic.getAdvance();
87 this.cm = createCoreMetrics(graphic);
95 this.graphic = parent.graphic;
163 Rectangle2D bounds = graphic.getBounds();
178 public static CoreMetrics createCoreMetrics(GraphicAttribute graphic) { argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java449 * If the AttributeSet contains an embedded graphic, return null.
617 // If there's an embedded graphic at the start of the
618 // paragraph, look for the first non-graphic character
620 // If not, use the first graphic to initialize.
637 GraphicAttribute graphic = (GraphicAttribute)
639 byte defaultBaseline = getBaselineFromGraphic(graphic);
640 CoreMetrics cm = GraphicComponent.createCoreMetrics(graphic);
1260 // this is a graphic, no italics, use entire line height for caret
2668 static byte getBaselineFromGraphic(GraphicAttribute graphic) { argument
2670 byte alignment = (byte) graphic
[all...]

Completed in 36 milliseconds