Foreign

Inheritance: java.lang.Object

public class Foreign

Contains elements specifying the width and height of an object from another program used in a Microsoft Visio document. Also includes elements specifying the distance the object’s image is offset within its borders.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object arg0)
getClass()
getDel()A flag indicating whether the element has been deleted locally.
getImgHeight()Determines the height of the object’s image within its border.
getImgOffsetX()Determines the distance the object is offset horizontally from the origin of the object’s border.
getImgOffsetY()Determines the distance the object is offset vertically from the origin of the object’s border.
getImgWidth()Determines the width of the object’s image within its border.
hashCode()
notify()
notifyAll()
setDel(int value)For the description of this property, please see getDel()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDel()

public int getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Returns: int

getImgHeight()

public DoubleValue getImgHeight()

Determines the height of the object’s image within its border. The default formula is: F=“Height*1”.

Returns: DoubleValue

getImgOffsetX()

public DoubleValue getImgOffsetX()

Determines the distance the object is offset horizontally from the origin of the object’s border. The default value is 0; the default formula is F=“ImgWidth*0”.

Returns: DoubleValue

getImgOffsetY()

public DoubleValue getImgOffsetY()

Determines the distance the object is offset vertically from the origin of the object’s border. The default value is 0; the default formula is F=“ImgHeight*0”.

Returns: DoubleValue

getImgWidth()

public DoubleValue getImgWidth()

Determines the width of the object’s image within its border. The default formula is: F=“Width*1”.

Returns: DoubleValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDel(int value)

public void setDel(int value)

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

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