|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StylesFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
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'. |
RenderingStyle |
createRenderingStyle()
Returns a new object of class 'Rendering Style'. |
Style |
createStyle()
Returns a new object of class 'Style'. |
StylesPackage |
getStylesPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final StylesFactory eINSTANCE
Method Detail |
---|
RenderingStyle createRenderingStyle()
Style createStyle()
GradientColoredLocation createGradientColoredLocation()
GradientColoredArea createGradientColoredArea()
GradientColoredAreas createGradientColoredAreas()
AdaptedGradientColoredAreas createAdaptedGradientColoredAreas()
Font createFont()
Point createPoint()
Color createColor()
StylesPackage getStylesPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |