com.aspose.imaging.fileformats.psd.resources
Class GuideResource

java.lang.Object
  extended by com.aspose.imaging.fileformats.psd.resources.GuideResource

public class GuideResource
extends java.lang.Object

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

GuideResource

public GuideResource()
Method Detail

getDirection

public byte getDirection()

Gets the direction of guide.

Value: The direction of guide.


getLocation

public int getLocation()

Gets or sets the location of guide in document coordinates.

Value: The guide location.


setDirection

public void setDirection(byte value)

Sets the direction of guide.

Value: The direction of guide.


setLocation

public void setLocation(int value)

Sets the location of guide in document coordinates.

Value: The guide location.