注釈インタフェース java.beans.ConstructorPropertiesの
使用
パッケージ
説明
ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
2次元幾何学的図形に関連するオブジェクトで処理を定義および実行するJava 2Dクラスを提供します。
beansの開発に関連するクラスが含まれます -- JavaBeansアーキテクチャに基づくコンポーネント。
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
Swingコンポーネントの周囲に各種ボーダーを描画するためのクラスおよびインタフェースを提供します。
1つのインタフェースおよび多くのabstractクラスを提供しており、Swingはプラグイン可能なLook & Feel機能を提供するためにこれらを利用します。
javax.swing.JTree
を処理するためのクラスとインタフェースを提供します。-
java.awtでのConstructorPropertiesの使用
修飾子コンストラクタ説明BasicStroke
(float width, int cap, int join, float miterlimit, float[] dash, float dash_phase) 指定された属性を使用して、新しいBasicStroke
を構築します。Color
(int r, int g, int b, int a) 範囲(0 - 255)の指定された赤、緑、青、およびアルファ値を使ってsRGBカラーを生成します。Cursor
(int type) 指定されたタイプの新しいカーソル・オブジェクトを生成します。GradientPaint
(Point2D pt1, Color color1, Point2D pt2, Color color2, boolean cyclic) boolean
パラメータに応じて、循環式または非循環式のどちらかのGradientPaint
オブジェクトを構築します。LinearGradientPaint
(Point2D start, Point2D end, float[] fractions, Color[] colors, MultipleGradientPaint.CycleMethod cycleMethod, MultipleGradientPaint.ColorSpaceType colorSpace, AffineTransform gradientTransform) LinearGradientPaint
を構築します。RadialGradientPaint
(Point2D center, float radius, Point2D focus, float[] fractions, Color[] colors, MultipleGradientPaint.CycleMethod cycleMethod, MultipleGradientPaint.ColorSpaceType colorSpace, AffineTransform gradientTransform) RadialGradientPaint
を構築します。ScrollPane
(int scrollbarDisplayPolicy) 新しいスクロール・ペイン・コンテナを作成します。 -
java.awt.geomでのConstructorPropertiesの使用
修飾子コンストラクタ説明AffineTransform
(float m00, float m10, float m01, float m11, float m02, float m12) 3×3変換行列の6つの指定可能エントリを表現する6つの浮動小数点値から、新しいAffineTransform
を構築します。 -
java.beansでのConstructorPropertiesの使用
修飾子コンストラクタ説明EventHandler
(Object target, String action, String eventPropertyName, String listenerMethodName) 新しいEventHandler
オブジェクトを作成します(このコンストラクタを直接呼び出すのではなく、いずれかのcreate
メソッドを使用するのが一般的)。Expression
(Object target, String methodName, Object[] arguments) 指定されたターゲット・オブジェクトの新しいExpression
オブジェクトを作成して、名前、および引数の配列で指定されたメソッドを呼び出します。指定されたターゲット・オブジェクトの新しいStatement
オブジェクトを作成して、名前、および引数の配列で指定されたメソッドを呼び出します。 -
javax.swingでのConstructorPropertiesの使用
修飾子コンストラクタ説明コンポーネントを指定された軸方向に配置するレイアウト・マネージャを生成します。DefaultCellEditor
(JTextField textField) テキスト・フィールドを使うDefaultCellEditor
を構築します。指定されたサイズ範囲の形状を生成するためのコンストラクタです。指定されたファイルからイメージ・アイコンを生成します。テキスト付きのボタンを生成します。JSplitPane
(int newOrientation) 指定された方向で構成されたで新しいJSplitPane
を作成します。ルート・ノードを表示するJTree
のインスタンスを返します。ツリーは、指定されたデータ・モデルを使用して生成されます。OverlayLayout
(Container target) 子のオーバーレイ整列を実行するレイアウト・マネージャを構築します。 -
javax.swing.borderでのConstructorPropertiesの使用
修飾子コンストラクタ説明BevelBorder
(int bevelType, Color highlightOuterColor, Color highlightInnerColor, Color shadowOuterColor, Color shadowInnerColor) 斜影ボーダーを、指定されたタイプ、ハイライトおよび陰影のカラーで作成します。CompoundBorder
(Border outsideBorder, Border insideBorder) 指定された内側ボーダーおよび外側ボーダーによる複合ボーダーを作成します。EmptyBorder
(Insets borderInsets) 指定されたイン・セットの値を持つ、空のボーダーを作成します。EtchedBorder
(int etchType, Color highlight, Color shadow) エッチング・ボーダーを、指定されたタイプ、ハイライトおよび陰影のカラーで作成します。LineBorder
(Color color, int thickness, boolean roundedCorners) 指定された色と太さと隅の形状で直線ボーダーを作成します。SoftBevelBorder
(int bevelType, Color highlightOuterColor, Color highlightInnerColor, Color shadowOuterColor, Color shadowInnerColor) 斜影ボーダーを、指定されたタイプ、ハイライトおよび陰影のカラーで作成します。StrokeBorder
(BasicStroke stroke, Paint paint) 指定されたstroke
とpaint
のボーダーを作成します。TitledBorder
(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) 指定されたボーダー、タイトル、タイトル位置揃え、タイトル位置、タイトル・フォント、およびタイトル・カラーで、TitledBorderのインスタンスを生成します。 -
javax.swing.plafでのConstructorPropertiesの使用
修飾子コンストラクタ説明BevelBorderUIResource
(int bevelType, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner) BevelBorderUIResource
を構築します。ColorUIResource
(int r, int g, int b) ColorUIResource
を構築します。CompoundBorderUIResource
(Border outsideBorder, Border insideBorder) CompoundBorderUIResource
を構築します。EmptyBorderUIResource
(Insets insets) EmptyBorderUIResource
を構築します。EtchedBorderUIResource
(int etchType, Color highlight, Color shadow) EtchedBorderUIResource
を構築します。LineBorderUIResource
(Color color, int thickness) LineBorderUIResource
を構築します。TitledBorderUIResource
(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) TitledBorderUIResource
を構築します。 -
javax.swing.treeでのConstructorPropertiesの使用