GuideResource
Contents
[
Hide
]Inheritance: java.lang.Object
public final class GuideResource
The guide resource block.
Constructors
Constructor | Description |
---|---|
GuideResource() |
Fields
Field | Description |
---|---|
GuideResourceSize | The guide resource block size. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | byte |
setLocation(int value)
public final void setLocation(int value)
Gets or sets the location of guide in document coordinates.
Value: The guide location.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final 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 |