Packagecom.adobe.cc
Classpublic final class EdgeType
InheritanceEdgeType Inheritance Object

Enumeration class indicating valid values for CCDecoderImpl.edgeType.

See also

CCDecoderImpl.edgeType


Public Constants
 ConstantDefined By
  DEPRESSED : String = DEPRESSED
[static] Indicates that the edge will appear as depressed.
EdgeType
  LEFT_DROP_SHADOW : String = LEFT_DROP_SHADOW
[static] Indicates that the edge will with a shadow falling to the left.
EdgeType
  NONE : String = NONE
[static] Indicates that no edge decoration should be used.
EdgeType
  RAISED : String = RAISED
[static] Indicates that the edge will appear as raised.
EdgeType
  RIGHT_DROP_SHADOW : String = RIGHT_DROP_SHADOW
[static] Indicates that the edge will with a shadow falling to the right.
EdgeType
  UNIFORM : String = UNIFORM
[static] Indicates that the edge will with a uniform border.
EdgeType
Constant Detail
DEPRESSEDConstant
public static const DEPRESSED:String = DEPRESSED

Indicates that the edge will appear as depressed.

LEFT_DROP_SHADOWConstant 
public static const LEFT_DROP_SHADOW:String = LEFT_DROP_SHADOW

Indicates that the edge will with a shadow falling to the left.

NONEConstant 
public static const NONE:String = NONE

Indicates that no edge decoration should be used.

RAISEDConstant 
public static const RAISED:String = RAISED

Indicates that the edge will appear as raised.

RIGHT_DROP_SHADOWConstant 
public static const RIGHT_DROP_SHADOW:String = RIGHT_DROP_SHADOW

Indicates that the edge will with a shadow falling to the right.

UNIFORMConstant 
public static const UNIFORM:String = UNIFORM

Indicates that the edge will with a uniform border.