- 封装的接口:
-
Highlighter
public static interface Highlighter.HighlightPainter
高亮渲染器。
-
Method Summary
Modifier and TypeMethodDescriptionvoid
paint
(Graphics g, int p0, int p1, Shape bounds, JTextComponent c) 渲染高亮。
-
Method Details
-
paint
渲染高亮。- 参数:
-
g
- 图形上下文 -
p0
- 模型中的起始偏移量 >= 0 -
p1
- 模型中的结束偏移量 >= p0 -
bounds
- 高亮的边界框 -
c
- 编辑器
-