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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphView.java38 * A GlyphView is a styled chunk of text that represents a view
65 public class GlyphView extends View implements TabableView, Cloneable { class in inherits:View,TabableView,Cloneable
72 public GlyphView(Element elem) { method in class:GlyphView
137 throw new StateInvariantError("GlyphView: Stale view: " + bl);
269 throw new StateInvariantError("GlyphView: Can't load glyph painter: "
765 GlyphView v = (GlyphView) createFragment(p0, p1);
868 GlyphView v = (GlyphView) clone();
967 * Class to hold data needed to justify this GlyphView i
[all...]

Completed in 43 milliseconds