Uses of Class
javax.swing.text.GlyphView
-
Packages that use GlyphView 软件包 描述 javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit
和支持类创建HTML文本编辑器。 -
-
Uses of GlyphView in javax.swing.text
Subclasses of GlyphView in javax.swing.text Modifier and Type Class 描述 class
LabelView
ALabelView
是一种风格的文本块,表示在文本模型中映射到元素上的视图。Methods in javax.swing.text with parameters of type GlyphView Modifier and Type 方法 描述 abstract float
GlyphView.GlyphPainter. getAscent(GlyphView v)
上升的回报。abstract int
GlyphView.GlyphPainter. getBoundedPosition(GlyphView v, int p0, float x, float len)
确定表示适合给定跨度的最大提前的模型位置。abstract float
GlyphView.GlyphPainter. getDescent(GlyphView v)
下降的回报。abstract float
GlyphView.GlyphPainter. getHeight(GlyphView v)
高度的回报。int
GlyphView.GlyphPainter. getNextVisualPositionFrom(GlyphView v, int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet)
提供一种方法来确定可能放置插入符号的下一个视觉表示的模型位置。GlyphView.GlyphPainter
GlyphView.GlyphPainter. getPainter(GlyphView v, int p0, int p1)
为给定的GlyphView创建一个画家。abstract float
GlyphView.GlyphPainter. getSpan(GlyphView v, int p0, int p1, TabExpander e, float x)
确定给定起始位置的字形的跨度(用于制表符扩展)。abstract Shape
GlyphView.GlyphPainter. modelToView(GlyphView v, int pos, Position.Bias bias, Shape a)
提供从文档模型坐标空间映射到映射到它的视图的坐标空间的映射。abstract void
GlyphView.GlyphPainter. paint(GlyphView v, Graphics g, Shape a, int p0, int p1)
绘制表示给定范围的字形。abstract int
GlyphView.GlyphPainter. viewToModel(GlyphView v, float x, float y, Shape a, Position.Bias[] biasReturn)
提供从视图坐标空间到模型的逻辑坐标空间的映射。 -
Uses of GlyphView in javax.swing.text.html
Subclasses of GlyphView in javax.swing.text.html Modifier and Type Class 描述 class
InlineView
基于CSS属性显示 内联元素样式。
-