Interface StylesPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
StylesPackageImpl

public interface StylesPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
  • Field Details

  • Method Details

    • getRenderingStyle

      org.eclipse.emf.ecore.EClass getRenderingStyle()
      Returns the meta object for class 'Rendering Style'.
      Returns:
      the meta object for class 'Rendering Style'.
      See Also:
    • getRenderingStyle_AdaptedGradientColoredAreas

      org.eclipse.emf.ecore.EReference getRenderingStyle_AdaptedGradientColoredAreas()
      Returns the meta object for the containment reference 'Adapted Gradient Colored Areas'.
      Returns:
      the meta object for the containment reference 'Adapted Gradient Colored Areas'.
      See Also:
    • getStyle

      org.eclipse.emf.ecore.EClass getStyle()
      Returns the meta object for class 'Style'.
      Returns:
      the meta object for class 'Style'.
      See Also:
    • getStyle_Id

      org.eclipse.emf.ecore.EAttribute getStyle_Id()
      Returns the meta object for the attribute 'Id'.
      Returns:
      the meta object for the attribute 'Id'.
      See Also:
    • getStyle_Description

      org.eclipse.emf.ecore.EAttribute getStyle_Description()
      Returns the meta object for the attribute 'Description'.
      Returns:
      the meta object for the attribute 'Description'.
      See Also:
    • getStyle_Font

      org.eclipse.emf.ecore.EReference getStyle_Font()
      Returns the meta object for the reference 'Font'.
      Returns:
      the meta object for the reference 'Font'.
      See Also:
    • getStyle_HorizontalAlignment

      org.eclipse.emf.ecore.EAttribute getStyle_HorizontalAlignment()
      Returns the meta object for the attribute 'Horizontal Alignment'.
      Returns:
      the meta object for the attribute 'Horizontal Alignment'.
      See Also:
    • getStyle_VerticalAlignment

      org.eclipse.emf.ecore.EAttribute getStyle_VerticalAlignment()
      Returns the meta object for the attribute 'Vertical Alignment'.
      Returns:
      the meta object for the attribute 'Vertical Alignment'.
      See Also:
    • getStyle_Angle

      org.eclipse.emf.ecore.EAttribute getStyle_Angle()
      Returns the meta object for the attribute 'Angle'.
      Returns:
      the meta object for the attribute 'Angle'.
      See Also:
    • getStyle_StretchH

      org.eclipse.emf.ecore.EAttribute getStyle_StretchH()
      Returns the meta object for the attribute 'Stretch H'.
      Returns:
      the meta object for the attribute 'Stretch H'.
      See Also:
    • getStyle_StretchV

      org.eclipse.emf.ecore.EAttribute getStyle_StretchV()
      Returns the meta object for the attribute 'Stretch V'.
      Returns:
      the meta object for the attribute 'Stretch V'.
      See Also:
    • getStyle_Proportional

      org.eclipse.emf.ecore.EAttribute getStyle_Proportional()
      Returns the meta object for the attribute 'Proportional'.
      Returns:
      the meta object for the attribute 'Proportional'.
      See Also:
    • getStyle_StyleContainer

      org.eclipse.emf.ecore.EReference getStyle_StyleContainer()
      Returns the meta object for the container reference 'Style Container'.
      Returns:
      the meta object for the container reference 'Style Container'.
      See Also:
    • getStyle_Rotation

      org.eclipse.emf.ecore.EAttribute getStyle_Rotation()
      Returns the meta object for the attribute 'Rotation'.
      Returns:
      the meta object for the attribute 'Rotation'.
      Since:
      0.11
      See Also:
    • getAbstractStyle

      org.eclipse.emf.ecore.EClass getAbstractStyle()
      Returns the meta object for class 'Abstract Style'.
      Returns:
      the meta object for class 'Abstract Style'.
      See Also:
    • getAbstractStyle_Background

      org.eclipse.emf.ecore.EReference getAbstractStyle_Background()
      Returns the meta object for the reference 'Background'.
      Returns:
      the meta object for the reference 'Background'.
      See Also:
    • getAbstractStyle_Foreground

      org.eclipse.emf.ecore.EReference getAbstractStyle_Foreground()
      Returns the meta object for the reference 'Foreground'.
      Returns:
      the meta object for the reference 'Foreground'.
      See Also:
    • getAbstractStyle_LineWidth

      org.eclipse.emf.ecore.EAttribute getAbstractStyle_LineWidth()
      Returns the meta object for the attribute 'Line Width'.
      Returns:
      the meta object for the attribute 'Line Width'.
      See Also:
    • getAbstractStyle_LineStyle

      org.eclipse.emf.ecore.EAttribute getAbstractStyle_LineStyle()
      Returns the meta object for the attribute 'Line Style'.
      Returns:
      the meta object for the attribute 'Line Style'.
      See Also:
    • getAbstractStyle_Filled

      org.eclipse.emf.ecore.EAttribute getAbstractStyle_Filled()
      Returns the meta object for the attribute 'Filled'.
      Returns:
      the meta object for the attribute 'Filled'.
      See Also:
    • getAbstractStyle_LineVisible

      org.eclipse.emf.ecore.EAttribute getAbstractStyle_LineVisible()
      Returns the meta object for the attribute 'Line Visible'.
      Returns:
      the meta object for the attribute 'Line Visible'.
      See Also:
    • getAbstractStyle_RenderingStyle

      org.eclipse.emf.ecore.EReference getAbstractStyle_RenderingStyle()
      Returns the meta object for the containment reference 'Rendering Style'.
      Returns:
      the meta object for the containment reference 'Rendering Style'.
      See Also:
    • getAbstractStyle_Transparency

      org.eclipse.emf.ecore.EAttribute getAbstractStyle_Transparency()
      Returns the meta object for the attribute 'Transparency'.
      Returns:
      the meta object for the attribute 'Transparency'.
      See Also:
    • getGradientColoredLocation

      org.eclipse.emf.ecore.EClass getGradientColoredLocation()
      Returns the meta object for class 'Gradient Colored Location'.
      Returns:
      the meta object for class 'Gradient Colored Location'.
      See Also:
    • getGradientColoredLocation_LocationType

      org.eclipse.emf.ecore.EAttribute getGradientColoredLocation_LocationType()
      Returns the meta object for the attribute 'Location Type'.
      Returns:
      the meta object for the attribute 'Location Type'.
      See Also:
    • getGradientColoredLocation_LocationValue

      org.eclipse.emf.ecore.EAttribute getGradientColoredLocation_LocationValue()
      Returns the meta object for the attribute 'Location Value'.
      Returns:
      the meta object for the attribute 'Location Value'.
      See Also:
    • getGradientColoredLocation_Color

      org.eclipse.emf.ecore.EReference getGradientColoredLocation_Color()
      Returns the meta object for the containment reference 'Color'.
      Returns:
      the meta object for the containment reference 'Color'.
      See Also:
    • getGradientColoredArea

      org.eclipse.emf.ecore.EClass getGradientColoredArea()
      Returns the meta object for class 'Gradient Colored Area'.
      Returns:
      the meta object for class 'Gradient Colored Area'.
      See Also:
    • getGradientColoredArea_Start

      org.eclipse.emf.ecore.EReference getGradientColoredArea_Start()
      Returns the meta object for the containment reference 'Start'.
      Returns:
      the meta object for the containment reference 'Start'.
      See Also:
    • getGradientColoredArea_End

      org.eclipse.emf.ecore.EReference getGradientColoredArea_End()
      Returns the meta object for the containment reference 'End'.
      Returns:
      the meta object for the containment reference 'End'.
      See Also:
    • getGradientColoredAreas

      org.eclipse.emf.ecore.EClass getGradientColoredAreas()
      Returns the meta object for class 'Gradient Colored Areas'.
      Returns:
      the meta object for class 'Gradient Colored Areas'.
      See Also:
    • getGradientColoredAreas_GradientColor

      org.eclipse.emf.ecore.EReference getGradientColoredAreas_GradientColor()
      Returns the meta object for the containment reference list 'Gradient Color'.
      Returns:
      the meta object for the containment reference list 'Gradient Color'.
      See Also:
    • getGradientColoredAreas_StyleAdaption

      org.eclipse.emf.ecore.EAttribute getGradientColoredAreas_StyleAdaption()
      Returns the meta object for the attribute 'Style Adaption'.
      Returns:
      the meta object for the attribute 'Style Adaption'.
      See Also:
    • getAdaptedGradientColoredAreas

      org.eclipse.emf.ecore.EClass getAdaptedGradientColoredAreas()
      Returns the meta object for class 'Adapted Gradient Colored Areas'.
      Returns:
      the meta object for class 'Adapted Gradient Colored Areas'.
      See Also:
    • getAdaptedGradientColoredAreas_DefinedStyleId

      org.eclipse.emf.ecore.EAttribute getAdaptedGradientColoredAreas_DefinedStyleId()
      Returns the meta object for the attribute 'Defined Style Id'.
      Returns:
      the meta object for the attribute 'Defined Style Id'.
      See Also:
    • getAdaptedGradientColoredAreas_AdaptedGradientColoredAreas

      org.eclipse.emf.ecore.EReference getAdaptedGradientColoredAreas_AdaptedGradientColoredAreas()
      Returns the meta object for the containment reference list 'Adapted Gradient Colored Areas'.
      Returns:
      the meta object for the containment reference list 'Adapted Gradient Colored Areas'.
      See Also:
    • getAdaptedGradientColoredAreas_GradientType

      org.eclipse.emf.ecore.EAttribute getAdaptedGradientColoredAreas_GradientType()
      Returns the meta object for the attribute 'Gradient Type'.
      Returns:
      the meta object for the attribute 'Gradient Type'.
      See Also:
    • getFont

      org.eclipse.emf.ecore.EClass getFont()
      Returns the meta object for class 'Font'.
      Returns:
      the meta object for class 'Font'.
      See Also:
    • getFont_Name

      org.eclipse.emf.ecore.EAttribute getFont_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getFont_Size

      org.eclipse.emf.ecore.EAttribute getFont_Size()
      Returns the meta object for the attribute 'Size'.
      Returns:
      the meta object for the attribute 'Size'.
      See Also:
    • getFont_Italic

      org.eclipse.emf.ecore.EAttribute getFont_Italic()
      Returns the meta object for the attribute 'Italic'.
      Returns:
      the meta object for the attribute 'Italic'.
      See Also:
    • getFont_Bold

      org.eclipse.emf.ecore.EAttribute getFont_Bold()
      Returns the meta object for the attribute 'Bold'.
      Returns:
      the meta object for the attribute 'Bold'.
      See Also:
    • getPoint

      org.eclipse.emf.ecore.EClass getPoint()
      Returns the meta object for class 'Point'.
      Returns:
      the meta object for class 'Point'.
      See Also:
    • getPoint_X

      org.eclipse.emf.ecore.EAttribute getPoint_X()
      Returns the meta object for the attribute 'X'.
      Returns:
      the meta object for the attribute 'X'.
      See Also:
    • getPoint_Y

      org.eclipse.emf.ecore.EAttribute getPoint_Y()
      Returns the meta object for the attribute 'Y'.
      Returns:
      the meta object for the attribute 'Y'.
      See Also:
    • getPoint_Before

      org.eclipse.emf.ecore.EAttribute getPoint_Before()
      Returns the meta object for the attribute 'Before'.
      Returns:
      the meta object for the attribute 'Before'.
      See Also:
    • getPoint_After

      org.eclipse.emf.ecore.EAttribute getPoint_After()
      Returns the meta object for the attribute 'After'.
      Returns:
      the meta object for the attribute 'After'.
      See Also:
    • getColor

      org.eclipse.emf.ecore.EClass getColor()
      Returns the meta object for class 'Color'.
      Returns:
      the meta object for class 'Color'.
      See Also:
    • getColor_Red

      org.eclipse.emf.ecore.EAttribute getColor_Red()
      Returns the meta object for the attribute 'Red'.
      Returns:
      the meta object for the attribute 'Red'.
      See Also:
    • getColor_Green

      org.eclipse.emf.ecore.EAttribute getColor_Green()
      Returns the meta object for the attribute 'Green'.
      Returns:
      the meta object for the attribute 'Green'.
      See Also:
    • getColor_Blue

      org.eclipse.emf.ecore.EAttribute getColor_Blue()
      Returns the meta object for the attribute 'Blue'.
      Returns:
      the meta object for the attribute 'Blue'.
      See Also:
    • getPrecisionPoint

      org.eclipse.emf.ecore.EClass getPrecisionPoint()
      Returns the meta object for class 'Precision Point'.
      Returns:
      the meta object for class 'Precision Point'.
      Since:
      0.9
      See Also:
    • getPrecisionPoint_X

      org.eclipse.emf.ecore.EAttribute getPrecisionPoint_X()
      Returns the meta object for the attribute 'X'.
      Returns:
      the meta object for the attribute 'X'.
      Since:
      0.9
      See Also:
    • getPrecisionPoint_Y

      org.eclipse.emf.ecore.EAttribute getPrecisionPoint_Y()
      Returns the meta object for the attribute 'Y'.
      Returns:
      the meta object for the attribute 'Y'.
      Since:
      0.9
      See Also:
    • getTextStyle

      org.eclipse.emf.ecore.EClass getTextStyle()
      Returns the meta object for class 'Text Style'.
      Returns:
      the meta object for class 'Text Style'.
      Since:
      0.10
      See Also:
    • getTextStyle_Underline

      org.eclipse.emf.ecore.EAttribute getTextStyle_Underline()
      Returns the meta object for the attribute 'Underline'.
      Returns:
      the meta object for the attribute 'Underline'.
      Since:
      0.10
      See Also:
    • getTextStyle_UnderlineStyle

      org.eclipse.emf.ecore.EAttribute getTextStyle_UnderlineStyle()
      Returns the meta object for the attribute 'Underline Style'.
      Returns:
      the meta object for the attribute 'Underline Style'.
      Since:
      0.10
      See Also:
    • getTextStyle_Strikeout

      org.eclipse.emf.ecore.EAttribute getTextStyle_Strikeout()
      Returns the meta object for the attribute 'Strikeout'.
      Returns:
      the meta object for the attribute 'Strikeout'.
      Since:
      0.10
      See Also:
    • getTextStyle_Font

      org.eclipse.emf.ecore.EReference getTextStyle_Font()
      Returns the meta object for the reference 'Font'.
      Returns:
      the meta object for the reference 'Font'.
      Since:
      0.10
      See Also:
    • getTextStyle_Foreground

      org.eclipse.emf.ecore.EReference getTextStyle_Foreground()
      Returns the meta object for the reference 'Foreground'.
      Returns:
      the meta object for the reference 'Foreground'.
      Since:
      0.10
      See Also:
    • getTextStyle_Background

      org.eclipse.emf.ecore.EReference getTextStyle_Background()
      Returns the meta object for the reference 'Background'.
      Returns:
      the meta object for the reference 'Background'.
      Since:
      0.10
      See Also:
    • getTextStyle_UnderlineColor

      org.eclipse.emf.ecore.EReference getTextStyle_UnderlineColor()
      Returns the meta object for the reference 'Underline Color'.
      Returns:
      the meta object for the reference 'Underline Color'.
      Since:
      0.10
      See Also:
    • getTextStyle_StrikeoutColor

      org.eclipse.emf.ecore.EReference getTextStyle_StrikeoutColor()
      Returns the meta object for the reference 'Strikeout Color'.
      Returns:
      the meta object for the reference 'Strikeout Color'.
      Since:
      0.10
      See Also:
    • getTextStyleRegion

      org.eclipse.emf.ecore.EClass getTextStyleRegion()
      Returns the meta object for class 'Text Style Region'.
      Returns:
      the meta object for class 'Text Style Region'.
      Since:
      0.10
      See Also:
    • getTextStyleRegion_Start

      org.eclipse.emf.ecore.EAttribute getTextStyleRegion_Start()
      Returns the meta object for the attribute 'Start'.
      Returns:
      the meta object for the attribute 'Start'.
      Since:
      0.10
      See Also:
    • getTextStyleRegion_End

      org.eclipse.emf.ecore.EAttribute getTextStyleRegion_End()
      Returns the meta object for the attribute 'End'.
      Returns:
      the meta object for the attribute 'End'.
      Since:
      0.10
      See Also:
    • getTextStyleRegion_Style

      org.eclipse.emf.ecore.EReference getTextStyleRegion_Style()
      Returns the meta object for the containment reference 'Style'.
      Returns:
      the meta object for the containment reference 'Style'.
      Since:
      0.10
      See Also:
    • getLineStyle

      org.eclipse.emf.ecore.EEnum getLineStyle()
      Returns the meta object for enum 'Line Style'.
      Returns:
      the meta object for enum 'Line Style'.
      See Also:
    • getOrientation

      org.eclipse.emf.ecore.EEnum getOrientation()
      Returns the meta object for enum 'Orientation'.
      Returns:
      the meta object for enum 'Orientation'.
      See Also:
    • getLocationType

      org.eclipse.emf.ecore.EEnum getLocationType()
      Returns the meta object for enum 'Location Type'.
      Returns:
      the meta object for enum 'Location Type'.
      See Also:
    • getUnderlineStyle

      org.eclipse.emf.ecore.EEnum getUnderlineStyle()
      Returns the meta object for enum 'Underline Style'.
      Returns:
      the meta object for enum 'Underline Style'.
      Since:
      0.10
      See Also:
    • getStylesFactory

      StylesFactory getStylesFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.