public static class DefaultStyledDocument.ElementSpec extends Object
警告: このクラスの直列化されたオブジェクトは、今後のSwingリリースとの互換性がなくなる予定です。現在の直列化のサポートは、短期間の格納や、同じバージョンのSwingを実行するアプリケーション間のRMIに適しています。1.4以降、すべてのJavaBeans(tm)用の長期間の格納サポートがjava.beans
パッケージに追加されています。XMLEncoder
を参照してください。
修飾子と型 | フィールドと説明 |
---|---|
static short |
ContentType
getTypeに設定可能な値です。
|
static short |
EndTagType
getTypeに設定可能な値です。
|
static short |
JoinFractureDirection
getDirectionに設定可能な値です。
|
static short |
JoinNextDirection
getDirectionに設定可能な値です。
|
static short |
JoinPreviousDirection
getDirectionに設定可能な値です。
|
static short |
OriginateDirection
getDirectionに設定可能な値です。
|
static short |
StartTagType
getTypeに設定可能な値です。
|
コンストラクタと説明 |
---|
ElementSpec(AttributeSet a, short type)
マークアップがドキュメントに格納されない場合の、マークアップに有効なコンストラクタです。
|
ElementSpec(AttributeSet a, short type, char[] txt, int offs, int len)
ドキュメントへのコンテンツとマークアップのバッチ入力のスペックを、外部的に作成するコンストラクタです。
|
ElementSpec(AttributeSet a, short type, int len)
データがすでに追加されているがlen情報が必要な場合に、ドキュメント内で解析を行うコンストラクタです。
|
修飾子と型 | メソッドと説明 |
---|---|
char[] |
getArray()
文字の配列を取得します。
|
AttributeSet |
getAttributes()
要素の属性を取得します。
|
short |
getDirection()
方向を取得します。
|
int |
getLength()
長さを取得します。
|
int |
getOffset()
開始オフセットを取得します。
|
short |
getType()
要素の型を取得します。
|
void |
setDirection(short direction)
方向を設定します。
|
void |
setType(short type)
要素の型を設定します。
|
String |
toString()
要素を文字列に変換します。
|
public static final short StartTagType
public static final short EndTagType
public static final short ContentType
public static final short JoinPreviousDirection
public static final short JoinNextDirection
public static final short OriginateDirection
public static final short JoinFractureDirection
public ElementSpec(AttributeSet a, short type)
a
- 要素の属性type
- 要素の型(StartTagType、EndTagType、ContentType)public ElementSpec(AttributeSet a, short type, int len)
a
- 要素の属性type
- 要素の型(StartTagType、EndTagType、ContentType)len
- 長さ>= 0public ElementSpec(AttributeSet a, short type, char[] txt, int offs, int len)
a
- 要素の属性type
- 要素の型(StartTagType、EndTagType、ContentType)txt
- 要素のテキストoffs
- テキストに対するオフセット>= 0len
- テキストの長さ>= 0public void setType(short type)
type
- 要素の型(StartTagType、EndTagType、ContentType)public short getType()
public void setDirection(short direction)
direction
- 方向(JoinPreviousDirection、JoinNextDirection)public short getDirection()
public AttributeSet getAttributes()
public char[] getArray()
public int getOffset()
public int getLength()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.