JavaTM Platform
Standard Ed. 6

클래스
javax.swing.text.GlyphView 의 사용

GlyphView 를 사용하고 있는 패키지
javax.swing.text 편집 가능한 텍스트 컴퍼넌트와 편집 불능인 텍스트 컴퍼넌트를 처리하는 클래스와 인터페이스를 제공합니다.  
javax.swing.text.html HTML 텍스트 문자 편집기를 작성하기 위한 HTMLEditorKit 클래스와 지원 클래스를 제공합니다.  
 

javax.swing.text 에서의 GlyphView 의 사용
 

javax.swing.text 에서의 GlyphView 의 서브 클래스
 class LabelView
          LabelView 는, 텍스트 모델의 요소상에 매핑 된 뷰를 나타내는, 텍스트의 서식 첨부 체크입니다.
 

GlyphView 형의 파라미터를 가지는 javax.swing.text 의 메소드
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)
          caret가 배치될 가능성이 있는, 시각적으로 나타내진 다음의 모델 위치를 결정하는 수단을 제공합니다.
 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)
          탭 전개의 개시 위치의 지정을 받아, Glyph의 스팬을 결정합니다.
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)
          지정된 범위를 나타내는 Glyph를 그립니다.
abstract  int GlyphView.GlyphPainter. viewToModel (GlyphView  v, float x, float y, Shape  a, Position.Bias [] biasReturn)
          뷰의 좌표 공간으로부터 모델의 논리 좌표 공간에의 매핑을 제공합니다.
 

javax.swing.text.html 에서의 GlyphView 의 사용
 

javax.swing.text.html 에서의 GlyphView 의 서브 클래스
 class InlineView
          CSS 속성에 근거해 「인 라인 요소」스타일을 표시합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.