GridElement
Inheritance: java.lang.Object, com.aspose.omr.OmrElement
public class GridElement extends OmrElement
Constructors
Constructor | Description |
---|---|
GridElement() |
Fields
Field | Description |
---|---|
ElementType |
Methods
GridElement()
public GridElement()
ElementType
public String ElementType
addChoiceBox(ChoiceBoxElement choiceBox)
public final void addChoiceBox(ChoiceBoxElement choiceBox)
Parameters:
Parameter | Type | Description |
---|---|---|
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:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | |
width | int | |
height | int | |
top | int | |
left | int |
Returns: ChoiceBoxElement
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
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()
Gets or sets question height
Returns: double - The height
getLeft()
public final double getLeft()
Gets or sets question left position
Returns: double - The left
getName()
public final String getName()
Gets question name
Returns: java.lang.String - The question name
getOrientation()
public final int getOrientation()
Returns: int
getOrientationString()
public final String getOrientationString()
Returns: java.lang.String
getTop()
public final double getTop()
Gets or sets question top position
Returns: double - The top
getWidth()
public final double getWidth()
Gets or sets question width
Returns: double - The width
hashCode()
public native int hashCode()
Returns: int
isAlignedHorizontal()
public final boolean isAlignedHorizontal()
Gets or sets a value indicating whether bubbles aligned horizontally
Returns: boolean - value indicating whether bubbles aligned horizontally
isAlignedVertical()
public final boolean isAlignedVertical()
Gets or sets a value indicating whether bubbles aligned vertically
Returns: boolean - a value indicating whether bubbles aligned vertically
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAlignedHorizontal(boolean value)
public final void setAlignedHorizontal(boolean value)
Gets or sets a value indicating whether bubbles aligned horizontally
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | a value indicating whether bubbles aligned horizontally |
setAlignedVertical(boolean value)
public final void setAlignedVertical(boolean value)
Gets or sets a value indicating whether bubbles aligned vertically
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | a value indicating whether bubbles aligned vertically |
setChoiceBoxes(System.Collections.Generic.List value)
public final void setChoiceBoxes(System.Collections.Generic.List<OmrElement> value)
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.ms.System.Collections.Generic.List<com.aspose.omr.OmrElement> |
setHeight(double value)
public final void setHeight(double value)
Gets or sets question height
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | The height |
setLeft(double value)
public final void setLeft(double value)
Gets or sets question left position
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | The left |
setName(String value)
public final void setName(String value)
Sets question name
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The question name |
setOrientation(int value)
public final void setOrientation(int value)
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setTop(double value)
public final void setTop(double value)
Gets or sets question top position
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | The top |
setWidth(double value)
public final void setWidth(double value)
Gets or sets question width
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | The width |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |