|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.fileformats.psd.resources.GuideResource
public class GuideResource
The guide resource block.
Constructor Summary | |
---|---|
GuideResource()
|
Method Summary | |
---|---|
byte |
getDirection()
Gets the direction of guide. |
int |
getLocation()
Gets or sets the location of guide in document coordinates. |
void |
setDirection(byte value)
Sets the direction of guide. |
void |
setLocation(int value)
Sets the location of guide in document coordinates. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuideResource()
Method Detail |
---|
public byte getDirection()
Gets the direction of guide.
Value: The direction of guide.
public int getLocation()
Gets or sets the location of guide in document coordinates.
Value: The guide location.
public void setDirection(byte value)
Sets the direction of guide.
Value: The direction of guide.
public void setLocation(int value)
Sets the location of guide in document coordinates.
Value: The guide location.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |