Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

org.eclipse.gmf.runtime.notation.impl
Class ShapeStyleImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by 

org.eclipse.gmf.runtime.notation.impl.FontStyleImpl
                      extended by 
org.eclipse.gmf.runtime.notation.impl.ShapeStyleImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject, DescriptionStyle, FillStyle, FontStyle, LineStyle, ShapeStyle, Style

public class ShapeStyleImpl
extends FontStyleImpl
implements ShapeStyle

An implementation of the model object ' Shape Style '.

The following features are implemented:

** Generated **

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  java.lang.String description
          The cached value of the ' Description' attribute
protected static java.lang.String DESCRIPTION_EDEFAULT
          The default value of the ' Description' attribute
protected static int FILL_COLOR_EDEFAULT
          The default value of the ' Fill Color' attribute
protected  int fillColor
          The cached value of the ' Fill Color' attribute
protected   GradientData gradient
          The cached value of the ' Gradient' attribute
protected static  GradientData GRADIENT_EDEFAULT
          The default value of the ' Gradient' attribute
protected static int LINE_COLOR_EDEFAULT
          The default value of the ' Line Color' attribute
protected static int LINE_WIDTH_EDEFAULT
          The default value of the ' Line Width' attribute
protected  int lineColor
          The cached value of the ' Line Color' attribute
protected  int lineWidth
          The cached value of the ' Line Width' attribute
protected  int transparency
          The cached value of the ' Transparency' attribute
protected static int TRANSPARENCY_EDEFAULT
          The default value of the ' Transparency' attribute
 
Fields inherited from class org.eclipse.gmf.runtime.notation.impl. FontStyleImpl
BOLD_EDEFAULT, BOLD_EFLAG, eFlags, FONT_COLOR_EDEFAULT, FONT_HEIGHT_EDEFAULT, FONT_NAME_EDEFAULT, fontColor, fontHeight, fontName, ITALIC_EDEFAULT, ITALIC_EFLAG, STRIKE_THROUGH_EDEFAULT, STRIKE_THROUGH_EFLAG, UNDERLINE_EDEFAULT, UNDERLINE_EFLAG
 
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
 
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.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected ShapeStyleImpl ()
           
 
Method Summary
 int eBaseStructuralFeatureID (int derivedFeatureID, java.lang.Class baseClass)
           
 int eDerivedStructuralFeatureID (int baseFeatureID, java.lang.Class baseClass)
           
 java.lang.Object eGet (int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet (int featureID)
           
 void eSet (int featureID, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass ()
           
 void eUnset (int featureID)
           
 java.lang.String getDescription ()
           
 int getFillColor ()
           
  GradientData getGradient ()
           
 int getLineColor ()
           
 int getLineWidth ()
           
 int getTransparency ()
           
 void setDescription (java.lang.String newDescription)
           
 void setFillColor (int newFillColor)
           
 void setFontName (java.lang.String newFontName)
           
 void setGradient ( GradientData newGradient)
           
 void setLineColor (int newLineColor)
           
 void setLineWidth (int newLineWidth)
           
 void setTransparency (int newTransparency)
           
 java.lang.String toString ()
           
 
Methods inherited from class org.eclipse.gmf.runtime.notation.impl. FontStyleImpl
getFontColor, getFontHeight, getFontName, isBold, isItalic, isStrikeThrough, isUnderline, setBold, setFontColor, setFontHeight, setFontNameGen, setItalic, setStrikeThrough, setUnderline
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmf.runtime.notation. FontStyle
getFontColor, getFontHeight, getFontName, isBold, isItalic, isStrikeThrough, isUnderline, setBold, setFontColor, setFontHeight, setItalic, setStrikeThrough, setUnderline
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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

DESCRIPTION_EDEFAULT

protected static final java.lang.String DESCRIPTION_EDEFAULT
The default value of the ' Description' attribute.

See Also:
getDescription(), Constant Field Values
** Generated **
Ordered:

description

protected java.lang.String description
The cached value of the ' Description' attribute.

See Also:
getDescription()
** Generated **
Ordered:

FILL_COLOR_EDEFAULT

protected static final int FILL_COLOR_EDEFAULT
The default value of the ' Fill Color' attribute.

See Also:
getFillColor(), Constant Field Values
** Generated **
Ordered:

fillColor

protected int fillColor
The cached value of the ' Fill Color' attribute.

See Also:
getFillColor()
** Generated **
Ordered:

TRANSPARENCY_EDEFAULT

protected static final int TRANSPARENCY_EDEFAULT
The default value of the ' Transparency' attribute.

See Also:
getTransparency(), Constant Field Values
** Generated **
Ordered:

transparency

protected int transparency
The cached value of the ' Transparency' attribute.

See Also:
getTransparency()
** Generated **
Ordered:

GRADIENT_EDEFAULT

protected static final 
GradientData GRADIENT_EDEFAULT
The default value of the ' Gradient' attribute.

See Also:
getGradient()
** Generated **
Ordered:

gradient

protected 
GradientData gradient
The cached value of the ' Gradient' attribute.

See Also:
getGradient()
** Generated **
Ordered:

LINE_COLOR_EDEFAULT

protected static final int LINE_COLOR_EDEFAULT
The default value of the ' Line Color' attribute.

See Also:
getLineColor(), Constant Field Values
** Generated **
Ordered:

lineColor

protected int lineColor
The cached value of the ' Line Color' attribute.

See Also:
getLineColor()
** Generated **
Ordered:

LINE_WIDTH_EDEFAULT

protected static final int LINE_WIDTH_EDEFAULT
The default value of the ' Line Width' attribute.

See Also:
getLineWidth(), Constant Field Values
** Generated **
Ordered:

lineWidth

protected int lineWidth
The cached value of the ' Line Width' attribute.

See Also:
getLineWidth()
** Generated **
Ordered:
Constructor Detail

ShapeStyleImpl

protected ShapeStyleImpl()

** Generated **
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class FontStyleImpl
** Generated **

setFontName

public void setFontName(java.lang.String newFontName)

Specified by:
setFontName in interface FontStyle
Overrides:
setFontName in class FontStyleImpl
Parameters:
newFontName - the new value of the 'Font Name' attribute.
See Also:
FontStyle.getFontName()
** Generated **
NOT

getDescription

public java.lang.String getDescription()

Specified by:
getDescription in interface DescriptionStyle
Returns:
the value of the 'Description' attribute.
See Also:
DescriptionStyle.setDescription(String), NotationPackage.getDescriptionStyle_Description()
** Generated **

setDescription

public void setDescription(java.lang.String newDescription)

Specified by:
setDescription in interface DescriptionStyle
Parameters:
newDescription - the new value of the 'Description' attribute.
See Also:
DescriptionStyle.getDescription()
** Generated **

getFillColor

public int getFillColor()

Specified by:
getFillColor in interface FillStyle
Returns:
the value of the 'Fill Color' attribute.
See Also:
FillStyle.setFillColor(int), NotationPackage.getFillStyle_FillColor()
** Generated **

setFillColor

public void setFillColor(int newFillColor)

Specified by:
setFillColor in interface FillStyle
Parameters:
newFillColor - the new value of the 'Fill Color' attribute.
See Also:
FillStyle.getFillColor()
** Generated **

getTransparency

public int getTransparency()

Specified by:
getTransparency in interface FillStyle
Returns:
the value of the 'Transparency' attribute.
See Also:
FillStyle.setTransparency(int), NotationPackage.getFillStyle_Transparency()
** Generated **

setTransparency

public void setTransparency(int newTransparency)

Specified by:
setTransparency in interface FillStyle
Parameters:
newTransparency - the new value of the 'Transparency' attribute.
See Also:
FillStyle.getTransparency()
** Generated **

getGradient

public 
GradientData getGradient()

Specified by:
getGradient in interface FillStyle
Returns:
the value of the 'Gradient' attribute.
See Also:
FillStyle.setGradient(GradientData), NotationPackage.getFillStyle_Gradient()
** Generated **

setGradient

public void setGradient(
GradientData newGradient)

Specified by:
setGradient in interface FillStyle
Parameters:
newGradient - the new value of the 'Gradient' attribute.
See Also:
FillStyle.getGradient()
** Generated **

getLineColor

public int getLineColor()

Specified by:
getLineColor in interface LineStyle
Returns:
the value of the 'Line Color' attribute.
See Also:
LineStyle.setLineColor(int), NotationPackage.getLineStyle_LineColor()
** Generated **

setLineColor

public void setLineColor(int newLineColor)

Specified by:
setLineColor in interface LineStyle
Parameters:
newLineColor - the new value of the 'Line Color' attribute.
See Also:
LineStyle.getLineColor()
** Generated **

getLineWidth

public int getLineWidth()

Specified by:
getLineWidth in interface LineStyle
Returns:
the value of the 'Line Width' attribute.
See Also:
LineStyle.setLineWidth(int), NotationPackage.getLineStyle_LineWidth()
** Generated **

setLineWidth

public void setLineWidth(int newLineWidth)

Specified by:
setLineWidth in interface LineStyle
Parameters:
newLineWidth - the new value of the 'Line Width' attribute.
See Also:
LineStyle.getLineWidth()
** Generated **

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class FontStyleImpl
** Generated **

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class FontStyleImpl
** Generated **

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class FontStyleImpl
** Generated **

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class FontStyleImpl
** Generated **

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class baseClass)

Specified by:
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
** Generated **

eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class baseClass)

Specified by:
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
** Generated **

toString

public java.lang.String toString()

Overrides:
toString in class FontStyleImpl
** Generated **

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire