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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGraphicComponent.java47 public final class GraphicComponent implements TextLineComponent, class in inherits:TextLineComponent,Decoration.Label
70 * Create a new GraphicComponent. start and limit are indices
73 public GraphicComponent(GraphicAttribute graphic, method in class:GraphicComponent
82 throw new IllegalArgumentException("0 or negative length in GraphicComponent");
93 private GraphicComponent(GraphicComponent parent, int start, int limit, int dir) { method in class:GraphicComponent
337 return new GraphicComponent(this, start, limit, dir);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java56 import sun.font.GraphicComponent;
1081 GraphicComponent nextGraphic =
1082 new GraphicComponent(graphicAttribute, decorator, charsLtoV, levels, pos, chunkLimit, baseRot);
H A DTextLayout.java66 import sun.font.GraphicComponent;
640 CoreMetrics cm = GraphicComponent.createCoreMetrics(graphic);

Completed in 44 milliseconds