AutoSpaceOptions

Inheritance: java.lang.Object

public class AutoSpaceOptions

Represents autospace options.

Constructors

ConstructorDescription
AutoSpaceOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuedouble

setDistanceInVertical(double value)

public void setDistanceInVertical(double value)

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

Parameters:

ParameterTypeDescription
valuedouble

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