GridElement

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

public class GridElement extends OmrElement

コンストラクタ

コンストラクタ説明
GridElement()

フィールド

フィールド説明
ElementType

メソッド

メソッド説明
addChoiceBox(ChoiceBoxElement choiceBox)
addChoiceBox(String name, int width, int height, int top, int left)
equals(Object arg0)
getChoiceBoxes()
getClass()
getHeight()質問の高さを取得または設定します
getLeft()質問の左位置を取得または設定します
getName()質問名を取得します
getOrientation()
getOrientationString()
getRect()
getTop()質問の上位置を取得または設定します
getWidth()質問の幅を取得または設定します
hashCode()
isAlignedHorizontal()バブルが水平に配置されているかどうかを示す値を取得または設定します
isAlignedVertical()バブルが垂直に配置されているかどうかを示す値を取得または設定します
notify()
notifyAll()
setAlignedHorizontal(boolean value)バブルが水平に配置されているかどうかを示す値を取得または設定します
setAlignedVertical(boolean value)バブルが垂直に配置されているかどうかを示す値を取得または設定します
setChoiceBoxes(System.Collections.Generic.List value)
setHeight(double value)質問の高さを取得または設定します
setLeft(double value)質問の左位置を取得または設定します
setName(String value)質問名を設定します
setOrientation(int value)
setTop(double value)質問の上位置を取得または設定します
setWidth(double value)質問の幅を取得または設定します
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GridElement()

public GridElement()

ElementType

public String ElementType

addChoiceBox(ChoiceBoxElement choiceBox)

public final void addChoiceBox(ChoiceBoxElement choiceBox)

Parameters:

パラメーター説明
choiceBoxChoiceBoxElement

addChoiceBox(String name, int width, int height, int top, int left)

public final ChoiceBoxElement addChoiceBox(String name, int width, int height, int top, int left)

Parameters:

パラメーター説明
名前java.lang.String
int
高さint
int
int

Returns: ChoiceBoxElement

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

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

Returns: boolean

getChoiceBoxes()

public final System.Collections.Generic.List<OmrElement> getChoiceBoxes()

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.omr.OmrElement>

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHeight()

public final double getHeight()

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

Returns: double - 高さ

getLeft()

public final double getLeft()

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

Returns: double - 左

getName()

public final String getName()

質問名を取得します

Returns: java.lang.String - 質問名

getOrientation()

public final int getOrientation()

Returns: int

getOrientationString()

public final String getOrientationString()

Returns: java.lang.String

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バブルが垂直に配置されているかどうかを示す値

setChoiceBoxes(System.Collections.Generic.List value)

public final void setChoiceBoxes(System.Collections.Generic.List<OmrElement> value)

Parameters:

パラメーター説明
com.aspose.ms.System.Collections.Generic.List<com.aspose.omr.OmrElement>

setHeight(double value)

public final void setHeight(double value)

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

Parameters:

パラメーター説明
double高さ

setLeft(double value)

public final void setLeft(double value)

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

Parameters:

パラメーター説明
double

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