de.cau.cs.kieler.kev.mapping
Interface Colorize

All Superinterfaces:
Animation, EObject, Notifier
All Known Implementing Classes:
ColorizeImpl

public interface Colorize
extends Animation

A representation of the model object 'Colorize'.

The following features are supported:

See Also:
MappingPackage.getColorize()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getFillColor()
          Returns the value of the 'Fill Color' attribute.
 String getStrokeColor()
          Returns the value of the 'Stroke Color' attribute.
 String getStrokeWidth()
          Returns the value of the 'Stroke Width' attribute.
 void setFillColor(String value)
          Sets the value of the 'Fill Color' attribute.
 void setStrokeColor(String value)
          Sets the value of the 'Stroke Color' attribute.
 void setStrokeWidth(String value)
          Sets the value of the 'Stroke Width' attribute.
 
Methods inherited from interface de.cau.cs.kieler.kev.mapping.Animation
apply, getAccessID, getInput, getKey, initialize, isClonedElement, setAccessID, setInput, setKey
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFillColor

String getFillColor()
Returns the value of the 'Fill Color' attribute.

If the meaning of the 'Fill Color' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fill Color' attribute.
See Also:
setFillColor(String), MappingPackage.getColorize_FillColor()
Generated:
This code was automatically generated.
Model element

setFillColor

void setFillColor(String value)
Sets the value of the 'Fill Color' attribute.

Parameters:
value - the new value of the 'Fill Color' attribute.
See Also:
getFillColor()
Generated:
This code was automatically generated.

getStrokeColor

String getStrokeColor()
Returns the value of the 'Stroke Color' attribute. The default value is "".

If the meaning of the 'Stroke Color' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Stroke Color' attribute.
See Also:
setStrokeColor(String), MappingPackage.getColorize_StrokeColor()
Generated:
This code was automatically generated.
Model element:
default=

setStrokeColor

void setStrokeColor(String value)
Sets the value of the 'Stroke Color' attribute.

Parameters:
value - the new value of the 'Stroke Color' attribute.
See Also:
getStrokeColor()
Generated:
This code was automatically generated.

getStrokeWidth

String getStrokeWidth()
Returns the value of the 'Stroke Width' attribute.

If the meaning of the 'Stroke Width' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Stroke Width' attribute.
See Also:
setStrokeWidth(String), MappingPackage.getColorize_StrokeWidth()
Generated:
This code was automatically generated.
Model element

setStrokeWidth

void setStrokeWidth(String value)
Sets the value of the 'Stroke Width' attribute.

Parameters:
value - the new value of the 'Stroke Width' attribute.
See Also:
getStrokeWidth()
Generated:
This code was automatically generated.