|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
java.lang.Objectjavax.swing.text.GlyphView.GlyphPainter
public abstract static class GlyphView.GlyphPainter
ִ�����γ��ֵ��ࡣ�����ʵ��Ϊ��״̬�ģ���ijЩ��Ϣ�洢Ϊ���棬�Ա����س��ֺ�ģ��/��ͼת�������٣�GlyphPainter ���� View ʵ�ֶ������ض��� JVM �汾����ѡ������ʻ����죩��ִ����ְ��
���췽��ժҪ | |
---|---|
GlyphView.GlyphPainter()
|
����ժҪ | |
---|---|
abstract float |
getAscent(GlyphView v)
|
abstract int |
getBoundedPosition(GlyphView v,
int p0,
float x,
float len)
ȷ����ʾ���ϸ����������� advance ��ģ��λ�á� |
abstract float |
getDescent(GlyphView v)
|
abstract float |
getHeight(GlyphView v)
|
int |
getNextVisualPositionFrom(GlyphView v,
int pos,
Position.Bias b,
Shape a,
int direction,
Position.Bias[] biasRet)
�ṩȷ����һ���Կ��ӻ���ʽ��ʾ��ģ��λ�õķ������û������ڴ�λ�÷���һ��������� |
GlyphView.GlyphPainter |
getPainter(GlyphView v,
int p0,
int p1)
�������ڸ��� GlyphView �� painter�� |
abstract float |
getSpan(GlyphView v,
int p0,
int p1,
TabExpander e,
float x)
ȷ��������ʼλ�ã������ѡ���չ���ԣ����������� |
abstract Shape |
modelToView(GlyphView v,
int pos,
Position.Bias bias,
Shape a)
�ṩ���ĵ�ģ������ռ䵽��ӳ�����ͼ����ռ��ӳ�䡣 |
abstract void |
paint(GlyphView v,
Graphics g,
Shape a,
int p0,
int p1)
���Ʊ�ʾ������Χ�����Ρ� |
abstract int |
viewToModel(GlyphView v,
float x,
float y,
Shape a,
Position.Bias[] biasReturn)
�ṩ����ͼ����ռ䵽ģ��������ռ��ӳ�䡣 |
���� java.lang.Object �̳еķ��� |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
���췽����ϸ��Ϣ |
---|
public GlyphView.GlyphPainter()
������ϸ��Ϣ |
---|
public abstract float getSpan(GlyphView v, int p0, int p1, TabExpander e, float x)
public abstract float getHeight(GlyphView v)
public abstract float getAscent(GlyphView v)
public abstract float getDescent(GlyphView v)
public abstract void paint(GlyphView v, Graphics g, Shape a, int p0, int p1)
public abstract Shape modelToView(GlyphView v, int pos, Position.Bias bias, Shape a) throws BadLocationException
v
- ����Ŀ������ռ�� GlyphView
pos
- Ҫת����λ��bias
- ������ Position.Bias.Forward
��Ҳ������ Position.Bias.Backward
a
- ��ͼ�ı߽�
BadLocationException
- �������λ�ò���ʾ����ĵ��е���Чλ��View.modelToView(int, java.awt.Shape, javax.swing.text.Position.Bias)
public abstract int viewToModel(GlyphView v, float x, float y, Shape a, Position.Bias[] biasReturn)
v
- ҪΪ���ṩӳ��� GlyphView
x
- X ����y
- Y ����a
- Ҫ���ֵķ�������biasReturn
- �� Position.Bias.Forward
�� Position.Bias.Backward
���أ���Ϊ�������еĵ����Ԫ��
View.viewToModel(float, float, java.awt.Shape, javax.swing.text.Position.Bias[])
public abstract int getBoundedPosition(GlyphView v, int p0, float x, float len)
v
- �������䴦��ֵ�ģ��λ�õ���ͼ��p0
- ģ����Ƭ��Ӧ��ʼ���ʾ��ʽ��λ�ã���ֵ >= 0��x
- ���Ѳ����ͼ����ռ�õ����ͼ��λ�ã���ֵ >= 0������ܶ�ѡ�����֮���������á�len
- ����ҪDZ�ڲ�ֵ���ͼָ���ľ��룬��ֵ >= 0.
View.breakView(int, int, float, float)
public GlyphView.GlyphPainter getPainter(GlyphView v, int p0, int p1)
v
- ҪΪ���ṩ painter �� GlyphView
p0
- ��ʼ�ĵ�ƫ��������ֵ >= 0p1
- �����ĵ�ƫ��������ֵ >= p0public int getNextVisualPositionFrom(GlyphView v, int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) throws BadLocationException
v
- Ҫʹ�õ���ͼpos
- Ҫת����λ�ã���ֵ >= 0b
- ������ Position.Bias.Forward
��Ҳ������ Position.Bias.Backward
a
- Ҫ���ֵķ�������direction
- ��Ե�ǰλ�õķ���ͨ������Ϊ�������ҵ��ļ�ͷ�����˿����� SwingConstants.WEST��SwingConstants.EAST��SwingConstants.NORTH �� SwingConstants.SOUTH��biasRet
- �� Position.Bias.Forward
�� Position.Bias.Backward
��Ϊ�������еĵ����Ԫ�ط���
BadLocationException
IllegalArgumentException
- ���������Ч
|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������