|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
de.cau.cs.kieler.kev.mapping.impl.AnimationImpl
de.cau.cs.kieler.kev.mapping.impl.ColorizeImpl
public class ColorizeImpl
An implementation of the model object 'Colorize'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected static String |
FILL_COLOR_EDEFAULT
The default value of the ' Fill color ' attribute. |
protected String |
fillColor
The cached value of the ' Fill Color ' attribute. |
protected static String |
STROKE_COLOR_EDEFAULT
The default value of the ' Stroke color ' attribute. |
protected static String |
STROKE_WIDTH_EDEFAULT
The default value of the ' Stroke width ' attribute. |
protected String |
strokeColor
The cached value of the ' Stroke Color ' attribute. |
protected String |
strokeWidth
The cached value of the ' Stroke Width ' attribute. |
Fields inherited from class de.cau.cs.kieler.kev.mapping.impl.AnimationImpl |
---|
ACCESS_ID_EDEFAULT, accessID, input, INPUT_EDEFAULT, key, KEY_EDEFAULT |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
ColorizeImpl()
|
Method Summary | |
---|---|
void |
apply(Object jsonObject,
String svgElementID)
Applies the animation and replaces the current style-tag with an new fill value. |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
String |
getFillColor()
|
String |
getStrokeColor()
|
String |
getStrokeWidth()
|
void |
initialize(String svgElementID)
|
void |
setFillColor(String newFillColor)
|
void |
setStrokeColor(String newStrokeColor)
|
void |
setStrokeWidth(String newStrokeWidth)
|
String |
toString()
|
Methods inherited from class de.cau.cs.kieler.kev.mapping.impl.AnimationImpl |
---|
getAccessID, getActualJSONValue, getInput, getKey, isClonedElement, setAccessID, setInput, setKey |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.cau.cs.kieler.kev.mapping.Animation |
---|
getAccessID, getInput, getKey, 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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String FILL_COLOR_EDEFAULT
Fill color
' attribute.
#getFill_color()
protected String fillColor
Fill Color
' attribute.
getFillColor()
protected static final String STROKE_COLOR_EDEFAULT
Stroke color
' attribute.
#getStroke_color()
,
Constant Field Valuesprotected String strokeColor
Stroke Color
' attribute.
getStrokeColor()
protected static final String STROKE_WIDTH_EDEFAULT
Stroke width
' attribute.
#getStroke_width()
protected String strokeWidth
Stroke Width
' attribute.
getStrokeWidth()
Constructor Detail |
---|
protected ColorizeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class AnimationImpl
public String getFillColor()
getFillColor
in interface Colorize
Colorize.setFillColor(String)
,
MappingPackage.getColorize_FillColor()
public void setFillColor(String newFillColor)
setFillColor
in interface Colorize
newFillColor
- the new value of the 'Fill Color' attribute.Colorize.getFillColor()
public String getStrokeColor()
getStrokeColor
in interface Colorize
Colorize.setStrokeColor(String)
,
MappingPackage.getColorize_StrokeColor()
public void setStrokeColor(String newStrokeColor)
setStrokeColor
in interface Colorize
newStrokeColor
- the new value of the 'Stroke Color' attribute.Colorize.getStrokeColor()
public String getStrokeWidth()
getStrokeWidth
in interface Colorize
Colorize.setStrokeWidth(String)
,
MappingPackage.getColorize_StrokeWidth()
public void setStrokeWidth(String newStrokeWidth)
setStrokeWidth
in interface Colorize
newStrokeWidth
- the new value of the 'Stroke Width' attribute.Colorize.getStrokeWidth()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class AnimationImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class AnimationImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class AnimationImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class AnimationImpl
public String toString()
toString
in class AnimationImpl
public void apply(Object jsonObject, String svgElementID)
apply
in interface Animation
apply
in class AnimationImpl
jsonObject
- svgElementID
- public void initialize(String svgElementID)
AnimationImpl
initialize
in interface Animation
initialize
in class AnimationImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |