ArrowSize

Inheritance: java.lang.Object

public class ArrowSize

Specifies the size of the arrowhead of the line.

Constructors

ConstructorDescription
ArrowSize(int value)Constructor.

Methods

MethodDescription
equals(Object value)Are objects equal.
getClass()
getUfe()Specifies attributes of an element.
getValue()Specifies the size of the arrowhead of the line.
hashCode()Serves as a hash function for a particular type.
isThemed()
notify()
notifyAll()
setThemed(boolean value)For the description of this property, please see isThemed()
setValue(int value)For the description of this property, please see getValue()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ArrowSize(int value)

public ArrowSize(int value)

Constructor.

Parameters:

ParameterTypeDescription
valueint

equals(Object value)

public boolean equals(Object value)

Are objects equal.

Parameters:

ParameterTypeDescription
valuejava.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()

Specifies the size of the arrowhead of the line.

Returns: int

hashCode()

public int hashCode()

Serves as a hash function for a particular type.

Returns: int -

isThemed()

public boolean isThemed()

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setThemed(boolean value)

public void setThemed(boolean value)

For the description of this property, please see isThemed()

Parameters:

ParameterTypeDescription
valueboolean

setValue(int value)

public void setValue(int value)

For the description of this property, please see getValue()

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int