org.eclipse.graphiti.mm.algorithms.styles
Interface StylesFactory

All Known Implementing Classes:
StylesFactoryImpl

public interface StylesFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
StylesPackage

Field Summary
static StylesFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 AdaptedGradientColoredAreas createAdaptedGradientColoredAreas()
          Returns a new object of class 'Adapted Gradient Colored Areas'.
 Color createColor()
          Returns a new object of class 'Color'.
 Font createFont()
          Returns a new object of class 'Font'.
 GradientColoredArea createGradientColoredArea()
          Returns a new object of class 'Gradient Colored Area'.
 GradientColoredAreas createGradientColoredAreas()
          Returns a new object of class 'Gradient Colored Areas'.
 GradientColoredLocation createGradientColoredLocation()
          Returns a new object of class 'Gradient Colored Location'.
 Point createPoint()
          Returns a new object of class 'Point'.
 PrecisionPoint createPrecisionPoint()
          Returns a new object of class 'Precision Point'.
 RenderingStyle createRenderingStyle()
          Returns a new object of class 'Rendering Style'.
 Style createStyle()
          Returns a new object of class 'Style'.
 TextStyle createTextStyle()
          Returns a new object of class 'Text Style'.
 TextStyleRegion createTextStyleRegion()
          Returns a new object of class 'Text Style Region'.
 StylesPackage getStylesPackage()
          Returns the package supported by this factory.
 

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.


Copyright (c) SAP AG 2005, 2012.