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 | |
| 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:
| パラメーター | 型 | 説明 |
|---|---|---|
| choiceBox | ChoiceBoxElement |
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:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | java.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:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long | |
| arg1 | int |