パッケージ | 説明 |
---|---|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
javax.swing.border |
Swingコンポーネントの周囲に各種ボーダーを描画するためのクラスおよびインタフェースを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
static Border |
BorderFactory.createStrokeBorder(BasicStroke stroke)
指定された
stroke のボーダーを作成します。 |
static Border |
BorderFactory.createStrokeBorder(BasicStroke stroke, Paint paint)
指定された
stroke とpaint のボーダーを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
BasicStroke |
StrokeBorder.getStroke()
ボーダーのレンダリング中に図形を描くために使用される
BasicStroke オブジェクトを返します。 |
コンストラクタと説明 |
---|
StrokeBorder(BasicStroke stroke)
指定された
stroke のボーダーを作成します。 |
StrokeBorder(BasicStroke stroke, Paint paint)
指定された
stroke とpaint のボーダーを作成します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.