AutoSpaceOptions

Inheritance: java.lang.Object

public class AutoSpaceOptions

Represents autospace options.

Constructors

Constructor Description
AutoSpaceOptions()

Methods

Method Description
equals(Object arg0)
getClass()
getDistanceInHorizontal() Defines the distance between the shapes in horizontal direction in inches.
getDistanceInVertical() Defines the distance between the shapes in vertical direction in inches.
hashCode()
notify()
notifyAll()
setDistanceInHorizontal(double value) For the description of this property, please see getDistanceInHorizontal()
setDistanceInVertical(double value) For the description of this property, please see getDistanceInVertical()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AutoSpaceOptions()

public AutoSpaceOptions()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDistanceInHorizontal()

public double getDistanceInHorizontal()

Defines the distance between the shapes in horizontal direction in inches. Default value 0.375 inch .

Returns: double

getDistanceInVertical()

public double getDistanceInVertical()

Defines the distance between the shapes in vertical direction in inches. Default value 0.375 inch .

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDistanceInHorizontal(double value)

public void setDistanceInHorizontal(double value)

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

Parameters:

Parameter Type Description
value double

setDistanceInVertical(double value)

public void setDistanceInVertical(double value)

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

Parameters:

Parameter Type Description
value 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:

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