blob: d4c4c3f23c08c3ef7dbde18c06371d03ff3a0c6f [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.gmf.gmfgraph;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Gradient Facet</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmf.gmfgraph.GradientFacet#getDirection <em>Direction</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getGradientFacet()
* @model
* @generated
*/
public interface GradientFacet extends VisualFacet {
/**
* Returns the value of the '<em><b>Direction</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.gmf.gmfgraph.Direction}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Direction</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Direction</em>' attribute.
* @see org.eclipse.gmf.gmfgraph.Direction
* @see #setDirection(Direction)
* @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getGradientFacet_Direction()
* @model
* @generated
*/
Direction getDirection();
/**
* Sets the value of the '{@link org.eclipse.gmf.gmfgraph.GradientFacet#getDirection <em>Direction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Direction</em>' attribute.
* @see org.eclipse.gmf.gmfgraph.Direction
* @see #getDirection()
* @generated
*/
void setDirection(Direction value);
} // GradientFacet