| Package | com.adobe.cc |
| Class | public final class EdgeType |
| Inheritance | EdgeType Object |
See also
| Constant | Defined 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 | ||
| DEPRESSED | Constant |
public static const DEPRESSED:String = DEPRESSEDIndicates that the edge will appear as depressed.
| LEFT_DROP_SHADOW | Constant |
public static const LEFT_DROP_SHADOW:String = LEFT_DROP_SHADOWIndicates that the edge will with a shadow falling to the left.
| NONE | Constant |
public static const NONE:String = NONEIndicates that no edge decoration should be used.
| RAISED | Constant |
public static const RAISED:String = RAISEDIndicates that the edge will appear as raised.
| RIGHT_DROP_SHADOW | Constant |
public static const RIGHT_DROP_SHADOW:String = RIGHT_DROP_SHADOWIndicates that the edge will with a shadow falling to the right.
| UNIFORM | Constant |
public static const UNIFORM:String = UNIFORMIndicates that the edge will with a uniform border.