public final class LabelTextInfo
extends java.lang.Object
implements android.os.Parcelable
Label
用注記文字情報クラス。修飾子とタイプ | フィールドと説明 |
---|---|
static android.os.Parcelable.Creator<LabelTextInfo> |
CREATOR |
コンストラクタと説明 |
---|
LabelTextInfo() |
LabelTextInfo(LabelTextInfo decorate) |
修飾子とタイプ | メソッドと説明 |
---|---|
LabelTextInfo |
borderColor(int borderColor)
文字縁取り色を設定する。
|
LabelTextInfo |
borderSize(int borderSize)
文字縁取り幅を設定する。
|
LabelTextInfo |
corner(float corner)
コーナー半径を設定する。
|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
LabelTextInfo |
fillColor(int fillColor)
下地色を設定する。
|
int |
getBorderColor()
文字縁取り色を取得する。
|
int |
getBorderSize()
文字縁取り幅を取得する。
|
float |
getCorner()
コーナー半径を取得する。
|
int |
getFillColor()
下地色を取得する。
|
int |
getLineColor()
枠線色を取得する。
|
int |
getLineSize()
枠線幅を取得する。
|
android.graphics.Point |
getMargine()
余白サイズを取得する。
|
java.lang.String |
getText()
注記文字列を取得する。
|
int |
getTextColor()
文字色を取得する。
|
int |
getTextSize()
文字サイズを取得する。
|
int |
getWriteDirection()
注記文字列描画方向を取得する。
|
int |
hashCode() |
LabelTextInfo |
lineColor(int lineColor)
枠線色を設定する。
|
LabelTextInfo |
lineSize(int lineSize)
枠線幅を設定する。
|
LabelTextInfo |
margine(android.graphics.Point margine)
余白サイズを設定する。
|
LabelTextInfo |
text(java.lang.String text)
注記文字列を設定する。
|
LabelTextInfo |
textColor(int textColor)
文字色を設定する。
|
LabelTextInfo |
textSize(int textSize)
文字サイズを設定する。
|
LabelTextInfo |
writeDirection(int writeDirection)
注記文字列描画方向を設定する。
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<LabelTextInfo> CREATOR
public LabelTextInfo()
public LabelTextInfo(LabelTextInfo decorate)
public int describeContents()
describeContents
インタフェース内 android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
インタフェース内 android.os.Parcelable
public boolean equals(java.lang.Object o)
equals
クラス内 java.lang.Object
public int hashCode()
hashCode
クラス内 java.lang.Object
public java.lang.String getText()
public LabelTextInfo text(java.lang.String text)
text
- 注記文字列public int getTextColor()
public LabelTextInfo textColor(int textColor)
textColor
- 文字色(ARGB32Bit) デフォルト黒(0xFF000000)public int getTextSize()
public LabelTextInfo textSize(int textSize)
textSize
- 文字サイズ デフォルト:10public int getFillColor()
public LabelTextInfo fillColor(int fillColor)
fillColor
- 下地色(ARGB32Bit) デフォルト透明(0x00000000)public android.graphics.Point getMargine()
public LabelTextInfo margine(android.graphics.Point margine)
margine
- 余白サイズpublic float getCorner()
public LabelTextInfo corner(float corner)
corner
- コーナー半径public int getLineColor()
public LabelTextInfo lineColor(int lineColor)
lineColor
- 色(ARGB32Bit) デフォルト透明(0x00000000)public int getLineSize()
public LabelTextInfo lineSize(int lineSize)
lineSize
- 枠線 デフォルト0public int getBorderColor()
public LabelTextInfo borderColor(int borderColor)
borderColor
- 色(ARGB32Bit) デフォルト透明(0x00000000)public int getBorderSize()
public LabelTextInfo borderSize(int borderSize)
borderSize
- 幅 デフォルト0public int getWriteDirection()
public LabelTextInfo writeDirection(int writeDirection)
writeDirection
- 方向 (0:横, 1:縦) デフォルト0