Searched defs:GraphicComponent (Results 1 - 1 of 1) 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);

Completed in 30 milliseconds