GuideResource

Inheritance: java.lang.Object

public final class GuideResource

The guide resource block.

Constructors

ConstructorDescription
GuideResource()

Fields

FieldDescription
GuideResourceSizeThe guide resource block size.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDirection()Gets or sets the direction of guide.
getLocation()Gets or sets the location of guide in document coordinates.
hashCode()
notify()
notifyAll()
setDirection(byte value)Gets or sets the direction of guide.
setLocation(int value)Gets or sets the location of guide in document coordinates.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GuideResource()

public GuideResource()

GuideResourceSize

public static final int GuideResourceSize

The guide resource block size.

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

getDirection()

public final byte getDirection()

Gets or sets the direction of guide.

Value: The direction of guide.

Returns: byte

getLocation()

public final int getLocation()

Gets or sets the location of guide in document coordinates.

Value: The guide location.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDirection(byte value)

public final void setDirection(byte value)

Gets or sets the direction of guide.

Value: The direction of guide.

Parameters:

ParameterTypeDescription
valuebyte

setLocation(int value)

public final void setLocation(int value)

Gets or sets the location of guide in document coordinates.

Value: The guide location.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int