|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GradientColoredLocation in org.eclipse.graphiti.mm.algorithms.styles |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles that return GradientColoredLocation | |
---|---|
GradientColoredLocation |
StylesFactory.createGradientColoredLocation()
Returns a new object of class 'Gradient Colored Location'. |
GradientColoredLocation |
GradientColoredArea.getEnd()
Returns the value of the 'End' containment reference. |
GradientColoredLocation |
GradientColoredArea.getStart()
Returns the value of the 'Start' containment reference. |
Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type GradientColoredLocation | |
---|---|
void |
GradientColoredArea.setEnd(GradientColoredLocation value)
Sets the value of the ' End ' containment reference. |
void |
GradientColoredArea.setStart(GradientColoredLocation value)
Sets the value of the ' Start ' containment reference. |
Uses of GradientColoredLocation in org.eclipse.graphiti.mm.algorithms.styles.impl |
---|
Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement GradientColoredLocation | |
---|---|
class |
GradientColoredLocationImpl
An implementation of the model object 'Gradient Colored Location'. |
Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as GradientColoredLocation | |
---|---|
protected GradientColoredLocation |
GradientColoredAreaImpl.end
The cached value of the ' End ' containment reference. |
protected GradientColoredLocation |
GradientColoredAreaImpl.start
The cached value of the ' Start ' containment reference. |
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return GradientColoredLocation | |
---|---|
GradientColoredLocation |
GradientColoredAreaImpl.basicGetEnd()
|
GradientColoredLocation |
GradientColoredAreaImpl.basicGetStart()
|
GradientColoredLocation |
StylesFactoryImpl.createGradientColoredLocation()
|
GradientColoredLocation |
GradientColoredAreaImpl.getEnd()
|
GradientColoredLocation |
GradientColoredAreaImpl.getStart()
|
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type GradientColoredLocation | |
---|---|
NotificationChain |
GradientColoredAreaImpl.basicSetEnd(GradientColoredLocation newEnd,
NotificationChain msgs)
|
NotificationChain |
GradientColoredAreaImpl.basicSetStart(GradientColoredLocation newStart,
NotificationChain msgs)
|
void |
GradientColoredAreaImpl.setEnd(GradientColoredLocation newEnd)
|
void |
GradientColoredAreaImpl.setStart(GradientColoredLocation newStart)
|
Uses of GradientColoredLocation in org.eclipse.graphiti.mm.algorithms.styles.util |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type GradientColoredLocation | |
---|---|
T |
StylesSwitch.caseGradientColoredLocation(GradientColoredLocation object)
Returns the result of interpreting the object as an instance of 'Gradient Colored Location'. |
Uses of GradientColoredLocation in org.eclipse.graphiti.util |
---|
Methods in org.eclipse.graphiti.util with parameters of type GradientColoredLocation | |
---|---|
static int |
PredefinedColoredAreas.getLocation(GradientColoredLocation gradientColoredLocation,
int length,
double zoom)
Returns the location for the given length and zoom-factor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |