ChoiceBoxElement

Inheritance: java.lang.Object, com.aspose.omr.OmrElement

public class ChoiceBoxElement extends OmrElement

ChoiceBox 質問を表します

コンストラクタ

コンストラクタ説明
ChoiceBoxElement()新しいインスタンスを初期化します ChoiceBoxElement クラス

フィールド

フィールド説明
ElementType

メソッド

メソッド説明
addBubble(String name, int width, int height, int top, int left, boolean isValid)質問内にバブルを追加します
equals(Object arg0)
getBubbleHeight()
getBubbleWidth()
getBubbles()バブルコレクションを取得または設定します
getClass()
getHeight()質問の高さを取得または設定します
getLeft()質問の左位置を取得または設定します
getMultipleSelectionAllowed()複数選択が許可されているかどうかを示す値を取得または設定します
getName()質問名を取得します
getOrientation()
getOrientationString()orientation プロパティの文字列表現を取得します
getRect()
getTop()質問の上位置を取得または設定します
getWidth()質問の幅を取得または設定します
hashCode()
isAlignedHorizontal()バブルが水平に配置されているかどうかを示す値を取得または設定します
isAlignedVertical()バブルが垂直に配置されているかどうかを示す値を取得または設定します
notify()
notifyAll()
setAlignedHorizontal(boolean value)バブルが水平に配置されているかどうかを示す値を取得または設定します
setAlignedVertical(boolean value)バブルが垂直に配置されているかどうかを示す値を取得または設定します
setBubbleHeight(double value)
setBubbleWidth(double value)
setBubbles(System.Collections.Generic.List value)バブルコレクションを取得または設定します
setHeight(double value)質問の高さを取得または設定します
setLeft(double value)質問の左位置を取得または設定します
setMultipleSelectionAllowed(boolean value)複数選択が許可されているかどうかを示す値を取得または設定します
setName(String value)質問名を設定します
setOrientation(int value)
setTop(double value)質問の上位置を取得または設定します
setWidth(double value)質問の幅を取得または設定します
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ChoiceBoxElement()

public ChoiceBoxElement()

新しいインスタンスを初期化します ChoiceBoxElement クラス

ElementType

public String ElementType

addBubble(String name, int width, int height, int top, int left, boolean isValid)

public final void addBubble(String name, int width, int height, int top, int left, boolean isValid)

質問内にバブルを追加します

Parameters:

パラメーター説明
名前java.lang.Stringバブル名
intバブル幅
高さintバブル高さ
intバブルの上位置
intバブルの左位置
isValidbooleanバブル有効フラグ

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメーター説明
arg0java.lang.Object

Returns: boolean

getBubbleHeight()

public final double getBubbleHeight()

Returns: double

getBubbleWidth()

public final double getBubbleWidth()

Returns: double

getBubbles()

public final System.Collections.Generic.List<OmrBubble> getBubbles()

バブルコレクションを取得または設定します

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.omr.OmrBubble> - バブルコレクション

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHeight()

public final double getHeight()

質問の高さを取得または設定します

Returns: double - 高さ

getLeft()

public final double getLeft()

質問の左位置を取得または設定します

Returns: double - 左

getMultipleSelectionAllowed()

public final boolean getMultipleSelectionAllowed()

複数選択が許可されているかどうかを示す値を取得または設定します

Returns: boolean - 複数選択が許可されているかどうかを示す値

getName()

public final String getName()

質問名を取得します

Returns: java.lang.String - 質問名

getOrientation()

public final int getOrientation()

Returns: int

getOrientationString()

public final String getOrientationString()

orientation プロパティの文字列表現を取得します

Returns: java.lang.String - orientation プロパティの文字列表現

getRect()

public System.Drawing.RectangleF getRect()

Returns: com.aspose.ms.System.Drawing.RectangleF

getTop()

public final double getTop()

質問の上位置を取得または設定します

Returns: double - 上

getWidth()

public final double getWidth()

質問の幅を取得または設定します

Returns: double - 幅

hashCode()

public native int hashCode()

Returns: int

isAlignedHorizontal()

public final boolean isAlignedHorizontal()

バブルが水平に配置されているかどうかを示す値を取得または設定します

Returns: boolean - バブルが水平に配置されているかどうかを示す値

isAlignedVertical()

public final boolean isAlignedVertical()

バブルが垂直に配置されているかどうかを示す値を取得または設定します

Returns: boolean - バブルが垂直に配置されているかどうかを示す値

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAlignedHorizontal(boolean value)

public final void setAlignedHorizontal(boolean value)

バブルが水平に配置されているかどうかを示す値を取得または設定します

Parameters:

パラメーター説明
booleanバブルが水平に配置されているかどうかを示す値

setAlignedVertical(boolean value)

public final void setAlignedVertical(boolean value)

バブルが垂直に配置されているかどうかを示す値を取得または設定します

Parameters:

パラメーター説明
booleanバブルが垂直に配置されているかどうかを示す値

setBubbleHeight(double value)

public final void setBubbleHeight(double value)

Parameters:

パラメーター説明
double

setBubbleWidth(double value)

public final void setBubbleWidth(double value)

Parameters:

パラメーター説明
double

setBubbles(System.Collections.Generic.List value)

public final void setBubbles(System.Collections.Generic.List<OmrBubble> value)

バブルコレクションを取得または設定します

Parameters:

パラメーター説明
com.aspose.ms.System.Collections.Generic.List<com.aspose.omr.OmrBubble>バブルコレクション

setHeight(double value)

public final void setHeight(double value)

質問の高さを取得または設定します

Parameters:

パラメーター説明
double高さ

setLeft(double value)

public final void setLeft(double value)

質問の左位置を取得または設定します

Parameters:

パラメーター説明
double

setMultipleSelectionAllowed(boolean value)

public final void setMultipleSelectionAllowed(boolean value)

複数選択が許可されているかどうかを示す値を取得または設定します

Parameters:

パラメーター説明
boolean複数選択が許可されているかどうかを示す値

setName(String value)

public final void setName(String value)

質問名を設定します

Parameters:

パラメーター説明
java.lang.String質問名

setOrientation(int value)

public final void setOrientation(int value)

Parameters:

パラメーター説明
int

setTop(double value)

public final void setTop(double value)

質問の上位置を取得または設定します

Parameters:

パラメーター説明
double

setWidth(double value)

public final void setWidth(double value)

質問の幅を取得または設定します

Parameters:

パラメーター説明
double

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

パラメーター説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメーター説明
arg0long
arg1int