コンストラクタと説明 |
---|
Label(Object x,
Object y,
String msg,
Color fg,
Color bg,
Font font)
ラベルオブジェクトを、指定された値で構築します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
Color |
getBackground()
設定されている背景色を返します。
|
Color |
getColor()
設定されている文字色を返します。
|
Font |
getFont()
設定されているフォントを返します。
|
String |
getMsg()
設定されている文字列を返します。
|
Object |
getX()
X座標の値を返します
|
Object |
getY()
Y座標の値を返します
|
public Object getX()
public Object getY()
public String getMsg()
public Color getColor()
public Color getBackground()
public Font getFont()
Copyright © 2021 S.D.S Co.,Ltd.. All rights reserved.