DisplayMode
Inheritance: java.lang.Object
public class DisplayMode
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. When it is contained in a SmartTagDef element, the DisplayMode element determines whether the smart tag appears when the user pauses the mouse over the tag, when the shape is selected, or all the time.
Constructors
Constructor | Description |
---|---|
DisplayMode(int value) | Constructor. |
Methods
Method | Description |
---|---|
equals(Object value) | Are objects equal. |
getClass() | |
getUfe() | Specifies attributes of an element. |
getValue() | When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. |
hashCode() | Serves as a hash function for a particular type. |
notify() | |
notifyAll() | |
setValue(int value) | For the description of this property, please see getValue() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
DisplayMode(int value)
public DisplayMode(int value)
Constructor.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
equals(Object value)
public boolean equals(Object value)
Are objects equal.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Object |
Returns: boolean -
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getUfe()
public UnitFormulaErr getUfe()
Specifies attributes of an element.
Returns: UnitFormulaErr
getValue()
public int getValue()
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. When it is contained in a SmartTagDef element, the DisplayMode element determines whether the smart tag appears when the user pauses the mouse over the tag, when the shape is selected, or all the time.
Returns: int
hashCode()
public int hashCode()
Serves as a hash function for a particular type.
Returns: int -
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setValue(int value)
public void setValue(int value)
For the description of this property, please see getValue()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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 |