JavaTM 2
Platform
Std. Ed. v1.4.0

javax.swing.text
クラス StyleConstants.FontConstants

java.lang.Object
  |
  +--javax.swing.text.StyleConstants
        |
        +--javax.swing.text.StyleConstants.FontConstants
すべての実装インタフェース:
AttributeSet.CharacterAttribute, AttributeSet.FontAttribute
含まれているクラス:
StyleConstants

public static class StyleConstants.FontConstants
extends StyleConstants
implements AttributeSet.FontAttribute, AttributeSet.CharacterAttribute

フォントに使用される「既知」の属性の型保証された列挙です。これらは、汎用的な表現とするために外部クラスによって別名が付けられます。


入れ子クラスの概要
 
クラス javax.swing.text.StyleConstants から継承した入れ子クラス
StyleConstants.CharacterConstants, StyleConstants.ColorConstants, StyleConstants.FontConstants, StyleConstants.ParagraphConstants
 
フィールドの概要
static Object Bold
          ボールド属性の名前です。
static Object Family
          フォントファミリの名前です。
static Object Italic
          イタリック属性の名前です。
static Object Size
          フォントサイズの名前です。
 
クラス javax.swing.text.StyleConstants から継承したフィールド
ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_LEFT, ALIGN_RIGHT, Alignment, Background, BidiLevel, ComponentAttribute, ComponentElementName, ComposedTextAttribute, FirstLineIndent, FontFamily, FontSize, Foreground, IconAttribute, IconElementName, LeftIndent, LineSpacing, ModelAttribute, NameAttribute, Orientation, ResolveAttribute, RightIndent, SpaceAbove, SpaceBelow, StrikeThrough, Subscript, Superscript, TabSet, Underline
 
クラス javax.swing.text.StyleConstants から継承したメソッド
getAlignment, getBackground, getBidiLevel, getComponent, getFirstLineIndent, getFontFamily, getFontSize, getForeground, getIcon, getLeftIndent, getLineSpacing, getRightIndent, getSpaceAbove, getSpaceBelow, getTabSet, isBold, isItalic, isStrikeThrough, isSubscript, isSuperscript, isUnderline, setAlignment, setBackground, setBidiLevel, setBold, setComponent, setFirstLineIndent, setFontFamily, setFontSize, setForeground, setIcon, setItalic, setLeftIndent, setLineSpacing, setRightIndent, setSpaceAbove, setSpaceBelow, setStrikeThrough, setSubscript, setSuperscript, setTabSet, setUnderline, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

Family

public static final Object Family
フォントファミリの名前です。


Size

public static final Object Size
フォントサイズの名前です。


Bold

public static final Object Bold
ボールド属性の名前です。


Italic

public static final Object Italic
イタリック属性の名前です。


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.