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

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.fileformats.psd.resources.GuideDirection
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class GuideDirection
extends java.lang.Enum

The guide direction.

See Also:
Serialized Form

Field Summary
static byte Horizontal
           Horizontal guide direction.
static byte Vertical
           Vertical guide direction.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Horizontal

public static final byte Horizontal

Horizontal guide direction.

See Also:
Constant Field Values

Vertical

public static final byte Vertical

Vertical guide direction.

See Also:
Constant Field Values