Package org.eclipse.graphiti.util
Interface IGradientType
-
public interface IGradientTypeThe constants provided by this interface can be used withAdaptedGradientColoredAreas. If VERTICAL is set, the gradient will go from top to bottom. If HORIZONTAL, it will go from left to right.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.IntegerHORIZONTALstatic java.lang.IntegerVERTICAL
-