Interface StylesFactory
-
- All Superinterfaces:
org.eclipse.emf.ecore.EFactory,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StylesFactoryImpl
public interface StylesFactory extends org.eclipse.emf.ecore.EFactoryThe Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
StylesPackage
-
-
Field Summary
Fields Modifier and Type Field Description static StylesFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptedGradientColoredAreascreateAdaptedGradientColoredAreas()Returns a new object of class 'Adapted Gradient Colored Areas'.ColorcreateColor()Returns a new object of class 'Color'.FontcreateFont()Returns a new object of class 'Font'.GradientColoredAreacreateGradientColoredArea()Returns a new object of class 'Gradient Colored Area'.GradientColoredAreascreateGradientColoredAreas()Returns a new object of class 'Gradient Colored Areas'.GradientColoredLocationcreateGradientColoredLocation()Returns a new object of class 'Gradient Colored Location'.PointcreatePoint()Returns a new object of class 'Point'.PrecisionPointcreatePrecisionPoint()Returns a new object of class 'Precision Point'.RenderingStylecreateRenderingStyle()Returns a new object of class 'Rendering Style'.StylecreateStyle()Returns a new object of class 'Style'.TextStylecreateTextStyle()Returns a new object of class 'Text Style'.TextStyleRegioncreateTextStyleRegion()Returns a new object of class 'Text Style Region'.StylesPackagegetStylesPackage()Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
-
-
-
Field Detail
-
eINSTANCE
static final StylesFactory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createRenderingStyle
RenderingStyle createRenderingStyle()
Returns a new object of class 'Rendering Style'.- Returns:
- a new object of class 'Rendering Style'.
-
createStyle
Style createStyle()
Returns a new object of class 'Style'.- Returns:
- a new object of class 'Style'.
-
createGradientColoredLocation
GradientColoredLocation createGradientColoredLocation()
Returns a new object of class 'Gradient Colored Location'.- Returns:
- a new object of class 'Gradient Colored Location'.
-
createGradientColoredArea
GradientColoredArea createGradientColoredArea()
Returns a new object of class 'Gradient Colored Area'.- Returns:
- a new object of class 'Gradient Colored Area'.
-
createGradientColoredAreas
GradientColoredAreas createGradientColoredAreas()
Returns a new object of class 'Gradient Colored Areas'.- Returns:
- a new object of class 'Gradient Colored Areas'.
-
createAdaptedGradientColoredAreas
AdaptedGradientColoredAreas createAdaptedGradientColoredAreas()
Returns a new object of class 'Adapted Gradient Colored Areas'.- Returns:
- a new object of class 'Adapted Gradient Colored Areas'.
-
createFont
Font createFont()
Returns a new object of class 'Font'.- Returns:
- a new object of class 'Font'.
-
createPoint
Point createPoint()
Returns a new object of class 'Point'.- Returns:
- a new object of class 'Point'.
-
createColor
Color createColor()
Returns a new object of class 'Color'.- Returns:
- a new object of class 'Color'.
-
createPrecisionPoint
PrecisionPoint createPrecisionPoint()
Returns a new object of class 'Precision Point'.- Returns:
- a new object of class 'Precision Point'.
- Since:
- 0.9
-
createTextStyle
TextStyle createTextStyle()
Returns a new object of class 'Text Style'.- Returns:
- a new object of class 'Text Style'.
- Since:
- 0.10
-
createTextStyleRegion
TextStyleRegion createTextStyleRegion()
Returns a new object of class 'Text Style Region'.- Returns:
- a new object of class 'Text Style Region'.
- Since:
- 0.10
-
getStylesPackage
StylesPackage getStylesPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-
-