|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocationType | |
|---|---|
| org.eclipse.graphiti.mm.algorithms.styles | |
| org.eclipse.graphiti.mm.algorithms.styles.impl | |
| org.eclipse.graphiti.util | |
| Uses of LocationType in org.eclipse.graphiti.mm.algorithms.styles |
|---|
| Fields in org.eclipse.graphiti.mm.algorithms.styles declared as LocationType | |
|---|---|
private static LocationType[] |
LocationType.VALUES_ARRAY
An array of all the 'Location Type' enumerators. |
| Fields in org.eclipse.graphiti.mm.algorithms.styles with type parameters of type LocationType | |
|---|---|
static List<LocationType> |
LocationType.VALUES
A public read-only list of all the 'Location Type' enumerators. |
| Methods in org.eclipse.graphiti.mm.algorithms.styles that return LocationType | |
|---|---|
static LocationType |
LocationType.get(int value)
Returns the 'Location Type' literal with the specified integer value. |
static LocationType |
LocationType.get(String literal)
Returns the 'Location Type' literal with the specified literal value. |
static LocationType |
LocationType.getByName(String name)
Returns the 'Location Type' literal with the specified name. |
LocationType |
GradientColoredLocation.getLocationType()
Returns the value of the 'Location Type' attribute. |
static LocationType |
LocationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LocationType[] |
LocationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type LocationType | |
|---|---|
void |
GradientColoredLocation.setLocationType(LocationType value)
Sets the value of the ' Location Type' attribute. |
| Uses of LocationType in org.eclipse.graphiti.mm.algorithms.styles.impl |
|---|
| Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as LocationType | |
|---|---|
protected static LocationType |
GradientColoredLocationImpl.LOCATION_TYPE_EDEFAULT
The default value of the ' Location Type' attribute. |
protected LocationType |
GradientColoredLocationImpl.locationType
The cached value of the ' Location Type' attribute. |
| Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return LocationType | |
|---|---|
LocationType |
StylesFactoryImpl.createLocationTypeFromString(EDataType eDataType,
String initialValue)
|
LocationType |
GradientColoredLocationImpl.getLocationType()
|
| Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type LocationType | |
|---|---|
void |
GradientColoredLocationImpl.setLocationType(LocationType newLocationType)
|
| Uses of LocationType in org.eclipse.graphiti.util |
|---|
| Methods in org.eclipse.graphiti.util with parameters of type LocationType | |
|---|---|
protected static void |
PredefinedColoredAreas.addGradientColoredArea(
|
protected static GradientColoredArea |
PredefinedColoredAreas.createGradientColoredArea(String colorStart,
int locationValueStart,
LocationType locationTypeStart,
String colorEnd,
int locationValueEnd,
LocationType locationTypeEnd)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||